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 · scanned 2026-05-15 01:21 UTC (4 weeks, 1 day ago) · 10 languages

280 raw signals (36 security + 244 graph) 71st percentile · Javascript · large (100-500K LoC) System graph score 68 (higher by 16)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 weeks, 1 day ago · v1 · 14 actionable findings from 1 signal source. 18 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 10 of 14 actionable findings. 32 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 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.
ecc_dashboard.py:115
medium Security checks security Injection conf 0.85 Cross-site scripting — dangerouslySetInnerHTML
dangerouslySetInnerHTML bypasses Reacts JSX escaping. Pair with DOMPurify or never use with user data.
scripts/sync-ecc-to-codex.sh:274 react-dangerously-set-html · CWE-79 · A03:2021
high Security checks security Crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
skills/continuous-learning-v2/scripts/instinct-cli.py:439 http-not-https · CWE-319 · A02:2021
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
high Security checks software Logging conf 0.85 PII printed to stdout/stderr
Logging password/token/email/ssn directly to stdout.
scripts/claw.js:425 print-pii · CWE-532 · A09:2021
high Security checks software Supply chain conf 0.85 Supply chain — npm install without lockfile
Production image runs npm install (resolves new versions on every build) instead of npm ci.
scripts/hooks/insaits-security-monitor.py:13 npm-install-no-lockfile · CWE-1357 · A06:2021
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/fb6d6d3e-e9ad-439a-a4cc-63d84469bf52/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/fb6d6d3e-e9ad-439a-a4cc-63d84469bf52/

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.