A Claude Code plugin packaging a collection of security and privacy skills.
- owasp-ai-risks-and-mitigations-2026 — Assess and remediate all 21 OWASP GenAI data-security risks (DSGAI 2026). Covers data protection, agent & pipeline security, and governance compliance with tiered mitigations, a 6-step assessment workflow, and regulatory mapping for GDPR, HIPAA, CCPA, the EU AI Act, and the Colorado AI Act.
Add this plugin to Claude Code via a marketplace or by pointing at this repository directly:
/plugin install SkyflowFoundry/security-privacy-skills
Once installed, Claude will invoke the relevant skill automatically when a conversation matches its description. You can also invoke a skill explicitly — for example:
Run an OWASP GenAI data security assessment on my RAG pipeline.
.
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
└── skills/
└── owasp-ai-risks-and-mitigations-2026/
├── SKILL.md # Skill entry point
└── references/ # Per-risk reference material (DSGAI01–21)
New security and privacy skills are welcome. Drop a new skill under skills/<skill-name>/ with a SKILL.md that follows the Claude Code skill format and open a PR.
This project is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0), matching the license of the upstream OWASP GenAI source documents it is derived from.