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.

davidesilver/ZeroHuman-Agency

https://github.com/davidesilver/ZeroHuman-Agency · scanned 2026-06-17 01:53 UTC (1 month, 1 week ago)

349 raw signals (0 security + 349 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -32.2 (diff) · 334 actionable findings from 1 signal source. 15 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 `trigger_research` without auth dependency — python/src/content_engine/api/routes.py:220
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 python/src/content_engine/api/routes.py:220.
python/src/content_engine/api/routes.py:220
#2
FastAPI PATCH `update_item_status` without auth dependency — python/src/content_engine/api/routes.py:307
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 python/src/content_engine/api/routes.py:307.
python/src/content_engine/api/routes.py:307
#3
FastAPI POST `trigger_scoring` without auth dependency — python/src/content_engine/api/routes.py:326
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 python/src/content_engine/api/routes.py:326.
python/src/content_engine/api/routes.py:326
#4
FastAPI POST `api_generate_content` without auth dependency — python/src/content_engine/api/routes.py:351
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 python/src/content_engine/api/routes.py:351.
python/src/content_engine/api/routes.py:351
#5
FastAPI POST `api_god_mode` without auth dependency — python/src/content_engine/api/routes.py:375
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 python/src/content_engine/api/routes.py:375.
python/src/content_engine/api/routes.py:375
#6
FastAPI POST `api_adapt_content` without auth dependency — python/src/content_engine/api/routes.py:382
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 python/src/content_engine/api/routes.py:382.
python/src/content_engine/api/routes.py:382
#7
FastAPI POST `api_humanize_draft` without auth dependency — python/src/content_engine/api/routes.py:389
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 python/src/content_engine/api/routes.py:389.
python/src/content_engine/api/routes.py:389
#8
FastAPI PATCH `update_draft` without auth dependency — python/src/content_engine/api/routes.py:472
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 python/src/content_engine/api/routes.py:472.
python/src/content_engine/api/routes.py:472
#9
FastAPI POST `api_create_session` without auth dependency — python/src/content_engine/api/routes.py:540
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 python/src/content_engine/api/routes.py:540.
python/src/content_engine/api/routes.py:540
#10
FastAPI POST `api_vote` without auth dependency — python/src/content_engine/api/routes.py:590
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 python/src/content_engine/api/routes.py:590.
python/src/content_engine/api/routes.py:590

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/75e9483c-675f-4d61-9c27-767b33282700/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/75e9483c-675f-4d61-9c27-767b33282700/

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.