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.

Scan timing: clone 2.51s · analysis 2.16s · 3.2 MB · GitHub API rate-limit (preflight)

antoinezambelli/forge

https://github.com/antoinezambelli/forge.git · scanned 2026-05-21 14:10 UTC (2 weeks ago) · 10 languages

138 findings (80 legacy + 58 scanner) 99th percentile · Python · medium (20-100K LoC) Scanner says 96 (lower by 5)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 weeks ago · v2 · 109 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 100.0 0.15 15.00
security_score 100.0 0.25 25.00
testing_score 100.0 0.20 20.00
documentation_score 100.0 0.15 15.00
practices_score 75.0 0.15 11.25
code_quality 43.1 0.10 4.31
Overall 1.00 90.6
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#2
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/tests.yml:32
#3
Near-duplicate function bodies in 4 places
GapSeverity.LOW Layer.QUALITY score 0.113
Why: low severity · crashes are likely without this
Fix: Add a timeout on the call and wrap the body in this language’s exception-handling primitive.
#4
Near-duplicate function bodies in 4 places
GapSeverity.LOW Layer.QUALITY score 0.113
Why: low severity · crashes are likely without this
Fix: Add a timeout on the call and wrap the body in this language’s exception-handling primitive.
#5
Near-duplicate function bodies in 4 places
GapSeverity.LOW Layer.QUALITY score 0.113
Why: low severity · crashes are likely without this
Fix: Add a timeout on the call and wrap the body in this language’s exception-handling primitive.
#6
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.LOW Layer.CICD score 0.100
Why: low severity
.github/workflows/tests.yml:20
#7
Commented-code block (5 lines) in src/forge/server.py:511
GapSeverity.INFO Layer.QUALITY score 0.034
Why: info severity · crashes are likely without this
Fix: If genuinely unused, remove the function; if framework-registered, add a docstring.
#8
Commented-code block (8 lines) in src/forge/clients/sampling_defaults.py:44
GapSeverity.INFO Layer.QUALITY score 0.034
Why: info severity · crashes are likely without this
Fix: If genuinely unused, remove the function; if framework-registered, add a docstring.
#9
Commented-code block (5 lines) in src/forge/clients/llamafile.py:19
GapSeverity.INFO Layer.QUALITY score 0.034
Why: info severity · crashes are likely without this
Fix: If genuinely unused, remove the function; if framework-registered, add a docstring.
#10
Commented-code block (5 lines) in src/forge/core/inference.py:186
GapSeverity.INFO Layer.QUALITY score 0.034
Why: info severity · crashes are likely without this
Fix: If genuinely unused, remove the function; if framework-registered, add a docstring.

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/7430f221-46c3-4fa9-9c80-8e0d3e844062/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/7430f221-46c3-4fa9-9c80-8e0d3e844062/

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.