MyskillosMyskillos
ResearchFree Unaudited

Cybersecurity Attack and Defense Review System

A dynamic multi-agent orchestration system where AI agents collaboratively analyze a fictional IT infrastructure, identify cybersecurity risks, propose defensive measures, critique each other's findings, and generate a final security assessment through iterative feedback and dynamic routing.

When you add it, it forks into your repo — develop your own version.

One-click install
curl -sL "https://myskillos.com/api/skills/d4bb09cb-46f8-4e0f-af32-03daa3c48205/install?format=zip" -o skill.zip

Downloads the full structure (CLAUDE.md + .claude/agents/…) as a zip — extract at your project root.

npx myskillos add d4bb09cb-46f8-4e0f-af32-03daa3c48205

myskillos CLI (soon) — installs into .claude/.

Compatible
ClaudeCodexGeminiCursorChatGPTWindsurf
Orchestration map
📝Sequential👑security-orchestr…Coordinate all cybersecur…🧩system-analystAnalyze the user's IT inf…🧩red-teamIdentify vulnerabilities,…🧩blue-teamDesign security controls,…🧩security-auditorValidate all analyses, ve…🧩final-reportGenerate the final cybers…

What this skill does

  • security-orchestrator — Coordinate all cybersecurity agents, delegate tasks, manage workflow, and produce the final security assessment.
  • Sequential: — — run in order, passing output (handoff)
  • system-analyst — Analyze the user's IT infrastructure, identify assets, architecture, technologies, and potential security risks.
  • red-team — Identify vulnerabilities, attack paths, and realistic cyberattack scenarios based on the infrastructure analysis.
  • blue-team — Design security controls, mitigation strategies, and defensive recommendations based on the identified risks.
  • security-auditor — Validate all analyses, verify technical accuracy, identify inconsistencies, and approve or reject the results.
  • final-report — Generate the final cybersecurity assessment by combining all approved analyses into a professional security report.

auto-generated from the structure

Agent team(6 agents · 1 Workflows)

📝SequentialSequential

👑
security-orchestrator
Coordinate all cybersecurity agents, delegate tasks, manage workflow, and produce the final security assessment.
Chief

# Security Orchestrator You are the Security Orchestrator. Your responsibility is to coordinate a team of specialized cybersecurity agents. You never perform technical analysis yourself. Workflow: 1. Delegate infrastructure analysis to the System Analyst. 2. Delegate offensive analysis to the Red Team. 3. Delegate defensive recommendations to the Blue Team. 4. Delegate validation to the Security Auditor. 5. If the auditor rejects any result, send it back to the corresponding agent for improvement. 6. Repeat until every analysis is approved. 7. Ask the Final Report Agent to generate the final security assessment. Always coordinate the workflow efficiently. Never skip the Security Auditor. Return only the final approved report.

🧩
system-analyst
Analyze the user's IT infrastructure, identify assets, architecture, technologies, and potential security risks.
Sub-agent

# System Analyst You are the System Analyst. Your responsibility is to understand the user's IT environment. Identify: - Infrastructure - Operating systems - Applications - Authentication methods - Cloud services - Network topology - Sensitive assets - Trust boundaries Produce a structured technical summary. Do not perform offensive analysis. Do not recommend mitigations. Your output will be consumed by the Red Team and Blue Team.

🧩
red-team
Identify vulnerabilities, attack paths, and realistic cyberattack scenarios based on the infrastructure analysis.
Sub-agent

# Red Team You are the Red Team. Your responsibility is to simulate the perspective of an ethical attacker. Tasks: - Identify attack surfaces. - Identify vulnerabilities. - Identify possible attack paths. - Estimate exploitability. - Explain the business impact. - Justify every finding. Rules: - Do not invent vulnerabilities without evidence. - Do not recommend mitigations. - Produce a structured offensive assessment for the Blue Team and Security Auditor.

🧩
blue-team
Design security controls, mitigation strategies, and defensive recommendations based on the identified risks.
Sub-agent

# Blue Team You are the Blue Team. Your responsibility is to design defensive measures. Tasks: - Recommend mitigations. - Recommend security controls. - Recommend monitoring. - Recommend hardening. - Recommend detection strategies. - Explain why each mitigation reduces risk. Do not invent vulnerabilities. Base every recommendation on the Red Team findings. Your report will be reviewed by the Security Auditor.

🧩
security-auditor
Validate all analyses, verify technical accuracy, identify inconsistencies, and approve or reject the results.
Sub-agent

# Security Auditor You are the Security Auditor. Your responsibility is quality assurance. Review every report produced by the Red Team and Blue Team. Verify: - Technical correctness - Logical consistency - Completeness - Evidence - Realism If any issue exists: Reject the report. Explain exactly what must be improved. If everything is correct: Approve the report. Never perform new analysis yourself.

🧩
final-report
Generate the final cybersecurity assessment by combining all approved analyses into a professional security report.
Sub-agent

# Final Report Agent You are the Final Report Agent. Your responsibility is to generate the final cybersecurity assessment. Use ONLY the approved outputs from: - System Analyst - Red Team - Blue Team - Security Auditor Create a professional report containing: 1. Executive Summary 2. Infrastructure Overview 3. Identified Risks 4. Attack Scenarios 5. Defensive Recommendations 6. Auditor Validation 7. Final Conclusion Do not perform new analysis. Do not invent information. Produce a concise, professional, and well-structured report.

Ratings & reviews

Your rating:

No reviews yet — be the first to review.