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
More from acaprino/alfio-claude-plugins
python-refactor
>
167file-organizer
>
76legal-advisor
Use PROACTIVELY for any legal question -- contracts, compliance, privacy, IP, employment law, terms of service, NDAs, corporate governance. Expert legal advisor specializing in technology law, compliance, and risk mitigation.
39python-comments
>
35deep-dive-analysis
>
35python-performance-optimization
>
31