Agent Skills
› zakirkun/deep-eye
› bug-bounty
bug-bounty
GitHub用于漏洞赏金计划的安全测试技能,利用 Deep Eye 进行资产侦察与扫描,专注于高价值漏洞发现及高质量报告撰写,严格限定在目标范围内执行。
Trigger Scenarios
需要执行漏洞赏金测试
生成 Bugcrowd/HackerOne 风格报告
使用 Deep Eye 进行安全侦察
Install
npx skills add zakirkun/deep-eye --skill bug-bounty -g -y
SKILL.md
Frontmatter
{
"name": "bug-bounty",
"description": "Bug bounty workflow using Deep Eye for recon\/scan and high-signal report writing (HackerOne\/Bugcrowd). Use for bug bounty, VDP, HackerOne, Bugcrowd, bounty report, \/bug-bounty. Only in-scope program assets."
}
Deep Eye — Bug Bounty Skill
Policy first. Deep Eye accelerates surface coverage; impact + PoC win bounties.
Preconditions
- Program policy read (scope, OOS, rate limits, safe harbor).
- In-scope only — no third-party collateral.
- Local config; never commit API keys or session cookies.
ROI module pack
Enable in vulnerability_scanner.enabled_checks:
enabled_checks:
- idor
- api_bola_deep
- jwt_deep
- oauth_testing
- graphql_deep
- ssrf_cloud
- cloud_misconfig
- cors_csp
- open_redirect_deep
- stored_xss
- sql_injection
- xss
- ssrf
- mass_assignment
Optional: ai_triage.enabled, bug_bounty.enabled (Markdown under reports/bounty/).
Commands
python deep_eye.py --setup
python deep_eye.py -u https://IN_SCOPE -v --formats json,html
python deep_eye.py -u https://IN_SCOPE --scope-nl "only /api/* host target.com"
python deep_eye.py -u https://IN_SCOPE --retest-new reports/prior.json
OpenAPI: openapi.enabled: true + source.
Hunt order
- Authz —
idor,api_bola_deep - Token/auth —
jwt_deep,oauth_testing,login_replay - SSRF/cloud —
ssrf_cloud,cloud_misconfig - GraphQL —
graphql_deep - Stored XSS chains —
stored_xss - Secrets — only if actionable (
secret_scanning)
Report template
## Summary
## Steps to reproduce
## PoC
## Impact
## Remediation
## Environment
Finding keys: type, severity, url, parameter, payload, evidence, remediation.
Rules
Respect rate limits; redact PII; check duplicates; show delta impact on partial dupes.
Version History
- dc5059c Current 2026-08-20 02:49


