cyber-defense-team

Featured

Orchestrate a 4-agent cyber defense pipeline to analyze log files for threats. Use when investigating security logs, detecting anomalies in access patterns, classifying breach severity, or generating incident reports from nginx/auth/syslog files.

AI & Automation 4,483 stars 594 forks Updated today CC-BY-SA-4.0

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Cyber Defense Team Skill Orchestrate a 4-agent pipeline that analyzes log files for security threats and produces an incident report. ## Pipeline Architecture ``` [You] → Team Lead (this skill) │ ├─[1]─→ log-ingestor (haiku) → cyber-defense-events.json │ ├─[2]─→ anomaly-detector (sonnet) → cyber-defense-anomalies.json │ (reads events.json) ├─[3]─→ risk-classifier (sonnet) → cyber-defense-risk.json │ (reads anomalies.json) └─[4]─→ threat-reporter (sonnet) → cyber-defense-report.md (reads all 3 JSON files) ``` Stages 2 and 3 are sequential (each depends on previous output). Stage 4 runs after all data is ready. ## Execution Steps ### Step 1 — Validate Input Check that the log file exists (or that log content was provided inline). If the path doesn't exist, tell the user immediately — don't proceed. ### Step 2 — Spawn Log Ingestor Use the Agent tool to spawn the `log-ingestor` agent: ``` Task: Parse the log file at [log_path] and write structured events to cyber-defense-events.json. Log path: [log_path] ``` Wait for completion. Confirm `cyber-defense-events.json` was created. ### Step 3 — Spawn Anomaly Detector Use the Agent tool to spawn the `anomaly-detector` agent: ``` Task: Read cyber-defense-events.json and detect anomalies. Write results to cyber-def...

Details

Author
FlorianBruniaux
Repository
FlorianBruniaux/claude-code-ultimate-guide
Created
4 months ago
Last Updated
today
Language
TypeScript
License
CC-BY-SA-4.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

agentic-actions-auditor

Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI/CD pipelines, including env var intermediary patterns, direct expression injection, dangerous sandbox configurations, and wildcard user allowlists. Use when reviewing workflow files that invoke AI coding agents, auditing CI/CD pipeline security for prompt injection risks, or evaluating agentic action configurations.

4,425 Updated 1 months ago
trailofbits
AI & Automation Solid

agent-builder

Build custom AI agents in Claude Code from a user's problem statement. This skill analyzes the user's use case, asks smart clarifying questions, researches the internet for similar agents (GitHub repos, blogs, Claude Code community patterns), and then architects and builds production-ready Claude Code agents — including subagents, skills, hooks, slash commands, MCP integrations, and CLAUDE.md configuration. Use this skill whenever the user wants to create an agent, build an automation workflow, set up a Claude Code subagent, design a multi-agent system, or says things like 'build me an agent for...', 'automate this with Claude Code', 'I want a subagent that...', 'help me create a workflow', 'set up an agent pipeline', or any variation of wanting Claude Code to do something specialized. Also trigger when the user mentions agent architecture, agent SDK, agentic workflows, or task delegation in Claude Code — even if they don't use the word 'agent' explicitly.

38 Updated 2 months ago
keysersoose
AI & Automation Solid

agent-architecture-planner

Use when designing an autonomous agent, planning agent architecture, building a scheduled automation, or creating a Claude Code agent workflow. Triggers: 'design an agent', 'build an automation', 'agent architecture', 'automate this workflow', 'create a scheduled agent', 'shell script agent'.

23 Updated 1 months ago
Othmane-Khadri
AI & Automation Listed

agentguard

GoPlus AgentGuard — AI agent security guard. Automatically blocks dangerous commands, prevents data leaks, and protects secrets. Use when reviewing third-party code, auditing skills, checking for vulnerabilities, evaluating action safety, or viewing security logs.

25 Updated 3 months ago
kunwl123456