liuyanghejerry

9 mods across 1 repository, 202 stars between them.

secret-scan

01

liuyanghejerry/Clausura

Skill Claude CodeCodex

A code-scanning check for API keys, passwords, tokens, and other credentials accidentally written directly into source code or data files.

202 5d ago A 12 tokens original MIT

python-review

02

liuyanghejerry/Clausura

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.

202 5d ago A 29 tokens original MIT

rust-review

03

liuyanghejerry/Clausura

Skill Claude CodeCodex

A Rust code-review skill for services, checking for crashes, unsafe SQL construction, exposed credentials, ignored errors, and unfinished code.

202 5d ago A 25 tokens original MIT

secret-sweep-scan

04

liuyanghejerry/Clausura

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.

202 5d ago A 19 tokens original MIT

security-review

05

liuyanghejerry/Clausura

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.

202 5d ago A 15 tokens original MIT

ts-review

06

liuyanghejerry/Clausura

Skill Claude CodeCodex

TypeScript monorepo 审查:XSS、SQL 注入、密钥、any、console.log.

202 5d ago A 26 tokens original MIT

liuyanghejerry/Clausura

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.

202 5d ago A 40 tokens original MIT

i18n-check

08

liuyanghejerry/Clausura

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.

202 5d ago A 28 tokens original MIT

vue-best-practices

09

liuyanghejerry/Clausura

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.

202 5d ago A 31 tokens original MIT