security-and-hardening
Hardens code against vulnerabilities when handling input, auth, storage, or external integrations.
๐ก๏ธ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for security-and-hardening, derived from its capabilities.
AIVSS 6.6 ยท Medium
View MAESTRO 7-layer threat model โOverview
An addyosmani production-engineering skill that guides security hardening whenever code accepts untrusted input, manages authentication/sessions, stores data, or integrates third-party services. Instruction/reference surface that directly shapes the security-relevant code the agent writes.
Key features
- Untrusted-input handling guidance
- Auth and session hardening
- Third-party integration checks
Use cases
- Reviewing a feature that accepts user input
- Hardening authentication code