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.

hermes-agent

https://github.com/NousResearch/hermes-agent.git · scanned 2026-05-17 02:56 UTC (14 hours, 26 minutes ago) · 10 languages

914 findings (102 legacy + 812 scanner) 7/10 scanners ran 86th percentile · Python · huge (>500K LoC) Scanner says 69 (higher by 17)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 14 hours, 26 minutes ago · v1 · 914 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
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
FastAPI POST `restart_gateway` without auth dependency — hermes_cli/web_server.py:716
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in hermes_cli/web_server.py:716.
hermes_cli/web_server.py:716
#2
FastAPI POST `update_hermes` without auth dependency — hermes_cli/web_server.py:731
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in hermes_cli/web_server.py:731.
hermes_cli/web_server.py:731
#3
FastAPI POST `set_model_assignment` without auth dependency — hermes_cli/web_server.py:1049
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in hermes_cli/web_server.py:1049.
hermes_cli/web_server.py:1049
#4
FastAPI PUT `update_config` without auth dependency — hermes_cli/web_server.py:1189
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in hermes_cli/web_server.py:1189.
hermes_cli/web_server.py:1189
#5
FastAPI PUT `set_env_var` without auth dependency — hermes_cli/web_server.py:1218
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in hermes_cli/web_server.py:1218.
hermes_cli/web_server.py:1218
#6
FastAPI DELETE `remove_env_var` without auth dependency — hermes_cli/web_server.py:1228
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in hermes_cli/web_server.py:1228.
hermes_cli/web_server.py:1228
#7
FastAPI POST `reveal_env_var` without auth dependency — hermes_cli/web_server.py:1242
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in hermes_cli/web_server.py:1242.
hermes_cli/web_server.py:1242
#8
FastAPI DELETE `disconnect_oauth_provider` without auth dependency — hermes_cli/web_server.py:1543
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in hermes_cli/web_server.py:1543.
hermes_cli/web_server.py:1543
#9
FastAPI POST `start_oauth_login` without auth dependency — hermes_cli/web_server.py:2247
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in hermes_cli/web_server.py:2247.
hermes_cli/web_server.py:2247
#10
FastAPI POST `submit_oauth_code` without auth dependency — hermes_cli/web_server.py:2285
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in hermes_cli/web_server.py:2285.
hermes_cli/web_server.py:2285

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.

{# ── 2026-05-17 Round 14: AI-agent bridge footer ────────────────────── Discoverability: the /agents/voting/ guide + MCP manifest exist but aren't linked from anywhere users actually land. Small, opt-in footer. #}
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/babdf5bb-90da-4ecd-a31d-8963b056e767/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/babdf5bb-90da-4ecd-a31d-8963b056e767/

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.