Repository Analysis

elementalsouls/Claude-BugHunter

A Claude Code skill bundle for bug hunting and external red-team work - 82 skills, 15 slash commands, 681 disclosed-report patterns curated across 24 core vulnerability classes, plus enterprise identity + infrastructure attack matrices.

11.8 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of elementalsouls/Claude-BugHunter, a Python project with 3,834 GitHub stars. SynthScan v2.0 examined 58,959 lines of code across 263 source files, recording 369 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 11.8 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

11.8
Adjusted Score
11.8
Raw Score
100%
Time Factor
2026-08-29
Last Push
3.8K
Stars
Python
Language
59.0K
Lines of Code
263
Files
369
Pattern Hits
2026-08-29
Scan Date
0.03
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 2HIGH 6MEDIUM 103LOW 258

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 369 distinct pattern matches across 14 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Structural Annotation Overuse120 hits · 244 pts
SeverityFileLineSnippetContext
LOWdocs/disclosed-reports/hunt-session.md13# Step 1: Set attacker-controlled session ID (pre-auth request)COMMENT
LOWdocs/disclosed-reports/hunt-session.md17# Step 2: Social engineer admin to open:COMMENT
LOWdocs/disclosed-reports/hunt-session.md20# Step 3: After admin logs in with attacker's session ID, use it:COMMENT
LOWdocs/verification/phase2e-jwt-graphql-race.md41# Step 1: legit user token (Alice, role=user)COMMENT
LOWdocs/verification/phase2e-jwt-graphql-race.md46# Step 2: admin endpoint correctly denies AliceCOMMENT
LOWdocs/verification/phase2e-jwt-graphql-race.md50# Step 3: forge an alg=none token claiming role=adminCOMMENT
LOWdocs/verification/phase2e-jwt-graphql-race.md59# Step 4: submit forged tokenCOMMENT
LOWdocs/verification/phase2e-jwt-graphql-race.md95# Step 1: introspectionCOMMENT
LOWdocs/verification/phase2e-jwt-graphql-race.md118# Step 2: query post id=1 (admin's secret notes) — no auth required, no ownership checkCOMMENT
LOWdocs/verification/phase2j-cloud-localstack.md129# Step 1: confirm the key works + identify principalCOMMENT
LOWdocs/verification/phase2j-cloud-localstack.md147# Step 2: walk visible buckets (cloud-iam-deep §"discover scope")COMMENT
LOWdocs/verification/phase2j-cloud-localstack.md159# Step 3: AssumeRole — the cloud-iam-deep "STS chaining" primitiveCOMMENT
LOWdocs/verification/juice-shop-2026-05-15.md76# Step 1: register attacker (User B)COMMENT
LOWdocs/verification/juice-shop-2026-05-15.md81# Step 2: log in as User B, capture token + own basket idCOMMENT
LOWdocs/verification/juice-shop-2026-05-15.md89# Step 3: try to read basket id=1 (admin's basket)COMMENT
LOWdocs/verification/phase2f-ssti-oauth-fileupload.md40# Step 1: Detection probeCOMMENT
LOWdocs/verification/phase2f-ssti-oauth-fileupload.md48# Step 2: Full RCE via cycler-init-globals walker (canonical Jinja2 escape)COMMENT
LOWdocs/verification/phase2f-ssti-oauth-fileupload.md62# Step 3: Flask config dumpCOMMENT
LOWdocs/verification/phase2i-llm-ato.md181# Step 1: attacker has Bob's session (assume cookie theft from prior XSS)COMMENT
LOWdocs/verification/phase2i-llm-ato.md184# Step 2: attacker changes the email — no re-auth requiredCOMMENT
LOWdocs/verification/phase2i-llm-ato.md188# Step 3: attacker requests password reset for the NEW emailCOMMENT
LOWcommands/web3-audit.md18## Step 0: Pre-Dive Kill SignalsCOMMENT
LOWcommands/web3-audit.md39## Step 1: Accounting State Desynchronization (28% of Criticals)COMMENT
LOWcommands/web3-audit.md54## Step 2: Access Control (19% of Criticals)COMMENT
LOWcommands/web3-audit.md73## Step 3: Incomplete Code Path (17% of Criticals)COMMENT
LOWcommands/web3-audit.md89## Step 4: Off-By-One (22% of Highs)COMMENT
LOWcommands/web3-audit.md104## Step 5: Oracle / Price ManipulationCOMMENT
LOWcommands/web3-audit.md122## Step 6: ERC4626 VaultsCOMMENT
LOWcommands/web3-audit.md134## Step 7: ReentrancyCOMMENT
LOWcommands/web3-audit.md147## Step 8: Flash Loan Oracle ManipulationCOMMENT
LOWcommands/web3-audit.md155## Step 9: Signature ReplayCOMMENT
LOWcommands/web3-audit.md164## Step 10: Proxy / UpgradeCOMMENT
LOWcommands/recon.md34### Step 1: Subdomain EnumerationCOMMENT
LOWcommands/recon.md52### Step 2: Live Host DiscoveryCOMMENT
LOWcommands/recon.md64### Step 3: URL CrawlCOMMENT
LOWcommands/recon.md79### Step 4: Classify URLsCOMMENT
LOWcommands/recon.md135### Step 5: Nuclei ScanCOMMENT
LOWcommands/recon.md167### Step 6: JS Secret ScanCOMMENT
LOWcommands/recon.md189### Step 7: Subdomain Takeover CheckCOMMENT
LOWcommands/recon.md199### Step 8: Source Leak Quick Wins (30 seconds, often Critical)COMMENT
LOWcommands/recon.md230### Step 9: DNS & TLS Quick ChecksCOMMENT
LOWcommands/token-scan.md19## Step 0: Quick Kill SignalsCOMMENT
LOWcommands/token-scan.md33## Step 1: Optional Automated ScannerCOMMENT
LOWcommands/token-scan.md49## Step 2: Hidden Mint CheckCOMMENT
LOWcommands/token-scan.md60## Step 3: Honeypot CheckCOMMENT
LOWcommands/token-scan.md70## Step 4: Fee Manipulation CheckCOMMENT
LOWcommands/token-scan.md79## Step 5: LP Drain CheckCOMMENT
LOWcommands/token-scan.md88## Step 6: Bonding Curve CheckCOMMENT
LOWcommands/token-scan.md96## Step 7: Authority Check (Solana)COMMENT
LOWcommands/token-scan.md106## Step 8: Fake Renounce CheckCOMMENT
LOWcommands/token-scan.md115## Step 9: Sandwich Amplification CheckCOMMENT
LOWskills/meme-coin-audit/SKILL.md189 // Step 1: Victim buys tokensCOMMENT
LOWskills/meme-coin-audit/SKILL.md194 // Step 2: Owner mints and dumpsCOMMENT
LOWskills/meme-coin-audit/SKILL.md202 // Step 3: Victim's tokens are now worthlessCOMMENT
LOWskills/meme-coin-audit/SKILL.md207 // Step 1: Victim buysCOMMENT
LOWskills/meme-coin-audit/SKILL.md212 // Step 2: Owner blacklists victimCOMMENT
LOWskills/meme-coin-audit/SKILL.md217 // Step 3: Victim cannot sellCOMMENT
LOWskills/meme-coin-audit/SKILL.md225 // Step 1: Verify initial fee is lowCOMMENT
LOWskills/meme-coin-audit/SKILL.md228 // Step 2: Owner sets fee to 99%COMMENT
LOWskills/meme-coin-audit/SKILL.md232 // Step 3: Victim sells — loses 99% to feesCOMMENT
60 more matches not shown…
Decorative Section Separators82 hits · 188 pts
SeverityFileLineSnippetContext
MEDIUMcbh/cli.py75# ============================================================COMMENT
MEDIUMcbh/cli.py77# ============================================================COMMENT
MEDIUMcbh/cli.py188# ============================================================COMMENT
MEDIUMcbh/cli.py190# ============================================================COMMENT
MEDIUMcbh/cli.py394# ============================================================COMMENT
MEDIUMcbh/cli.py396# ============================================================COMMENT
MEDIUMcbh/cli.py459# ============================================================COMMENT
MEDIUMcbh/cli.py461# ============================================================COMMENT
MEDIUMcbh/cli.py595# ============================================================COMMENT
MEDIUMcbh/cli.py597# ============================================================COMMENT
MEDIUMcbh/cli.py660# ============================================================COMMENT
MEDIUMcbh/cli.py662# ============================================================COMMENT
MEDIUMcbh/cli.py823# ============================================================STRING
MEDIUMcbh/cli.py825# ============================================================STRING
MEDIUMcbh/cli.py875# ============================================================STRING
MEDIUMcbh/cli.py877# ============================================================STRING
MEDIUMdocs/verification/hardened-lab/app.py107# ============================================================STRING
MEDIUMdocs/verification/hardened-lab/app.py109# ============================================================STRING
MEDIUMdocs/verification/hardened-lab/app.py148# ============================================================STRING
MEDIUMdocs/verification/hardened-lab/app.py150# ============================================================STRING
MEDIUMdocs/verification/hardened-lab/app.py172# ============================================================STRING
MEDIUMdocs/verification/hardened-lab/app.py174# ============================================================STRING
MEDIUMdocs/verification/hardened-lab/app.py192# ============================================================STRING
MEDIUMdocs/verification/hardened-lab/app.py194# ============================================================STRING
MEDIUMdocs/verification/hardened-lab/app.py221# ============================================================STRING
MEDIUMdocs/verification/hardened-lab/app.py223# ============================================================STRING
MEDIUMdocs/verification/hardened-lab/app.py241# ============================================================STRING
MEDIUMdocs/verification/hardened-lab/app.py243# ============================================================STRING
MEDIUMdocs/verification/hardened-lab/app.py260# ============================================================STRING
MEDIUMdocs/verification/hardened-lab/app.py262# ============================================================STRING
MEDIUMdocs/verification/phase2i-lab/app.py26# ============================================================COMMENT
MEDIUMdocs/verification/phase2i-lab/app.py28# ============================================================COMMENT
MEDIUMdocs/verification/phase2i-lab/app.py131# ============================================================COMMENT
MEDIUMdocs/verification/phase2i-lab/app.py133# ============================================================COMMENT
MEDIUMdocs/verification/phase3-playwright/target_app.py14# ============================================================COMMENT
MEDIUMdocs/verification/phase3-playwright/target_app.py18# ============================================================COMMENT
MEDIUMdocs/verification/phase3-playwright/target_app.py45# ============================================================STRING
MEDIUMdocs/verification/phase3-playwright/target_app.py47# ============================================================STRING
MEDIUMdocs/verification/phase3-playwright/target_app.py76# ============================================================STRING
MEDIUMdocs/verification/phase3-playwright/target_app.py80# ============================================================STRING
MEDIUMdocs/verification/phase2g-lab/app.py41# ============================================================COMMENT
MEDIUMdocs/verification/phase2g-lab/app.py43# ============================================================COMMENT
MEDIUMdocs/verification/phase2g-lab/app.py124# ============================================================COMMENT
MEDIUMdocs/verification/phase2g-lab/app.py126# ============================================================COMMENT
MEDIUMdocs/verification/phase2g-lab/app.py160# ============================================================COMMENT
MEDIUMdocs/verification/phase2g-lab/app.py162# ============================================================COMMENT
MEDIUMdocs/verification/phase2f-lab/app.py22# ============================================================COMMENT
MEDIUMdocs/verification/phase2f-lab/app.py24# ============================================================COMMENT
MEDIUMdocs/verification/phase2f-lab/app.py48# ============================================================STRING
MEDIUMdocs/verification/phase2f-lab/app.py50# ============================================================STRING
MEDIUMdocs/verification/phase2f-lab/app.py121# ============================================================STRING
MEDIUMdocs/verification/phase2f-lab/app.py123# ============================================================STRING
MEDIUMdocs/verification/phase2e-lab/app.py51# ============================================================COMMENT
MEDIUMdocs/verification/phase2e-lab/app.py53# ============================================================COMMENT
MEDIUMdocs/verification/phase2e-lab/app.py20# ============================================================COMMENT
MEDIUMdocs/verification/phase2e-lab/app.py22# ============================================================COMMENT
MEDIUMdocs/verification/phase2e-lab/app.py279# ============================================================COMMENT
MEDIUMdocs/verification/phase2e-lab/app.py281# ============================================================COMMENT
MEDIUMdocs/verification/phase2e-lab/app.py114# ============================================================STRING
MEDIUMdocs/verification/phase2e-lab/app.py116# ============================================================STRING
22 more matches not shown…
Excessive Try-Catch Wrapping74 hits · 82 pts
SeverityFileLineSnippetContext
LOWresearch/reports/harvest_bugcrowd.py37 except Exception as e:CODE
LOWresearch/reports/verify_citations.py52 except Exception:CODE
LOWresearch/reports/harvest_h1.py112 except Exception:CODE
LOWresearch/reports/harvest_h1.py124 except Exception:CODE
LOWresearch/reports/harvest_h1.py132 except Exception:CODE
LOWresearch/reports/classify_reports.py110 except Exception:CODE
LOWcbh/cli.py67 except Exception:CODE
LOWcbh/cli.py181 except Exception:CODE
LOWcbh/cli.py184 except Exception as e:CODE
LOWcbh/cli.py159 except Exception:CODE
LOWcbh/cli.py204 except Exception:CODE
LOWcbh/cli.py231 except Exception:CODE
LOWcbh/cli.py481 except Exception:CODE
LOWcbh/cli.py840 except Exception as e:STRING
LOWdocs/verification/phase3-playwright/harness.py143 except Exception as e:CODE
LOWdocs/verification/phase2g-lab/app.py62 except Exception as e:CODE
LOWdocs/verification/phase2g-lab/app.py109 except Exception:CODE
LOWdocs/verification/phase2g-lab/app.py183 except Exception as e:CODE
LOWdocs/verification/phase2e-lab/app.py47 except Exception:CODE
LOWdocs/superpowers/plans/2026-08-09-autopilot-ledger.md140 except Exception:CODE
LOWdocs/superpowers/plans/2026-08-09-autopilot-ledger.md184 except Exception:CODE
MEDIUMdocs/superpowers/plans/2026-08-09-autopilot-ledger.md91def _rotate_if_needed(path):CODE
LOWscripts/refresh-cve-index.py81 except Exception:CODE
LOWscripts/refresh-cve-index.py162 except Exception:CODE
LOWscripts/setup_harness_mcp.py32 except Exception:CODE
LOWscripts/setup_harness_mcp.py72 except Exception:CODE
LOWscripts/setup_harness_mcp.py163 except Exception:CODE
LOWscripts/hunt.sh250except Exception as e:CODE
LOW…s/offensive-osint/references/helpers-and-automation.md164 except Exception:CODE
LOWskills/offensive-osint/scripts/h1_reference.py110 except Exception as e:CODE
LOWskills/offensive-osint/scripts/h1_reference.py125 except Exception as e:CODE
LOWskills/offensive-osint/scripts/dashboard.py244 except Exception as exc: # pragma: no cover - last-resort guardCODE
LOWeval/run_eval_ps_auto.py62 except Exception:CODE
LOWeval/run_eval_ps_auto.py82 except Exception:CODE
LOWeval/run_eval_ps_auto.py88 except Exception:CODE
LOWeval/run_eval.py47 except Exception:CODE
LOWeval/run_eval.py60 except Exception:CODE
LOWeval/run_eval.py123 except Exception as e:CODE
LOWeval/test_harness.py39 except Exception as e:CODE
LOWeval/test_harness.py98 except Exception:CODE
LOWeval/test_harness.py114 except Exception as e:CODE
LOWeval/test_harness.py124 except Exception:CODE
LOWeval/oracle_portswigger.py28 except Exception:CODE
LOWeval/run_fp.py87 except Exception:CODE
LOWengine/memory.py106 except Exception:CODE
LOWengine/memory.py150 except Exception:CODE
MEDIUMengine/memory.py55def _rotate_if_needed(path):CODE
LOWengine/osint.py24 except Exception:CODE
LOWengine/osint.py49 except Exception:CODE
LOWengine/osint.py84 except Exception:CODE
LOWengine/osint.py95 except Exception:CODE
LOWengine/osint.py109 except Exception:CODE
LOWengine/osint.py128 except Exception:CODE
MEDIUMengine/osint.py21def _run(cmd, timeout=120):CODE
MEDIUMengine/osint.py92def _run_stdin(cmd, stdin, timeout=240):CODE
LOWengine/skill_map.py92 except Exception:CODE
MEDIUMengine/skill_map.py89def _present():CODE
LOWengine/engine.py220 except Exception as e:CODE
LOWengine/engine.py320 except Exception as e:CODE
LOWengine/engine.py378 except Exception as e:CODE
14 more matches not shown…
Cross-Language Confusion6 hits · 40 pts
SeverityFileLineSnippetContext
HIGHskills/offensive-osint/scripts/dashboard.py760if (backScan && consoleAnchor) {CODE
HIGHskills/offensive-osint/scripts/dashboard.py786 cards.push(`<div class="card sev-${s}"><div class="n">${sev[s]||0}</div><div class="k">${s}</div></div>`);CODE
HIGHskills/offensive-osint/scripts/dashboard.py822 let catFilter = null;CODE
HIGHskills/offensive-osint/scripts/dashboard.py831 $('#expJson', outEl).onclick = () => download('findings.json', JSON.stringify(currentRows(catFilter), null, 2), 'appliCODE
HIGHskills/offensive-osint/scripts/dashboard.py839 (!catFilter || f.category === catFilter) &&CODE
HIGHskills/offensive-osint/scripts/dashboard.py843function drawRows(outEl, catFilter=null) {CODE
Modern AI Meta-Vocabulary10 hits · 31 pts
SeverityFileLineSnippetContext
MEDIUMREADME.md308**Generator tool used (not vendored):** [shuvonsec/public-skills-builder](https://github.com/shuvonsec/public-skills-buiCODE
MEDIUMdocs/credits.md115## Tooling acknowledgments (not vendored — used as scaffolding)COMMENT
MEDIUMscripts/install.sh13# NOT port; other harnesses get the knowledge, not the orchestration):COMMENT
MEDIUMscripts/install.sh219 echo "# Bug-bounty engagement scaffolding (bug-bounty-claude-skills)" >> "$SHELL_RC"CODE
MEDIUMscripts/hunt.sh3# hunt — bug-bounty engagement scaffoldingCOMMENT
MEDIUMskills/hunt-llm-ai/SKILL.md154### Multi-tenant memory / RAG poisoning (ASI06 variant)COMMENT
MEDIUMskills/hunt-rag-vector/SKILL.md8## LLM08 — Vector & Embedding Weaknesses (RAG Pipeline Attacks)COMMENT
MEDIUMskills/hunt-rag-vector/SKILL.md115## Technique 4 — Retrieval Hijack ("SEO Poisoning" for RAG)COMMENT
MEDIUMskills/bug-bounty/SKILL.md1589### Engagement scaffoldingCOMMENT
MEDIUMskills/offensive-osint/references/tooling-install.md173### 46.12 Frameworks / orchestrationCOMMENT
Hallucination Indicators2 hits · 25 pts
SeverityFileLineSnippetContext
CRITICALdocs/verification/phase2f-ssti-oauth-fileupload.md49PAYLOAD="{{ self._TemplateReference__context.cycler.__init__.__globals__.os.popen('id').read() }}"CODE
CRITICALskills/hunt-rce/SKILL.md130{{self._TemplateReference__context.cycler.__init__.__globals__.os.popen('id').read()}}CODE
Deep Nesting22 hits · 21 pts
SeverityFileLineSnippetContext
LOWresearch/reports/verify_citations.py57CODE
LOWcbh/cli.py516CODE
LOWdocs/verification/phase2e-lab/app.py217CODE
LOWscripts/scan_identifiers.py44CODE
LOWscripts/scan_identifiers.py96CODE
LOWscripts/lint_skills.py71CODE
LOWscripts/lint_skills.py147CODE
LOWscripts/setup_harness_mcp.py26CODE
LOWscripts/setup_harness_mcp.py36CODE
LOWscripts/gen_skill_catalog.py37CODE
LOWskills/offensive-osint/scripts/dashboard.py233CODE
LOWeval/run_eval_ps.py40CODE
LOWengine/memory.py213CODE
LOWengine/osint.py28CODE
LOWengine/osint.py99CODE
LOWengine/engine.py229CODE
LOWengine/scope.py111CODE
LOWengine/recon.py134CODE
LOWengine/recon.py334CODE
LOWengine/recon.py440CODE
LOWengine/recon.py492CODE
LOWengine/recon.py543CODE
Unused Imports21 hits · 19 pts
SeverityFileLineSnippetContext
LOWresearch/reports/draft_patterns.py18CODE
LOWcbh/cli.py31CODE
LOWcbh/cli.py37CODE
LOWcbh/cli.py46CODE
LOWdocs/verification/phase2i-lab/app.py21CODE
LOWdocs/verification/phase2i-lab/app.py22CODE
LOWdocs/verification/phase2i-lab/app.py22CODE
LOWdocs/verification/phase2g-lab/app.py21CODE
LOWdocs/verification/phase2g-lab/app.py22CODE
LOWdocs/verification/phase2g-lab/app.py23CODE
LOWdocs/verification/phase2f-lab/app.py12CODE
LOWdocs/verification/phase2f-lab/app.py15CODE
LOWdocs/verification/phase2e-lab/app.py10CODE
LOWdocs/verification/phase2e-lab/app.py12CODE
LOWdocs/verification/phase2e-lab/app.py13CODE
LOWdocs/verification/phase2e-lab/app.py15CODE
LOWscripts/gen_skill_index.py13CODE
LOWscripts/refresh-cve-index.py15CODE
LOWscripts/gen_star_history.py15CODE
LOWskills/offensive-osint/scripts/dashboard.py26CODE
LOWeval/run_fp.py22CODE
Over-Commented Block17 hits · 17 pts
SeverityFileLineSnippetContext
LOWdocs/cbh-cli.md201COMMENT
LOWscripts/install.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/install.sh21# force a path regardless of detection.)COMMENT
LOWscripts/install-community-skills.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/hunt.sh1# shellcheck shell=bashCOMMENT
LOW.github/FUNDING.yml1# Funding links shown on the repo's "Sponsor" button.COMMENT
LOWskills/hunt-nextjs/SKILL.md161COMMENT
LOWskills/hunt-springboot/SKILL.md101## Phase 4 — H2 Console RCECOMMENT
LOWskills/hunt-k8s/SKILL.md101# Enumerate pods (auth varies; many kubelets allow anonymous read here)COMMENT
LOWskills/bug-bounty/SKILL.md241COMMENT
LOWskills/hunt-brute-force/SKILL.md121# seed test (above) before claiming "no rate limit". A clean probe is necessary, not sufficient.COMMENT
LOWskills/offensive-osint/references/secret-validators.md241COMMENT
LOWskills/hunt-ato/SKILL.md61COMMENT
LOWskills/hunt-dom/SKILL.md41# CSS injection points:COMMENT
LOWskills/bb-local-toolkit/SKILL.md241COMMENT
LOWskills/hunt-websocket/SKILL.md221COMMENT
LOWskills/hunt-ldap/SKILL.md241# (&(sAMAccountName=*)(memberOf=*Domain Admins*))COMMENT
AI Slop Vocabulary4 hits · 14 pts
SeverityFileLineSnippetContext
MEDIUMscripts/install.sh3# install.sh — Install Claude-BugHunter bundle (multi-harness)COMMENT
MEDIUMscripts/install.sh26# copies — only needed if a harness rejects unknown frontmatter keysCOMMENT
MEDIUMscripts/install.sh245# === Extra harness targets (skills only) ===COMMENT
MEDIUM.github/workflows/install-smoke.yml4# reaching users. Motivated by a harness PR that shipped a skills path the targetCOMMENT
Hyper-Verbose Identifiers5 hits · 5 pts
SeverityFileLineSnippetContext
LOWcbh/cli.py191def recon_subdomains_via_crtsh(target: str) -> set[str]:CODE
LOWcbh/cli.py218def recon_subdomains_via_subfinder(target: str) -> set[str]:CODE
LOWcbh/cli.py258def configure_proxy_from_args(args: argparse.Namespace) -> None:CODE
LOWdocs/verification/phase3-playwright/harness.py89def test_oauth_userinfo_bypass():CODE
LOWscripts/check_doc_counts.py119def check_catalog_section_sum(errors, actual):CODE
Fake / Example Data4 hits · 4 pts
SeverityFileLineSnippetContext
LOWdocs/disclosed-reports/hunt-session.md38 -d '{"email":"test@test.com","password":"pass"}' | \CODE
LOWskills/report-writing/SKILL.md202{"email": "victim@test.com", "address": "123 Main St", ...}CODE
LOWskills/hunt-laravel/SKILL.md159 -d '{"name": "Test", "email": "test@test.com", "is_admin": true, "role": "admin"}'CODE
LOWskills/offensive-osint/references/recon-techniques.md76 company: "Acme Corp"CODE
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWscripts/hunt.sh9# Usage:COMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWscripts/install-community-skills.sh39 # Check if the existing one is shuvonsec's or a custom local toolkitCOMMENT