defect-taxonomy

Installation
SKILL.md

Defect Taxonomy Knowledge Base

Unified classification of source code defects synthesizing MITRE CWE, OWASP Top 10, NASA Power of 10, IBM ODC, IEEE 1044, and Beizer's taxonomy into actionable detection references.

Reference Files

Load relevant references based on the code domain under review. Do NOT load all files -- select only what applies.

Taxonomy References (defect patterns)

Reference When to load
references/concurrency-state.md Concurrent/parallel code, shared state, async patterns, closures, variable scoping
references/logic-types.md Comparisons, boolean logic, type conversions, generics, serialization
references/memory-resources.md Memory management (C/C++/Rust), resource lifecycle, error handling, performance bottlenecks
references/security.md Security review -- injection, auth, crypto, secrets, CORS, SSRF, input validation
references/distributed-integration.md Microservices, APIs, distributed state, message queues, service mesh, migrations
references/data-design-ops.md Database/ORM, design patterns, build/deploy, testing, observability
references/detection-matrix.md Cross-cutting: detection channels per category, language-weighted focus, ROI prioritization
Related skills
Installs
1
GitHub Stars
2
First Seen
3 days ago