-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
featureNew feature triggering minor version bumpNew feature triggering minor version bumpsecuritySecurity-related changes or concernsSecurity-related changes or concerns
Milestone
Description
Summary
Create the owasp-llm skill under .github/skills/security/owasp-llm/ providing detection checklists, severity guidance, and remediation patterns for the OWASP Top 10 for LLM Applications 2025.
This skill is consumed by the security-reviewer agent (not user-invocable). Content is adapted from JasonTheDeveloper's owasp-skills llm-vulnerabilities skill. Added to MVP per JasonTheDeveloper's suggestion: "A lot of our work nowadays revolve around agentic applications and using LLMs."
Acceptance Criteria
-
.github/skills/security/owasp-llm/SKILL.mdexists with valid frontmattername: owasp-llmmatches directory namedescriptionends with- Brought to you by microsoft/hve-coreuser-invocable: falsemetadata.content_based_onreferences OWASP LLM Top 10 2025 source URL
-
references/directory contains 11 files:00-vulnerability-index.md— summary table with all 10 LLM vulnerabilities- 10 individual vulnerability reference files (numbered
01-through10-)
- Each reference file follows the 7-section pattern: Description → Risk → Vulnerability Checklist → Prevention Controls → Example Attacks → Detection Guidance → Remediation
-
SKILL.mdbody references the vulnerability index and instructs the agent on how to traverse references -
npm run validate:skillspasses for this skill
Content Source
Adapted from JasonTheDeveloper's owasp-skills llm-vulnerabilities/ skill. Naming convention changed from llm-vulnerabilities to owasp-llm per Discussion #480 terminology.
Dependencies
- Depends on collection rename (chore(collections): rename
security-planningcollection tosecurity#792) for directory path.github/skills/security/ - Can run in parallel with owasp-top-10 and owasp-agentic skill issues
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature triggering minor version bumpNew feature triggering minor version bumpsecuritySecurity-related changes or concernsSecurity-related changes or concerns