security-blue-red-team
v0.5.0Product-agnostic Vulnerability Assessment / Red Team / Blue Team security testing automation for Claude Code. Monthly SAST + passive testing lives in /security-vulnerability-assessment (Layer 1+2); /security-redteam runs active attack simulation (Layer 3+4 by default) and can chain into Blue Team with --purple. Layer 3 seeds are recorded in a cleanup-queue and purged by /security-cleanup, which re-derives every delete command from the profile template instead of executing the queue's own string. Request budgets, egress rules and the production gate are enforced by the agents; their Safety constraints are the canonical statement.
By Hidari0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install security-blue-red-team for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install security-blue-red-team@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hidari/agentic-coding-toolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/security-blue-red-team/.
Plugin files
├── .claude-plugin/plugin.json└── SKILL.md
Included Skills1
Red Team (攻撃者視点の能動検証) と Blue Team (防御者視点の改善計画) を profile 駆動で継続運用する skill バンドルの入口。個別の実行は `/security-redteam` / `/security-blueteam` / `/security-vulnerability-assessment` / `/security-cleanup` を呼ぶ。
Plugin manifests1
{
"name": "security-blue-red-team",
"version": "0.5.0",
"description": "Product-agnostic Vulnerability Assessment / Red Team / Blue Team security testing automation for Claude Code. Monthly SAST + passive testing lives in /security-vulnerability-assessment (Layer 1+2); /security-redteam runs active attack simulation (Layer 3+4 by default) and can chain into Blue Team with --purple. Layer 3 seeds are recorded in a cleanup-queue and purged by /security-cleanup, which re-derives every delete command from the profile template instead of executing the queue's own string. Request budgets, egress rules and the production gate are enforced by the agents; their Safety constraints are the canonical statement.",
"author": {
"name": "Hidari"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[security-blue-red-team on Agent Plugins Marketplace](https://pluginsmp.com/plugins/security-blue-red-team)