plugins marketplace
← All plugins

security-agent

v1.28.0

Specialized security review subagent

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/examples/security-agent/ inside the repository.

Layout

plugins/examples/security-agent/
├── .claude-plugin/plugin.json
└── skills/performing-security-code-review/SKILL.md

Skills1

performing-security-code-reviewskills/performing-security-code-review/SKILL.md

Execute this skill enables AI assistant to conduct a security-focused code review using the security-agent plugin. it analyzes code for potential vulnerabilities like sql injection, xss, authentication flaws, and insecure dependencies. AI assistant uses this skill wh... Use when assessing security or running audits. Trigger with phrases like 'security scan', 'audit', or 'vulnerability'.

Manifests1

plugins/examples/security-agent/.claude-plugin/plugin.json
{
  "name": "security-agent",
  "version": "1.28.0",
  "description": "Specialized security review subagent",
  "author": {
    "name": "Jeremy Longshore"
  },
  "license": "MIT",
  "keywords": [
    "security",
    "agent",
    "code-review",
    "vulnerability",
    "agent-skills"
  ]
}