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.

affaan-m/everything-claude-code

https://github.com/affaan-m/everything-claude-code.git · scanned 2026-05-16 01:56 UTC (4 weeks ago) · 10 languages

275 raw signals (21 security + 254 graph) 71st percentile · Javascript · large (100-500K LoC) System graph score 69 (higher by 16)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 weeks ago · v1 · 6 actionable findings from 1 signal source. 11 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-14-v3
Component Sub-score Weight Contribution
structure_score 85.0 0.15 12.75
security_score 90.8 0.25 22.70
testing_score 100.0 0.20 20.00
documentation_score 95.0 0.15 14.25
practices_score 65.0 0.15 9.75
code_quality 50.0 0.10 5.00
Overall 1.00 84.5
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Ranks in the 76th percentile among medium-sized repos. Strongest documentation (87), dependencies (80); weakest practices (51), security (66). 20 findings. Most common pattern: js-console-log-prod.

Showing 5 of 6 actionable findings. 17 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Security checks security secrets conf 1.00 [SEC018] AI-Agent Secret Retrieval Command: A command that prints or embeds credentials was committed. AI coding agents often add these commands while trying to help with setup or deployment, but they can leak live secrets through logs, shell history, CI output, or documentation.
Remove the command, use a secret manager or CI masked secret, and rotate any credential that may have been printed.
scripts/codex/merge-mcp-config.js:70
low Security checks quality Error handling conf 1.00 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level.
Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types.
skills/continuous-learning-v2/scripts/instinct-cli.py:35
low Security checks quality Quality conf 0.60 12 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
10 files, 12 locations
scripts/hooks/pre-bash-tmux-reminder.js:18, 19 (2 hits)
scripts/hooks/run-with-flags.js:11, 12 (2 hits)
.codebuddy/uninstall.js:71
scripts/hooks/mcp-health-check.js:75
scripts/hooks/plugin-hook-bootstrap.js:26
scripts/hooks/post-bash-pr-created.js:24
scripts/hooks/post-edit-accumulator.js:28
scripts/hooks/pre-bash-git-push-reminder.js:15
duplicationquality
low Security checks quality Quality conf 0.68 Multiple AI-agent scaffold marker files are present
Repositories with several agent instruction, progress, or completion marker files are often generated scaffolds. They are not automatically wrong, but they deserve a reachability and ownership review before users treat the code as production-ready.
.github/copilot-instructions.md:1
high Security checks quality Quality conf 0.62 Source file name looks like an AI patch artifact
Files named as final, fixed, copy, new, or backup are often temporary patch artifacts. They may be legitimate, but they deserve review before becoming production surface area.
scripts/auto-update.js:1
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/92ec4de5-55f6-4920-b255-5b8cbcf52ded/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/92ec4de5-55f6-4920-b255-5b8cbcf52ded/

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.