ai-report-writing-guardrails

ai-report-writing-guardrails is a skill for Claude Code, Codex from ShulkwiSEC/bb-huge. It costs 51 tokens per session (2,846 once invoked), scanned A, original, MIT.

A set of writing rules for AI-assisted bug-bounty reports. Bug bounties are programs where security researchers report vulnerabilities to a company, and these rules focus on keeping each report accurate and separate.

In plain words
What is it for?
It is for drafting and reviewing HackerOne or Bugcrowd vulnerability reports, using past reports as style examples, and checking realistic impact and CVSS 4.0 severity.
Why use it?
It helps prevent reports from combining unrelated bugs, overstating impact, or using vague language. Those problems can lead to reports being rejected, marked invalid, or assigned low value.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is - [`_shared/references/elite-chaining-strategy.md`](../_shared/references/elite-chaining-strategy.md) — Exploit chaining methodology and high-payout chain patte.

Good fit It is for drafting and reviewing HackerOne or Bugcrowd vulnerability reports, using past reports as style examples, and checking realistic impact and CVSS 4.0 severity.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/ShulkwiSEC/bb-huge
agentmods
npx agentmods add skills/shulkwisec/bb-huge/ai-report-writing-guardrails

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-report-writing-guardrails

README.md
[![agentmods](https://agentmods.dev/badge/skills/shulkwisec/bb-huge/ai-report-writing-guardrails/github.svg)](https://agentmods.dev/skills/shulkwisec/bb-huge/ai-report-writing-guardrails)
Your own site
<a href="https://agentmods.dev/skills/shulkwisec/bb-huge/ai-report-writing-guardrails"><img src="https://agentmods.dev/badge/skills/shulkwisec/bb-huge/ai-report-writing-guardrails/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-report-writing-guardrails

Your own site · 80×15
<a href="https://agentmods.dev/skills/shulkwisec/bb-huge/ai-report-writing-guardrails"><img src="https://agentmods.dev/badge/skills/shulkwisec/bb-huge/ai-report-writing-guardrails.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,846 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.02846
Opus 5 $0.00026 $0.01423
Sonnet 5 $0.00010 $0.00569
Haiku 4.5 $0.00005 $0.00285

Measured 12d ago against content hash bd06eb76506a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ai-report-writing-guardrails scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

5. PoC: Working curl/script — ZERO placeholders
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/curated/ai-report-writing-guardrails/SKILL.md · 301 lines

How it starts

The opening of the file, as written. The whole thing — 301 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI Report Writing Guardrails

When to Use

  • When using Claude or any LLM to draft bug bounty vulnerability reports.
  • When reviewing AI-generated reports before submission to HackerOne/Bugcrowd.
  • When AI reports are getting marked as N/A, Informational, or Duplicate due to quality issues.
  • When teaching Claude your personal writing style to produce better reports.

Prerequisites

  • 3-5 of your best past bug bounty reports (ones that got triaged quickly and paid well)
  • Claude Code CLI configured for the target program
  • Understanding of CVSS 4.0 scoring

Core Problem: AI Reports Get You Banned

"AI blends 2-3 separate bugs into one report. Program managers HATE that. And the threat modeling is weak — it calls a paywall bypass 'complete security degradation'." — Critical Thinking Podcast, Ep. 166

The 3 Deadly AI Report Sins

Sin What Happens Example
Bug Blending AI mixes 2-3 separate vulnerabilities into 1 report "Found XSS, CSRF, and IDOR in the dashboard" → should be 3 separate reports
Inflated Threat Model AI exaggerates impact beyond technical reality Paywall bypass → "complete security degradation of all financial systems"
AI Voice Detection Triage team recognizes LLM language and downgrades "It's worth noting", "This vulnerability poses a significant risk", "Certainly"

Result: Report gets N/A'd, your reputation score drops, you may get warned or banned.

Workflow

Phase 1: The Bug Blending Check

Before submitting any AI report, apply the One Bug = One Report rule:

## Bug Blending Checklist
For each AI-generated report, ask:

1. How many DISTINCT attack flows are described?
   - If > 1 → SPLIT into separate reports
   
2. Does each CWE map to the same root cause?
   - Different CWEs = different reports (CWE-79 XSS ≠ CWE-352 CSRF)
   
3. Can each finding be independently reproduced?
   - If yes → separate reports
   - If chained (A enables B) → one report with clear chain

4. Remove sentences containing "Additionally", "Furthermore", "Moreover" 
   that introduce DIFFERENT vulnerability classes

Read the full file on GitHub · 301 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 301 lines · 51 tokens per session scan A bd06eb76506a

Subscribe to this mod's changes

ai-report-writing-guardrails is a skill published in the GitHub repository ShulkwiSEC/bb-huge (22 stars, last pushed 2mo ago), licensed MIT. It adds 51 tokens to every session and 2,846 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ai-report-writing-guardrails

Prevent common AI report pitfalls — bug blending, inflated threat models, and generic language. Train Claude with your best past reports for concise, technical submissions. Based on Critical Thinking Bug Bounty Podcast Episode 166.

akashrpatil/awesome-offensive-security-skills · 51 tokens

web2-vuln-classes

Complete reference for 26 web2 bug classes with root causes, detection patterns, bypass tables, exploit techniques, and real paid examples. Covers IDOR, auth bypass, XSS, SSRF (11 IP bypass techniques), SQLi, business logic, race conditions, OAuth/OIDC, file upload (10 bypass techniques), GraphQL, LLM/AI (ASI01-ASI10…

Awarexone/Agentic-Bug-Hunter · 351 tokens

credential-attack

Password spray methodology for bug bounty — when to do it vs web-vuln hunting, the wordlist-gen + breach-check + osint-employees + spray pipeline, mode selection (http-form / oauth / o365 / okta), rate-limit + lockout tactics, BBP legal guardrails, success detection, and the spray → authenticated /hunt chain pattern.…

Awarexone/Agentic-Bug-Hunter · 102 tokens

mobile-pentest

Mobile app pentest for bug bounty (Android APK + iOS IPA) — runtime-first workflow: install app, proxy through Burp/mitmproxy, drive the UI, capture packets, then test the API exactly like a web target; escalate to decompile (apktool/jadx) and Frida/objection only when traffic is SSL-pinned, encrypted, or absent.…

Awarexone/Agentic-Bug-Hunter · 205 tokens

report-writing

Bug bounty report writing for H1/Bugcrowd/Intigriti/Immunefi — report templates, human tone guidelines, impact-first writing, CVSS 3.1 scoring, title formula, impact statement formula, severity decision guide, downgrade counters, pre-submit checklist. Use after validating a finding and before submitting. Never use…

Awarexone/Agentic-Bug-Hunter · 82 tokens

triage-validation

Finding validation before writing any report — 7-Question Gate (all 7 questions), 4 pre-submission gates, always-rejected list, conditionally valid with chain table, CVSS 3.1 quick reference, severity decision guide, report title formula, 60-second pre-submit checklist. Use BEFORE writing any report. One wrong answer…

Awarexone/Agentic-Bug-Hunter · 87 tokens