secret-scan
01Skill Claude CodeCodex
A code-scanning check for API keys, passwords, tokens, and other credentials accidentally written directly into source code or data files.
Skill Claude CodeCodex
A code-scanning check for API keys, passwords, tokens, and other credentials accidentally written directly into source code or data files.
Skill Claude CodeCodex
A review checklist for older Python code covering swallowed errors, unsafe SQL, unsafe object loading, hard-coded secrets and leftover debug output.
Skill Claude CodeCodex
A Rust code-review skill for services, checking for crashes, unsafe SQL construction, exposed credentials, ignored errors, and unfinished code.
Skill Claude CodeCodex
A large-scale scan for likely real passwords, API keys and other credentials hard-coded in changed source files, while ignoring common placeholders and examples.
Skill Claude CodeCodex
A code-review check for three security problems: SQL injection, cross-site scripting (XSS), and secrets such as passwords or API keys stored in source code.
Skill Claude CodeCodex
TypeScript monorepo 审查:XSS、SQL 注入、密钥、any、console.log.
Skill Claude CodeCodex
Code review with LSP-powered code intelligence. Uses MCP tools (diagnostics, hover, references, definition, symbols) for semantic code understanding, not just text grep.
Skill Claude CodeCodex
An internationalization (i18n) check for software that supports multiple languages. It compares translation files with the text and translation keys used by the code.
Skill Claude CodeCodex
A review checklist for Vue 2 and Vue 3 components, covering component names, prop declarations, TypeScript casts, API styles and complex template expressions.