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.

claude-code-templates

https://github.com/davila7/claude-code-templates.git · scanned 2026-05-17 03:09 UTC (16 hours, 13 minutes ago) · 10 languages

903 findings (15 legacy + 888 scanner) 8/10 scanners ran 68th percentile · Python · small (2-20K LoC) Scanner says 50 (higher by 28)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 16 hours, 14 minutes ago · v2 · 459 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: layer: software × excluding tests × Reset all
Scan summary Repository scanned at 49.5/100 with 100.0% coverage. It contains 13159 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 444 findings — concentrated in quality (134), frontend (93), api (77). Risk profile is high: 10 critical, 44 high, 98 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 77 of 459 findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Legacy software ssrf conf 1.00 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTTP request to a user-controlled URL without allowlist validation. Attackers can probe internal services (169.254.169.254 metadata, internal Kubernetes endpoints, file:// URIs), exfiltrate data, or pivot through your network. SSRF is OWASP A10:2021 and a frequent foothold in cloud breaches.
Validate the URL against an allowlist BEFORE fetching: ALLOWED = {'images.example.com', 'cdn.example.com'} host = urlparse(url).hostname if host not in ALLOWED: abort(400) Or use a server-side proxy (Imgproxy / serve-files-only-from-S3) that isolates outbound network access from the request h…
cli-tool/components/hooks/automation/telegram-pr-webhook.py:83 ssrflegacy
high Legacy software ssrf conf 1.00 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTTP request to a user-controlled URL without allowlist validation. Attackers can probe internal services (169.254.169.254 metadata, internal Kubernetes endpoints, file:// URIs), exfiltrate data, or pivot through your network. SSRF is OWASP A10:2021 and a frequent foothold in cloud breaches.
Validate the URL against an allowlist BEFORE fetching: ALLOWED = {'images.example.com', 'cdn.example.com'} host = urlparse(url).hostname if host not in ALLOWED: abort(400) Or use a server-side proxy (Imgproxy / serve-files-only-from-S3) that isolates outbound network access from the request h…
cli-tool/.claude/sandbox/cloudflare/src/index.ts:34 ssrflegacy
high Legacy software ssrf conf 1.00 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTTP request to a user-controlled URL without allowlist validation. Attackers can probe internal services (169.254.169.254 metadata, internal Kubernetes endpoints, file:// URIs), exfiltrate data, or pivot through your network. SSRF is OWASP A10:2021 and a frequent foothold in cloud breaches.
Validate the URL against an allowlist BEFORE fetching: ALLOWED = {'images.example.com', 'cdn.example.com'} host = urlparse(url).hostname if host not in ALLOWED: abort(400) Or use a server-side proxy (Imgproxy / serve-files-only-from-S3) that isolates outbound network access from the request h…
.claude/hooks/telegram-pr-webhook.py:83 ssrflegacy
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: api/__tests__/endpoints.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/hooks/git/conventional-commits.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/hooks/git/prevent-direct-push.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/hooks/git/validate-branch-name.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/hooks/security/dangerous-command-blocker.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/ai-research/loki-mode/examples/todo-app-generated/backend/src/routes/todos.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/ai-research/loki-mode/examples/todo-app-generated/frontend/src/main.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/ai-research/loki-mode/examples/todo-app-generated/frontend/src/vite-env.d.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/ai-research/loki-mode/examples/todo-app-generated/frontend/vite.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/creative-design/ui-design-system/scripts/design_token_generator.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/development/webapp-testing/examples/element_discovery.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/development/webapp-testing/examples/static_html_automation.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/document-processing/docx/ooxml/scripts/unpack.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/document-processing/pdf-anthropic/scripts/check_fillable_fields.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/document-processing/pdf-official/scripts/check_fillable_fields.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/document-processing/pdf-processing/scripts/check_fillable_fields.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/document-processing/pdf/scripts/check_fillable_fields.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/document-processing/pptx/ooxml/scripts/unpack.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/productivity/notebooklm/scripts/config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/scientific/brenda-database/scripts/brenda_queries.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/scientific/document-skills/docx/ooxml/scripts/unpack.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/scientific/document-skills/pdf/scripts/check_fillable_fields.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/scientific/document-skills/pptx/ooxml/scripts/unpack.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/scientific/pymc/assets/hierarchical_model_template.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/scientific/pymc/assets/linear_regression_template.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/scientific/scanpy/assets/analysis_template.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/security/webapp-testing/examples/element_discovery.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/components/skills/security/webapp-testing/examples/static_html_automation.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/jest.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/tests/unit/DataCache.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/tests/unit/PerformanceMonitor.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/tests/unit/StateCalculator.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/tests/unit/WebSocketServer.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/tests/validation/IntegrityValidator.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/tests/validation/ReferenceValidator.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/tests/validation/SemanticValidator.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/tests/validation/StructuralValidator.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: cli-tool/tests/validation/ValidationOrchestrator.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: dashboard/src/lib/constants.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: dashboard/src/lib/live-task/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: dashboard/src/lib/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: dashboard/src/pages/api/collections/[id].ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: dashboard/src/pages/api/collections/items.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: dashboard/src/pages/api/live-task/control.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: dashboard/src/pages/api/live-task/cycles.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: dashboard/src/pages/api/live-task/tools.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: scripts/dev-server.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code conf 1.00 Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/hooks/monitoring/context-timeline.py:982 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: do_OPTIONS
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/hooks/monitoring/context-timeline.py:1068 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/hooks/monitoring/context-timeline.py:1050 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: ease_back_in
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/creative-design/slack-gif-creator/core/easing.py:140 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: ease_back_in_out
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/creative-design/slack-gif-creator/core/easing.py:154 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: ease_back_out
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/creative-design/slack-gif-creator/core/easing.py:147 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: ease_in_cubic
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/creative-design/slack-gif-creator/core/easing.py:34 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: ease_in_elastic
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/creative-design/slack-gif-creator/core/easing.py:78 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: ease_in_out_bounce
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/creative-design/slack-gif-creator/core/easing.py:71 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: ease_in_out_cubic
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/creative-design/slack-gif-creator/core/easing.py:44 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: ease_in_out_elastic
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/creative-design/slack-gif-creator/core/easing.py:92 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: ease_in_out_quad
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/creative-design/slack-gif-creator/core/easing.py:27 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: ease_in_quad
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/creative-design/slack-gif-creator/core/easing.py:17 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: ease_out_cubic
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/creative-design/slack-gif-creator/core/easing.py:39 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: ease_out_elastic
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/creative-design/slack-gif-creator/core/easing.py:85 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: ease_out_quad
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/creative-design/slack-gif-creator/core/easing.py:22 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: fetch_comment
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_claude_jobs.py:367 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: fetch_job_content
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_claude_jobs.py:595 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: interpolate
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/creative-design/slack-gif-creator/core/easing.py:122 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/hooks/monitoring/context-timeline.py:970 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: month_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/security/security-ownership-map/scripts/community_maintainers.py:137 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: quarter_end
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/security/security-ownership-map/scripts/community_maintainers.py:162 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: quarter_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/security/security-ownership-map/scripts/community_maintainers.py:141 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: scan_code_patterns
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/security/vulnerability-scanner/scripts/security_scan.py:236 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: scan_configuration
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/security/vulnerability-scanner/scripts/security_scan.py:296 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: scan_dependencies
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/skills/security/vulnerability-scanner/scripts/security_scan.py:97 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: show_progress
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli-tool/components/sandbox/e2b/e2b-launcher.py:270 dead-code
{# ── 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/a656f031-2648-4f24-9993-6b291c9bf048/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a656f031-2648-4f24-9993-6b291c9bf048/

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.