← All plugins
security-pro-pack
v1.31.0Professional security tools for Claude Code: vulnerability scanning, compliance, cryptography audit, container & API security
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/packages/security-pro-pack/ inside the repository.
Layout
plugins/packages/security-pro-pack/
├── .claude-plugin/plugin.json└── skills/performing-security-audits/SKILL.md
Skills1
performing-security-auditsskills/performing-security-audits/SKILL.md
Analyze code, infrastructure, and configurations by conducting comprehensive security audits. It leverages tools within the security-pro-pack plugin, including vulnerability scanning, compliance checking, and cryptography review. Use when assessing security or running audits. Trigger with phrases like 'security scan', 'audit', or 'vulnerability'.
Manifests1
plugins/packages/security-pro-pack/.claude-plugin/plugin.json
{
"name": "security-pro-pack",
"version": "1.31.0",
"description": "Professional security tools for Claude Code: vulnerability scanning, compliance, cryptography audit, container & API security",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]",
"url": "https://github.com/jeremylongshore"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"homepage": "https://claudecodeplugins.io/",
"license": "MIT",
"keywords": [
"security",
"vulnerability-scanning",
"compliance",
"HIPAA",
"PCI-DSS",
"GDPR",
"SOC2",
"cryptography",
"crypto-audit",
"OWASP",
"penetration-testing",
"container-security",
"docker-security",
"API-security",
"threat-modeling",
"STRIDE",
"devsecops",
"agent-skills"
]
}