Detects unsafe signed/unsigned integer conversions that can lead to integer overflow and security check bypasses. Use when analyzing integer operations, comparisons, or investigating conversion-related vulnerabilities.
5.5
Rating
0
Installs
Security
Category
Well-structured security skill for detecting signed/unsigned conversion vulnerabilities. The description clearly conveys when to use the skill, and SKILL.md provides a systematic 4-step workflow with key patterns and severity guidelines. The output format specification is clear enough for invocation. Structure is good with references to supporting files (patterns.md, examples.md, references.md). Novelty is moderate: while this is a valuable security analysis task that would require significant effort from a CLI agent alone, similar static analysis patterns exist in security tools. Minor improvement areas: more explicit examples of CLI invocation patterns and deeper technical details on detection heuristics (though these may be in referenced files).
Loading SKILL.md…