Detects null pointer dereference vulnerabilities by identifying unchecked pointer usage and missing validation. Use when analyzing pointer operations, input validation, or investigating crash vulnerabilities.
4.9
Rating
0
Installs
Security
Category
The skill provides a clear workflow for detecting null pointer dereferences with good conceptual coverage of detection patterns and severity guidelines. The description is sufficient for a CLI agent to understand when to invoke it. However, the task knowledge is somewhat generic - while it outlines what to look for (pointer dereferences, null checks, sources), it lacks specific implementation details, tool commands, or concrete algorithms that would enable automated detection. The structure is reasonable with references to supporting files for patterns and examples. Novelty is moderate - while detecting null pointer dereferences requires systematic analysis, the described approach is relatively straightforward static analysis that could be approximated by a capable CLI agent with standard tools, though this skill would save significant tokens by codifying the systematic workflow and patterns.
Loading SKILL.md…