Serverless Vulnerabilities — Skill Entry
This SKILL.md is the entrypoint for the Serverless Vulnerabilities skill.
The skill encodes the OWASP Top 10 Serverless Interpretation as structured, machine-readable references that an agent can query to identify, assess, and remediate serverless application security risks.
Normative references (Serverless Top 10)
- •00 Vulnerability Index
- •01 Injection
- •02 Broken Authentication
- •03 Sensitive Data Exposure
- •04 XML External Entities
- •05 Broken Access Control
- •06 Security Misconfiguration
- •07 Cross-Site Scripting
- •08 Insecure Deserialization
- •09 Using Components with Known Vulnerabilities
- •10 Insufficient Logging and Monitoring
Skill layout
- •
SKILL.md— this file (skill entrypoint). - •
references/— the Serverless Top 10 normative documents.- •
00-vulnerability-index.md— master index of all vulnerability identifiers, categories, and cross-references. - •
01through10— one document per vulnerability aligned with OWASP Top 10 2017 numbering.
- •
- •
assets/— reusable format and constants blocks.- •
constants/— vulnerability catalog and category definitions.- •
constants-serverless-catalog-v1.0.0.md
- •
- •
formats/— output contract examples.- •
format-vulnerability-assessment-v1.0.0.md - •
format-remediation-checklist-v1.0.0.md
- •
- •