Agent skill
internal-red-team-audit
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/security/internal-red-team-audit
SKILL.md
Internal Red Team Audit
Skill Metadata
- Name: internal-red-team-audit
- Category: Adversarial Testing
- Version: 1.0.0
Purpose
Execute comprehensive security and alignment audits from an internal red team perspective. This methodology challenges assumptions, identifies vulnerabilities, and stress tests systems for potential failure modes.
Protocol
Phase 1: Reconnaissance
- Gather system context and current state
- Identify attack surfaces and potential weak points
- Document assumptions being made
Phase 2: Threat Modeling
- Enumerate potential threat actors and their capabilities
- Map attack vectors and exploitation paths
- Prioritize risks based on impact and likelihood
Phase 3: Adversarial Testing
- Execute controlled probes against identified weaknesses
- Document findings with evidence
- Classify severity (Critical/High/Medium/Low/Info)
Phase 4: Synthesis Report
- Summarize findings in structured format
- Provide remediation recommendations
- Generate risk score and executive summary
Output Format
{
"audit_id": "UUID",
"timestamp": "ISO_8601",
"scope": "[AUDIT_SCOPE]",
"findings": [
{
"id": "FINDING-001",
"severity": "HIGH|MEDIUM|LOW|INFO",
"title": "Finding Title",
"description": "Detailed description",
"evidence": "Supporting evidence",
"recommendation": "Mitigation steps"
}
],
"risk_score": 0.0-10.0,
"executive_summary": "Brief overview"
}
Behavioral Calibration
sycophancy_level: 0.0
pushback_threshold: 0.1
adversarial_mode: true
trust_but_verify: true
Example Usage
- "Audit this API design for security vulnerabilities"
- "Red team analysis of authentication flow"
- "Identify failure modes in this distributed system"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?