https://github.com/BosaStopka/idosell-remover
· scanned 2026-06-16 03:56 UTC (2 months ago)
30 raw signals (0 security + 30 graph)
Last scanned 2 months ago · v1 · 30 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 182 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
extract_product_id |
software | healthy | process.py:38 |
refine_edges |
software | healthy | process.py:44 |
enhance_colors |
software | healthy | process.py:53 |
place_on_white |
software | healthy | process.py:62 |
process_image |
software | healthy | process.py:99 |
process_all |
software | healthy | process.py:129 |
get_session |
software | healthy | pipeline.py:32 |
refine_edges |
software | healthy | pipeline.py:45 |
_shadow_layer |
software | healthy | pipeline.py:61 |
compose |
software | healthy | pipeline.py:69 |
process_bytes |
software | healthy | pipeline.py:119 |
main |
software | healthy | test_api.py:17 |
load_config |
software | healthy | allegro_client.py:34 |
_basic_auth |
software | healthy | allegro_client.py:46 |
_load_token |
software | healthy | allegro_client.py:51 |
_save_token |
software | healthy | allegro_client.py:60 |
start_device_flow |
software | healthy | allegro_client.py:65 |
poll_device_token |
software | healthy | allegro_client.py:82 |
_refresh |
software | healthy | allegro_client.py:107 |
get_access_token |
software | healthy | allegro_client.py:126 |
is_authorized |
software | healthy | allegro_client.py:137 |
has_write_scope |
software | healthy | allegro_client.py:141 |
api_get |
software | healthy | allegro_client.py:146 |
_offer_row |
software | healthy | allegro_client.py:167 |
list_offers |
software | healthy | allegro_client.py:178 |
get_offer_images |
software | healthy | allegro_client.py:214 |
thumb_url |
software | healthy | allegro_client.py:224 |
original_url |
software | healthy | allegro_client.py:232 |
download_image |
software | healthy | allegro_client.py:238 |
_write_token |
software | healthy | allegro_client.py:247 |
upload_image |
software | healthy | allegro_client.py:258 |
get_offer_raw_images |
software | dead | allegro_client.py:280 |
_strip_size |
software | healthy | allegro_client.py:287 |
swap_description_images |
software | healthy | allegro_client.py:293 |
patch_offer_images |
software | healthy | allegro_client.py:324 |
load_app_config |
software | healthy | app.py:55 |
_auth_cookie_value |
software | healthy | app.py:72 |
_is_logged_in |
software | healthy | app.py:77 |
guard |
software | healthy | app.py:85 |
api_login |
software | healthy | app.py:97 |
extract_product_id |
software | healthy | app.py:110 |
persist_jobs |
software | healthy | app.py:119 |
submit_job |
software | healthy | app.py:130 |
worker |
software | dead | app.py:150 |
restore_jobs |
software | healthy | app.py:190 |
parse_options |
software | healthy | app.py:223 |
index |
software | healthy | app.py:240 |
api_process |
software | healthy | app.py:245 |
api_jobs |
software | healthy | app.py:255 |
api_clear |
software | healthy | app.py:267 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
POST /api/login |
api | healthy | app.py |
GET / |
api | healthy | app.py |
POST /api/process |
api | healthy | app.py |
GET /api/jobs |
api | healthy | app.py |
POST /api/clear |
api | healthy | app.py |
GET /originals/<path:relpath> |
api | healthy | app.py |
POST /api/jobs/<job_id>/retry |
api | healthy | app.py |
GET /done/<path:relpath> |
api | healthy | app.py |
GET /api/zip |
api | healthy | app.py |
POST /api/allegro/scan |
api | healthy | app.py |
POST /api/allegro/scan/stop |
api | healthy | app.py |
GET /api/allegro/scan/status |
api | healthy | app.py |
GET /api/allegro/scan/results |
api | healthy | app.py |
GET /api/allegro/status |
api | healthy | app.py |
POST /api/allegro/connect |
api | healthy | app.py |
GET /api/allegro/offers |
api | healthy | app.py |
GET /api/allegro/offers/<offer_id>/images |
api | healthy | app.py |
POST /api/allegro/offers/<offer_id>/process |
api | healthy | app.py |
GET /api/allegro/audit |
api | healthy | app.py |
GET /api/allegro/offers/<offer_id>/plan |
api | healthy | app.py |
POST /api/allegro/offers/<offer_id>/execute |
api | healthy | app.py |
GET /api/allegro/offers/<offer_id>/siblings |
api | healthy | app.py |
POST /api/allegro/offers/<offer_id>/apply-to-siblings |
api | healthy | app.py |
POST /api/allegro/offers/<offer_id>/rollback |
api | healthy | app.py |
GET /api/idosell/status |
api | healthy | app.py |
POST /api/idosell/scan |
api | healthy | app.py |
POST /api/idosell/scan/stop |
api | healthy | app.py |
GET /api/idosell/scan/status |
api | healthy | app.py |
GET /api/idosell/scan/results |
api | healthy | app.py |
GET /api/idosell/products |
api | healthy | app.py |
GET /api/idosell/products/<int:product_id>/images |
api | healthy | app.py |
POST /api/idosell/products/<int:product_id>/process |
api | healthy | app.py |
GET /api/idosell/audit |
api | healthy | app.py |
GET /api/idosell/products/<int:product_id>/plan |
api | healthy | app.py |
POST /api/idosell/products/<int:product_id>/execute |
api | healthy | app.py |
POST /api/idosell/products/<int:product_id>/rollback |
api | healthy | app.py |
| Label | Layer | Status | Path |
|---|---|---|---|
CLAUDE.md |
software | healthy | CLAUDE.md |
process.py |
software | healthy | process.py |
pipeline.py |
software | healthy | pipeline.py |
test_api.py |
software | healthy | test_api.py |
allegro_client.py |
software | healthy | allegro_client.py |
app.py |
software | healthy | app.py |
idosell_client.py |
software | healthy | idosell_client.py |
PROJEKT.md |
software | healthy | PROJEKT.md |
CLAUDE.md |
quality | healthy | CLAUDE.md |
| Label | Layer | Status | Path |
|---|---|---|---|
AllegroError |
software | healthy | allegro_client.py:30 |
QuietPollingFilter |
software | healthy | app.py:1583 |
IdoSellError |
software | healthy | idosell_client.py:37 |
| Label | Layer | Status | Path |
|---|---|---|---|
BosaStopka__idosell-remover |
software | healthy | /data/fable5_failed_archive/BosaStopka__idosell-remover |
| Label | Layer | Status | Path |
|---|---|---|---|
port:5001 |
network | healthy | app.py |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | app.py |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::allegro_client.py |
security | healthy | allegro_client.py |
This page is publicly accessible at:
https://repobility.com/scan/12c4a07e-4a4c-4bd9-9957-fd3474040ca1/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/12c4a07e-4a4c-4bd9-9957-fd3474040ca1/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.