Agent Skills
› zakirkun/deep-eye
› security-ops
security-ops
GitHubDeep Eye安全运营路由技能,根据意图(渗透测试、漏洞赏金、红蓝队演练、CTF等)自动加载对应子技能,强调授权合规与配置管理。
Trigger Scenarios
需要执行渗透测试或安全评估
参与漏洞赏金计划
进行红队或蓝队模拟演练
解决CTF竞赛题目
Install
npx skills add zakirkun/deep-eye --skill security-ops -g -y
SKILL.md
Frontmatter
{
"name": "security-ops",
"description": "Router for Deep Eye agent skills: pentest, bug-bounty, red-team, blue-team, ctf. Use for security ops, mixed intent, offensive vs defensive choice."
}
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
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.
Version History
- dc5059c Current 2026-08-20 02:49


