# Security Ops

> Router for Deep Eye agent skills: pentest, bug-bounty, red-team, blue-team, ctf. Use for security ops, mixed intent, offensive vs defensive choice.

- Skill: `zakirkun/security-ops` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zakirkun/security-ops`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zakirkun/security-ops/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: zakirkun (https://skillmd.com/u/zakirkun)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zakirkun/security-ops

---


# Deep Eye — Security Ops Router

Load **one** skill from `.agents/skills/<name>/SKILL.md`.

| Intent | Skill |
|--------|-------|
| Authorized assessment | `pentest` |
| Program hunting | `bug-bounty` |
| Adversary simulation | `red-team` |
| Detection / harden | `blue-team` |
| Lab challenges | `ctf` |

## Always

Authorization for real systems; config via `config/config.yaml` or `python deep_eye.py --setup`.

## Entry

```bash
python deep_eye.py --setup
python deep_eye.py -u URL -v
python deep_eye.py -u URL --scope-nl "..."
```

Docs: `docs/SKILLS.md`, `CONFIGURATION.md`, `MODULES.md`, `AGENTS.md`.

