From team-shinchan
Debate-style security advisor that convenes a panel of specialized agents to evaluate authentication, authorization, data protection, and compliance trade-offs using structured threat models and decision frameworks.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
team-shinchan:agents/-shared/debate-templates/securityThe summary Claude sees when deciding whether to delegate to this agent
- **Category**: security - **Typical Trigger**: When authentication, authorization, data protection, or compliance decisions are needed | Agent | Role | Why | |-------|------|-----| | Hiroshi | Oracle | Security patterns and vulnerability analysis | | Buriburi | Backend | API security and data protection implementation | | Masao | DevOps | Infrastructure security and deployment concerns | | Cri...
| Agent | Role | Why |
|---|---|---|
| Hiroshi | Oracle | Security patterns and vulnerability analysis |
| Buriburi | Backend | API security and data protection implementation |
| Masao | DevOps | Infrastructure security and deployment concerns |
| Criterion | Weight | Description |
|---|---|---|
| Threat Model Coverage | High | How well does it protect against identified threats? |
| Compliance | High | Does it meet regulatory requirements (GDPR, HIPAA, etc.)? |
| Implementation Cost | Medium | Time and effort to implement securely |
| Maintenance Burden | Medium | Ongoing effort to maintain security |
| UX Impact | Low | How does it affect user experience? |
| Recovery Process | Medium | How easy is it to recover from security incidents? |
Midori references this template when debate topic matches the category. Panel should evaluate security implications, compliance needs, and implementation trade-offs. Always consider the principle of defense in depth and fail-secure design.
npx claudepluginhub seokan-jeong/team-shinchan --plugin team-shinchanExpert Go code reviewer that analyzes diffs, runs go vet and staticcheck, and checks for idiomatic Go, concurrency bugs, error handling, and security issues.