Agent Skills
› zakirkun/deep-eye
› security-ops
security-ops
GitHub安全运营路由技能,根据意图分发至渗透测试、漏洞赏金、红蓝对抗或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


