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.

AMAP-ML/SkillClaw

https://github.com/AMAP-ML/SkillClaw · scanned 2026-05-17 01:36 UTC (15 hours, 46 minutes ago) · 10 languages

112 findings (24 legacy + 88 scanner) 68th percentile · Python · medium (20-100K LoC) Scanner says 86 (lower by 15)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 15 hours, 45 minutes ago · v1 · 112 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
Severity: Critical 0 High 24 Medium 13 Low 74 Source: Legacy 24 9-layer 88 Crowd 0 Layer: Quality 43 Security 28 Software 15 Frontend 1 Api 25

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

#1
FastAPI POST `chat_completions` without auth dependency — skillclaw/api_server.py:1554
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 skillclaw/api_server.py:1554.
skillclaw/api_server.py:1554
#2
FastAPI POST `responses` without auth dependency — skillclaw/api_server.py:1602
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 skillclaw/api_server.py:1602.
skillclaw/api_server.py:1602
#3
FastAPI DELETE `delete_response` without auth dependency — skillclaw/api_server.py:1695
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 skillclaw/api_server.py:1695.
skillclaw/api_server.py:1695
#4
FastAPI POST `anthropic_count_tokens` without auth dependency — skillclaw/api_server.py:1713
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 skillclaw/api_server.py:1713.
skillclaw/api_server.py:1713
#5
FastAPI POST `anthropic_messages` without auth dependency — skillclaw/api_server.py:1729
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 skillclaw/api_server.py:1729.
skillclaw/api_server.py:1729
#6
FastAPI POST `activate_skill` without auth dependency — skillclaw/dashboard_server.py:584
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 skillclaw/dashboard_server.py:584.
skillclaw/dashboard_server.py:584
#7
FastAPI POST `sync_projection` without auth dependency — skillclaw/dashboard_server.py:629
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 skillclaw/dashboard_server.py:629.
skillclaw/dashboard_server.py:629
#8
FastAPI POST `pull_skills` without auth dependency — skillclaw/dashboard_server.py:633
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 skillclaw/dashboard_server.py:633.
skillclaw/dashboard_server.py:633
#9
FastAPI POST `push_skills` without auth dependency — skillclaw/dashboard_server.py:645
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 skillclaw/dashboard_server.py:645.
skillclaw/dashboard_server.py:645
#10
FastAPI POST `sync_skills` without auth dependency — skillclaw/dashboard_server.py:652
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 skillclaw/dashboard_server.py:652.
skillclaw/dashboard_server.py:652

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/6305a5e6-dcd4-4ac8-a363-2cfcd00740d3/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/6305a5e6-dcd4-4ac8-a363-2cfcd00740d3/

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.