plugins marketplace
← All plugins

voltagent-qa-sec

v1.1.1

Testing, security, and code quality experts - code review, penetration testing, QA automation, and UI flow validation

Claude Code

by VoltAgent CommunityMIT24.2kupdated 1 week ago

Source

git clone https://github.com/VoltAgent/awesome-claude-code-subagents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is categories/04-quality-security/ inside the repository.

Layout

categories/04-quality-security/
└── .claude-plugin/plugin.json

Manifests1

categories/04-quality-security/.claude-plugin/plugin.json
{
  "name": "voltagent-qa-sec",
  "version": "1.1.1",
  "description": "Testing, security, and code quality experts - code review, penetration testing, QA automation, and UI flow validation",
  "author": {
    "name": "VoltAgent Community",
    "url": "https://github.com/VoltAgent"
  },
  "repository": "https://github.com/VoltAgent/awesome-claude-code-subagents",
  "license": "MIT",
  "agents": [
    "./accessibility-tester.md",
    "./ad-security-reviewer.md",
    "./ai-writing-auditor.md",
    "./architect-reviewer.md",
    "./chaos-engineer.md",
    "./code-reviewer.md",
    "./compliance-auditor.md",
    "./debugger.md",
    "./error-detective.md",
    "./gdpr-ccpa-compliance.md",
    "./penetration-tester.md",
    "./performance-engineer.md",
    "./powershell-security-hardening.md",
    "./qa-expert.md",
    "./security-auditor.md",
    "./test-automator.md",
    "./ui-ux-tester.md"
  ]
}