Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

zeroidentity-wq/anunthelp

https://github.com/zeroidentity-wq/anunthelp · scanned 2026-06-16 01:12 UTC (2 months, 1 week ago)

101 raw signals (0 security + 101 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 101 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 57.8/100 with 77.8% coverage. It contains 1781 nodes across 22 cross-layer flows, written primarily in mixed languages. Engine surfaced 101 findings — concentrated in quality (32), frontend (27), api (25). Risk profile is high: 0 critical, 5 high, 25 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 92 of 101 actionable findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph api Wiring conf 1.00 Dangling fetch: POST /rest/v1/analytics_v2 (publi24-advanced-filter-main/src/publi24/core/analytics.ts:193)
`publi24-advanced-filter-main/src/publi24/core/analytics.ts:193` calls `POST /rest/v1/analytics_v2` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/rest/v1/analytics_v2` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /rest/v1/feedback_v1 (publi24-advanced-filter-main/src/common/supabase/feedbackClient.ts:44)
`publi24-advanced-filter-main/src/common/supabase/feedbackClient.ts:44` calls `POST /rest/v1/feedback_v1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/rest/v1/feedback_v1` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST https://www.publi24.ro/DetailAd/PhoneNumberImages?Length=8 (publi24-advanced-filter-main/src/publi24/core/adActions.ts:117)
`publi24-advanced-filter-main/src/publi24/core/adActions.ts:117` calls `POST https://www.publi24.ro/DetailAd/PhoneNumberImages?Length=8` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.publi24.ro/detailad/…
Dangling fetchFetch
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in publi24-advanced-filter-main/library/jimp.js:2
Found a known-risky pattern (new_function_used). Review and replace if possible.
publi24-advanced-filter-main/library/jimp.js:2 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in publi24-advanced-filter-main/library/tesseract/worker.min.js:2
Found a known-risky pattern (new_function_used). Review and replace if possible.
publi24-advanced-filter-main/library/tesseract/worker.min.js:2 New function used
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — publi24-advanced-filter-main/library/react/react-dom.production.min.js:28
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — publi24-advanced-filter-main/src/publi24/component/Common/Partials/AdList/AdsList.tsx:98
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — publi24-advanced-filter-main/library/tesseract/tesseract.min.js:2
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — publi24-advanced-filter-main/src/common/supabase/supabaseClient.ts:14
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — publi24-advanced-filter-main/src/publi24/core/adActions.ts:117
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/background.js:233
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/content.js:1332
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/dashboard.js:1468
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts:30
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts:30 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in publi24-advanced-filter-main/library/react/react-dom.production.min.js:28
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
publi24-advanced-filter-main/library/react/react-dom.production.min.js:28 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in publi24-advanced-filter-main/src/publi24/component/Common/Partials/AdList/AdsList.tsx:98
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
publi24-advanced-filter-main/src/publi24/component/Common/Partials/AdList/AdsList.tsx:98 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in publi24-advanced-filter-main/library/jimp.js:2
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
publi24-advanced-filter-main/library/jimp.js:2 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in publi24-advanced-filter-main/library/react/react-dom.production.min.js:150
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
publi24-advanced-filter-main/library/react/react-dom.production.min.js:150 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in publi24-advanced-filter-main/src/publi24/core/renderer.tsx:203
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
publi24-advanced-filter-main/src/publi24/core/renderer.tsx:203 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in publi24-advanced-filter-main/src/publi24/core/searchUI.ts:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
publi24-advanced-filter-main/src/publi24/core/searchUI.ts:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/content.js:1913
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/content.js:1913 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/dashboard.js:273
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/dashboard.js:273 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in publi24-advanced-filter-main/library/splide/splide.min.js:8
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
publi24-advanced-filter-main/library/splide/splide.min.js:8 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in publi24-advanced-filter-main/src/common/page.ts:130
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
publi24-advanced-filter-main/src/common/page.ts:130 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in src/content.js:2822
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
src/content.js:2822 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in publi24-advanced-filter-main/src-mapper/ai-classifier/browser/instance.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
publi24-advanced-filter-main/src-mapper/ai-classifier/browser/instance.ts:2 Node child process
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 19 placeholder/mock markers across 11 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 64 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `analytics_v2` in publi24-advanced-filter-main/src/publi24/core/analytics.ts:193
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `duplicatesInOtherLocNotOld` in publi24-advanced-filter-main/src/publi24/core/storage.ts:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `feedback_v1` in publi24-advanced-filter-main/src/common/supabase/feedbackClient.ts:44
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `feedback_v1` in publi24-advanced-filter-main/tests/nimfomane/feedback.spec.ts:5
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `feedback_v1` in publi24-advanced-filter-main/tests/publi24/feedback.spec.ts:4
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `isDateOld` in publi24-advanced-filter-main/src/publi24/component/Common/Partials/AdList/AdsList.tsx:114
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `isDateOld` in publi24-advanced-filter-main/src/publi24/core/adData.ts:21
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ita_old` in publi24-advanced-filter-main/library/tesseract/tesseract.min.js:2
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `staleOld` in publi24-advanced-filter-main/tests/publi24/storage.spec.ts:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
publi24-advanced-filter-main/package.json CI/CD securitySupply chainNpm
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/library/jimp.js:2
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/library/tesseract/worker.min.js:2
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/misc/show-unknown-domains.js:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts:730
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/src-mapper/clean-unknown-domains.js:15
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/src-mapper/detect-duplicate-sitenames.js:27
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/src-mapper/tests/contact-gate-diagnostic.ts:135
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/src-mapper/tests/modal-contact-gate.ts:138
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/src-mapper/tests/visibility-extraction.ts:123
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/src/common/utils.ts:4
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/src/nimfomane/core/storage.ts:176
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/src/nimfomane/index.ts:64
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/src/publi24/core/analytics.ts:173
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/src/publi24/core/favorites.ts:33
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/src/publi24/core/storage.ts:732
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/src/publi24/index.ts:93
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/src/publi24/search_image_parser.ts:296
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/src/publi24/search_parser.ts:57
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/tests/helpers/domainCollector.ts:29
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/tests/helpers/fixture.ts:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/tests/helpers/globalSetup.ts:20
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/tests/lens-blocking-tests.ts:40
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/tests/publi24/hideReasonDefault.spec.ts:67
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — publi24-advanced-filter-main/tests/publi24/utility/collectLensImageDomains.spec.ts:112
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/current-page-diagnostics
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `GET /api/current-page-diagnostics` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/domains
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `GET /api/domains` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/stash
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `GET /api/stash` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/stash/:domain
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `GET /api/stash/:domain` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/state
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `GET /api/state` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/stream
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `GET /api/stream` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/ai/pause
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/ai/pause` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/ai/settings
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/ai/settings` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/ai/start
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/ai/start` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/ai/stop
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/ai/stop` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/browser/focus/:domain
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/browser/focus/:domain` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/browser/navigate
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/browser/navigate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/map-bad
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/map-bad` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/map-escort
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/map-escort` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/review/accept
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/review/accept` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/review/override
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/review/override` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/review/retry
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/review/retry` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/review/skip
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/review/skip` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/stash/:domain/accept
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/stash/:domain/accept` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/stash/:domain/discard
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/stash/:domain/discard` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/stash/:domain/override
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/stash/:domain/override` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing o…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/stash/:domain/retry
`publi24-advanced-filter-main/src-mapper/ai-classifier/index.ts` declares `POST /api/stash/:domain/retry` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or d…
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: publi24-advanced-filter-main/library/qrcode.js (3377 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/background.js (1712 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/content.js (5128 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/dashboard.js (3953 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/dc9af2b0-73de-43ca-bd76-aac96d513cec/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/dc9af2b0-73de-43ca-bd76-aac96d513cec/

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.