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.

snstac/aryaos

https://github.com/snstac/aryaos · scanned 2026-06-16 00:16 UTC (2 months, 2 weeks ago)

82 raw signals (0 security + 82 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 74 actionable findings from 1 signal source. 8 repeated signals grouped for readability. 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 29.2/100 with 88.9% coverage. It contains 1029 nodes across 26 cross-layer flows, written primarily in mixed languages. Engine surfaced 82 findings — concentrated in api (25), quality (22), cicd (11). Risk profile is high: 1 critical, 3 high, 27 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 72 of 74 actionable findings. 82 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 Possible secret in shared_files/node-red/settings.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
shared_files/node-red/settings.js:80
high System graph api Wiring conf 1.00 Dangling fetch: GET https://vimeo.com/api/oembed.json?maxwidth=1920&url=${encodeURI( src )} (shared_files/aryaos/html/js/uikit.js:7635)
`shared_files/aryaos/html/js/uikit.js:7635` calls `GET https://vimeo.com/api/oembed.json?maxwidth=1920&url=${encodeURI( src )}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/vim…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://vimeo.com/api/oembed.json?maxwidth=1920&url=${encodeURI(i)} (shared_files/aryaos/html/js/uikit.min.js:1)
`shared_files/aryaos/html/js/uikit.min.js:1` calls `GET https://vimeo.com/api/oembed.json?maxwidth=1920&url=${encodeURI(i)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/vimeo.com/api/oembed.json` If this p…
Dangling fetchFetch
high System graph security security conf 1.00 Insecure pattern 'exec_used' in shared_files/aryaos/NetworkManager.py:288
Found a known-risky pattern (exec_used). Review and replace if possible.
shared_files/aryaos/NetworkManager.py:288 Exec used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — shared_files/aryaos/html/js/portal-landing.js:429
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 — shared_files/aryaos/html/js/uikit.js:5898
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 — shared_files/aryaos/html/js/uikit.min.js:1
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 — shared_files/cloudtak/patch-aryaos-subpath.mjs:53
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 authority lacks a verifier contract: .claude/settings.local.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/settings.local.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/rules/dev-pi-sync.mdc
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.cursor/rules/dev-pi-sync.mdc VerificationCursor rule
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 tests. 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 Tests conf 1.00 CI is configured but no tests are detected
A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal.
CI/CDConfig theaterRepo hardening
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 hardware Supply chain conf 1.00 Docker base image uses a mutable or implicit tag: debian:latest
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:1 containersPinned dependencies
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: shared_files/cloudtak/shim/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
jiro4989/build-deb-action@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 4 locations
.github/workflows/node-red-pkg.yml:27, 43 (2 hits)
.github/workflows/pi-gen.yml:146, 243 (2 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/pi-gen.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/node-red-pkg.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in shared_files/aryaos/html/js/portal-landing.js:387
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
shared_files/aryaos/html/js/portal-landing.js:387 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in shared_files/aryaos/html/js/uikit.js:706
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
shared_files/aryaos/html/js/uikit.js:706 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in shared_files/aryaos/html/js/uikit.js:754
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
shared_files/aryaos/html/js/uikit.js:754 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in stages/stage-adsbcot/tasks/fa.yml:36
Found a known-risky pattern (weak_hash). Review and replace if possible.
stages/stage-adsbcot/tasks/fa.yml:36 Weak hash
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 76 placeholder/mock markers across 4 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 1000 in use
Port 1000 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
stages/stage-aryaos/00-install/00-run.sh Ports
medium System graph network Security conf 1.00 Privileged port 50 in use
Port 50 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
host_vars/dragonball.yml Ports
medium System graph network Security conf 1.00 Privileged port 60 in use
Port 60 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
host_vars/dragonball.yml Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
1 test file(s) for 18 source file(s) (ratio 0.06). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 15 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `BASE_URL`, `LOG_LEVEL`, `PORT`, `SA_SHIM_BASIC_PASSWORD`, `SA_SHIM_BASIC_USER`, `SA_SHIM_CALLSIGN`, `SA_SHIM_CERT_DIR`, `SA_SHIM_FONT_PROXY_BASE` + 7 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 15 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 hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:24-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
shared_files/cloudtak/shim/Dockerfile:1 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 5 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 5 locations
.github/workflows/pi-gen.yml:35, 38, 122, 196 (4 hits)
.github/workflows/node-red-pkg.yml:16
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: shared_files/gpstak/gpstak.py:run, shared_files/gpstak/gpstak.py:run This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: shared_files/aryaos/NetworkManager.py:all, shared_files/aryaos/NetworkManager.py:all, shared_files/aryaos/NetworkManager.py:all This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consoli…
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: auto_reconnect
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared_files/aryaos/NetworkManager.py:413
low System graph software Dead code conf 1.00 Possibly dead Python function: const
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared_files/aryaos/NetworkManager.py:752
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_restart
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared_files/aryaos/NetworkManager.py:108
low System graph software Dead code conf 1.00 Possibly dead Python function: send
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared_files/gpstak/gpstak.py:94
low System graph software Dead code conf 1.00 Possibly dead Python function: set_func
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared_files/aryaos/NetworkManager.py:229
low System graph software Dead code conf 1.00 Possibly dead Python function: SpecificDevice
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared_files/aryaos/NetworkManager.py:515
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 — shared_files/cloudtak/shim/index.ts:47
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 — shared_files/cloudtak/shim/lib/injection-api.ts:63
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 — shared_files/cloudtak/shim/lib/marti-api.ts:150
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 — shared_files/cloudtak/shim/lib/tak-server.ts:100
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 quality Integrity conf 1.00 Stub function `auto_reconnect` (body is just `pass`/`return`) — shared_files/aryaos/NetworkManager.py:413
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/clients
`shared_files/cloudtak/shim/lib/injection-api.ts` declares `GET /api/clients` 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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/health
`shared_files/cloudtak/shim/lib/injection-api.ts` declares `GET /api/health` 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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /basemap
`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `GET /basemap` 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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /config
`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `GET /config` 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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /files/api/config
`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /files/api/config` 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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /Marti/api/clientEndPoints
`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /Marti/api/clientEndPoints` 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 con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /Marti/api/contacts/all
`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /Marti/api/contacts/all` 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 consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /Marti/api/files/config
`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /Marti/api/files/config` 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 consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /Marti/api/groups/all
`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /Marti/api/groups/all` 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 consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /Marti/api/groups/groupCacheEnabled
`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /Marti/api/groups/groupCacheEnabled` 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: GET /Marti/api/tls/config
`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /Marti/api/tls/config` 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 consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /Marti/api/version
`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /Marti/api/version` 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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /profile
`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `GET /profile` 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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /profile/overlay
`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `GET /profile/overlay` 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 consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /server
`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `GET /server` 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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /server
`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `PATCH /server` 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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/cot
`shared_files/cloudtak/shim/lib/injection-api.ts` declares `POST /api/cot` 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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/cot/geojson
`shared_files/cloudtak/shim/lib/injection-api.ts` declares `POST /api/cot/geojson` 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 consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /login
`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `POST /login` 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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /Marti/api/tls/config
`shared_files/cloudtak/shim/lib/marti-api.ts` declares `POST /Marti/api/tls/config` 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 consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /Marti/api/tls/signClient/v2
`shared_files/cloudtak/shim/lib/marti-api.ts` declares `POST /Marti/api/tls/signClient/v2` 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: PUT /Marti/api/groups/active
`shared_files/cloudtak/shim/lib/marti-api.ts` declares `PUT /Marti/api/groups/active` 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 consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api
`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `USE /api` 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 consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: shared_files/aryaos/html/js/uikit.js (9463 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: shared_files/aryaos/NetworkManager.py (1454 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/5c352619-0a4c-43de-95c3-f84af06bb213/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5c352619-0a4c-43de-95c3-f84af06bb213/

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.