Che cos'è code-hardcode-audit?
Rileva valori codificati, numeri magici e segreti trapelati. TRIGGER: verifica hardcode, numeri magici, PLR2004, scansione segreta. Fonte: terrylica/cc-skills.
Rileva valori codificati, numeri magici e segreti trapelati. TRIGGER: verifica hardcode, numeri magici, PLR2004, scansione segreta.
Installa rapidamente la skill AI code-hardcode-audit nel tuo ambiente di sviluppo tramite riga di comando
Fonte: terrylica/cc-skills.
| Tool | Detection Focus | Language Support | Speed |
| Ruff PLR2004 | Magic value comparisons | Python | Fast | | Semgrep | URLs, ports, paths, credentials | Multi-language | Medium | | jscpd | Duplicate code blocks | Multi-language | Slow | | gitleaks | Secrets, API keys, passwords | Any (file-based) | Fast |
| Ruff PLR2004 not found | Ruff not installed or old | uv tool install ruff or upgrade | | Semgrep timeout | Large codebase scan | Use --exclude to limit scope | | jscpd memory error | Too many files | Increase Node heap: NODEOPTIONS=--max-old-space-size=4096 | | gitleaks false positives | Test data flagged | Add patterns to .gitleaks.toml allowlist |
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/terrylica/cc-skills --skill code-hardcode-auditRileva valori codificati, numeri magici e segreti trapelati. TRIGGER: verifica hardcode, numeri magici, PLR2004, scansione segreta. Fonte: terrylica/cc-skills.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/terrylica/cc-skills --skill code-hardcode-audit Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/terrylica/cc-skills