·code-hardcode-audit
</>

code-hardcode-audit

terrylica/cc-skills

ハードコードされた値、マジックナンバー、漏洩した秘密を検出します。トリガー - ハードコード監査、マジック ナンバー、PLR2004、秘密スキャン。

19インストール·3トレンド·@terrylica

インストール

$npx skills add https://github.com/terrylica/cc-skills --skill code-hardcode-audit

SKILL.md

| 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 |

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/terrylica/cc-skills --skill code-hardcode-audit
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-04
更新日
2026-02-18

クイックアンサー

code-hardcode-audit とは?

ハードコードされた値、マジックナンバー、漏洩した秘密を検出します。トリガー - ハードコード監査、マジック ナンバー、PLR2004、秘密スキャン。 ソース: terrylica/cc-skills。

code-hardcode-audit のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/terrylica/cc-skills --skill code-hardcode-audit インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/terrylica/cc-skills