ai-code-review

Solid

Security-focused review of AI-generated or AI-assisted code. Use when reviewing code produced by AI coding assistants, auditing AI-generated patches, verifying AI-assisted contributions before merge, or when a review needs to account for failure modes specific to AI code generation.

Code & Development 15 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
40
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AI-Generated Code Security Review Security review checklist and methodology for code produced by AI coding assistants (Claude, Copilot, Cursor, Gemini, or any LLM-based tool). AI-generated code has characteristic failure modes that differ from human-written code and require specific review attention. ## When to Use - Reviewing PRs or patches marked with `Assisted-by:` or `Generated-by:` attribution - Auditing code known or suspected to be AI-generated - As a supplementary checklist during any code review where AI assistance was used - Verifying AI-generated security fixes or test code ## When NOT to Use - General code review without AI involvement (use `module/skills/differential-review/SKILL.md`) - Reviewing AI model behavior or prompt injection (use `module/skills/prompt-injection-mitigation/SKILL.md`) - Evaluating AI tool security posture (use `module/skills/third-party-model-security/SKILL.md` or `module/skills/file-protection/SKILL.md`) ## AI-Specific Failure Modes AI code generation has characteristic error patterns that differ from typical human mistakes. Review for these specifically: ### 1. Hallucinated APIs and symbols LLMs confidently generate calls to functions, methods, flags, configuration keys, or library features that do not exist. These compile or parse correctly but fail at runtime, or worse, silently do nothing. **Detection:** - Verify every imported module, function call, and configuration key against the actual codebase and libra...

Details

Author
backspace-shmackspace
Repository
backspace-shmackspace/claude-devkit
Created
5 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category