by AgentSecOps
Security operations toolkit for AI coding agents. Give Claude Code 25+ skills to catch vulnerabilities, scan containers, detect secrets, and enforce policies automatically.
# Add to your Claude Code skills
git clone https://github.com/AgentSecOps/SecOpsAgentKitAn assortment of security operations skills for AI coding agents. A collaborative approach to shift-left security using Claude Code skills.
SecOpsAgentKit provides specialized Claude Code skills for security operations, covering:
/plugin marketplace add https://github.com/AgentSecOps/SecOpsAgentKit.git
No comments yet. Be the first to share your thoughts!
Skills in this repository reference industry-standard security frameworks:
We welcome contributions! Please read CONTRIBUTE.md for:
To kickstart a new skill for this repo:
Initialize: Create a new skill from the template
./scripts/init_skill.sh my-skill-name appsec
Develop: Fill in SKILL.md and add bundled resources
scripts/ - Executable security toolsreferences/ - Security framework documentationassets/ - Templates and configurationsValidate: Run the validation script
./scripts/validate_skill.py skills/appsec/my-skill-name
Update Documentation:
.claude-plugin/marketplace.json with your skill pathSubmit: Open a PR with the [skill] tag
See CONTRIBUTE.md for detailed guidelines including the exact format for README.md entries.
All skills follow these requirements:
---
name: skill-name # kebab-case identifier
description: > # Comprehensive description with use cases
What the skill does and when to use it...
version: 0.1.0 # Semantic versioning
maintainer: github-username # Your GitHub username
category: appsec # Primary security domain
tags: [sast, owasp, security] # Searchable tags
frameworks: [OWASP, CWE] # Security frameworks referenced
---
scripts/init_skill.sh - Initialize a new skill from templatescripts/validate_skill.py - Validate skill structure and frontmatterskills/_template/ - Base template for all new skillsThis project uses dual licensing:
This means:
See LICENSE.md for full license texts and details.