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.

RJL667/veilguard

https://github.com/RJL667/veilguard · scanned 2026-06-15 23:52 UTC (2 months, 3 weeks ago)

250 raw signals (0 security + 250 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 231 actionable findings from 1 signal source. 19 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

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

#1
FastAPI POST `send_message_to_agent` without auth dependency — agent-runtime/app/a2a.py:112
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 agent-runtime/app/a2a.py:112.
agent-runtime/app/a2a.py:112
#2
FastAPI POST `create_key` without auth dependency — agent-runtime/app/a2a_external.py:205
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 agent-runtime/app/a2a_external.py:205.
agent-runtime/app/a2a_external.py:205
#3
FastAPI POST `revoke_key` without auth dependency — agent-runtime/app/a2a_external.py:256
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 agent-runtime/app/a2a_external.py:256.
agent-runtime/app/a2a_external.py:256
#4
FastAPI POST `external_send_message` without auth dependency — agent-runtime/app/a2a_external.py:275
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 agent-runtime/app/a2a_external.py:275.
agent-runtime/app/a2a_external.py:275
#5
FastAPI POST `proposal_emit` without auth dependency — agent-runtime/app/main.py:940
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 agent-runtime/app/main.py:940.
agent-runtime/app/main.py:940
#6
FastAPI POST `proposal_convert` without auth dependency — agent-runtime/app/main.py:1086
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 agent-runtime/app/main.py:1086.
agent-runtime/app/main.py:1086
#7
FastAPI POST `delegate_to_org` without auth dependency — agent-runtime/app/main.py:1166
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 agent-runtime/app/main.py:1166.
agent-runtime/app/main.py:1166
#8
FastAPI POST `create_team_endpoint` without auth dependency — agent-runtime/app/main.py:1255
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 agent-runtime/app/main.py:1255.
agent-runtime/app/main.py:1255
#9
FastAPI POST `proposal_decision` without auth dependency — agent-runtime/app/main.py:1320
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 agent-runtime/app/main.py:1320.
agent-runtime/app/main.py:1320
#10
FastAPI POST `documents_snapshot` without auth dependency — agent-runtime/app/main.py:1409
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 agent-runtime/app/main.py:1409.
agent-runtime/app/main.py:1409

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/47e7f1b2-ace2-474a-a547-f015328af58e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/47e7f1b2-ace2-474a-a547-f015328af58e/

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.