Deep Eye — Bug Bounty Skill

SkillDev tools

Lets your agent run security recon and scans on in-scope assets and draft bug bounty reports for HackerOne or Bugcrowd.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Deep Eye — Bug Bounty Skill skill

About this capability

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.

What this skill tells your AI

The instructions your AI receives, as published by zakirkun/deep-eye in .agents/skills/bug-bounty/SKILL.md and read by ahel’s review.

Policy first. Deep Eye accelerates surface coverage; impact + PoC win bounties.

Preconditions

  1. Program policy read (scope, OOS, rate limits, safe harbor).
  2. In-scope only — no third-party collateral.
  3. 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

  1. Authz — idor, api_bola_deep
  2. Token/auth — jwt_deep, oauth_testing, login_replay
  3. SSRF/cloud — ssrf_cloud, cloud_misconfig
  4. GraphQL — graphql_deep
  5. Stored XSS chains — stored_xss
  6. 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.

Signals

GitHub stars
2k
Forks
421
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
bug-bounty-zakirkun
Source
github.com/zakirkun/deep-eye