一键导入
report-gen
Bug bounty report generation — structure, triager-friendly writing, CVSS scoring, and chain reporting. Use when finalizing a finding for submission.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Bug bounty report generation — structure, triager-friendly writing, CVSS scoring, and chain reporting. Use when finalizing a finding for submission.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Systematic IDOR / BOLA hunting methodology. Use when testing any endpoint that accepts an ID, UUID, slug, filename, or reference to a user-owned object.
SQL injection hunting methodology across error-based, union, blind boolean, and time-based variants. Use when testing any input that might reach a database.
SSRF hunting methodology with OOB detection via interactsh, cloud metadata targets, and blind SSRF techniques. Use on any feature that accepts a URL, hostname, or external reference.
XSS hunting methodology — reflected, stored, and DOM — with context-aware payloads. Use when testing any input that could reach a browser.
OWASP Top 10 (2021) and API Top 10 (2023) quick reference with attack patterns, test ideas, and CWE mappings. Load when hunting, code-reviewing for security, or writing bug bounty reports.
Curated index of external hacking resources — meta-lists, frameworks, wordlists, payload banks, recon/OSINT, network, exploitation, and CTF tooling. Load when the user asks "what's the tool for X", "where do I find payloads for Y", "is there a wordlist for Z", or when planning which external resource to pull for a task. Always reach for this before suggesting a generic Google search.
| name | report-gen |
| description | Bug bounty report generation — structure, triager-friendly writing, CVSS scoring, and chain reporting. Use when finalizing a finding for submission. |
A triager will spend 2-5 minutes deciding whether your report is valid and what severity to pay. Optimize for that.
# {Specific title: what + where + impact class}
**Severity:** {CVSS vector} — {score} ({Critical|High|Medium|Low})
**Target:** {hostname + endpoint or feature name}
**Weakness:** CWE-{id} {name}
## Summary
{One paragraph. Two sentences if you can. Assume the triager skims.}
## Steps to Reproduce
1. {Action}
2. {Action}
{Use exact HTTP requests in fenced code blocks. Redact only your session token.}
## Proof of Concept
{curl one-liner, or Burp request, or recording link.}
## Impact
{What an attacker gains, concretely. Quantify: "all N records", "any of M users".}
## Suggested Fix
{Root cause remediation, not symptom patch.}
## References
- CWE-{id}
- OWASP: {category}
- {related disclosed reports, if any}
GET /api/v2/invoice/{id} allows any authenticated user to read any tenant's invoices"Title = bug class + location + impact class.
{REDACTED_SESSION}.Use https://www.first.org/cvss/calculator/3.1 to double-check the vector.
If A + B = C (bigger than either alone):