Awarexone

71 mods across 3 repositories, 5.0k stars between them.

validate

49

Awarexone/Agentic-Bug-Hunter

Command

Validate a finding — runs 7-Question Gate + 4-gate checklist. Kills weak findings before report writing. Prevents N/A submissions that hurt validity ratio. Usage: /validate.

4.7k +30 today A 0 tokens original MIT

web3-audit

50

Awarexone/Agentic-Bug-Hunter

Command

Smart contract security audit — runs through 10 bug class checklist (accounting desync, access control, incomplete path, off-by-one, oracle errors, ERC4626, reentrancy, flash loan, signature replay, proxy/upgrade). Applies pre-dive kill signals first. Generates Foundry PoC template for confirmed findings. Usage…

4.7k +30 today A 0 tokens original MIT

wordlist-gen

51

Awarexone/Agentic-Bug-Hunter

Command

Generate a company-specific password wordlist for spray attacks. Crawls the target website with cewler, dedups + length-filters, then applies hashcat rules to produce a ranked candidate list. Output -> recon/ /wordlists/. Usage /wordlist-gen [--depth N] [--mode minimal|balanced|aggressive].

4.7k +30 today A 72 tokens original MIT

argus

52

Awarexone/Agentic-Bug-Hunter

Skill Claude CodeCodex

Argus — the all-seeing scanner suite. Six automated scanners for high-value web + LLM bug classes — CORS misconfiguration (origin reflection / null / credentialed read), CRLF & host-header injection, NoSQL injection (operator auth-bypass / $where blind), JWT attacks (alg:none / RS256→HS256 confusion / secret crack)…

4.7k +30 today A 166 tokens original MIT

bb-methodology

53

Awarexone/Agentic-Bug-Hunter

Skill Claude CodeCodex

Use at the START of any bug bounty hunting session, when switching targets, or when feeling lost about what to do next. Master orchestrator that combines the 5-phase non-linear hunting workflow with the critical thinking framework (developer psychology, anomaly detection, What-If experiments). Routes to all other…

4.7k +30 today C 90 tokens original MIT

bug-bounty

54

Awarexone/Agentic-Bug-Hunter

Skill Claude CodeCodex

Complete bug bounty workflow — recon (subdomain enumeration, asset discovery, fingerprinting, HackerOne scope, source code audit), pre-hunt learning (disclosed reports, tech stack research, mind maps, threat modeling), vulnerability hunting (IDOR, SSRF, XSS, auth bypass, CSRF, race conditions, SQLi, XXE, file upload…

4.7k +30 today F 371 tokens original MIT

cicd-security

55

Awarexone/Agentic-Bug-Hunter

Skill Claude CodeCodex

CI/CD pipeline security hunting — GitHub Actions workflow injection, secret exfiltration, self-hosted runner poisoning, dependency confusion, OIDC token theft, and supply chain attacks. Covers sisakulint scanning, manual workflow analysis, and chaining CI/CD bugs into critical findings. Use when a target has public…

4.7k +30 today D 82 tokens original MIT

client-reverse

56

Awarexone/Agentic-Bug-Hunter

Skill Claude CodeCodex

Client-side request-signing and anti-bot token reversal for bug bounty — when a request carries a sign/sig/hmac/token/nonce/timestamp/X-Sensor header that Burp Repeater cannot replay, recover the signer just enough to reproduce the request outside the client. Packet-first staging (capture real request → prove replay…

4.7k +30 today B 203 tokens original MIT

credential-attack

57

Awarexone/Agentic-Bug-Hunter

Skill Claude CodeCodex

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.…

4.7k +30 today A 102 tokens original MIT

graphql-audit

58

Awarexone/Agentic-Bug-Hunter

Skill Claude CodeCodex

GraphQL security hunting — introspection abuse, field suggestion enumeration (clairvoyance), batching DoS, IDOR via aliasing, auth bypass, injection via arguments, subscription abuse, depth/complexity bombs, and WAF bypass. Covers graphw00f fingerprinting, gqlmap, graphql-cop, and inql. Use when a target exposes a…

4.7k +30 today A 92 tokens original MIT

meme-coin-audit

59

Awarexone/Agentic-Bug-Hunter

Skill Claude CodeCodex

Meme coin and token security audit — rug pull detection (honeypot, hidden mint, fee manipulation, LP lock bypass), Solana SPL token analysis (freeze authority, mint authority, metadata mutability), Token-2022 extension risks (transfer hooks, permanent delegate), DEX liquidity pool attacks (sandwich amplification, LP…

4.7k +30 today A 129 tokens original MIT

mobile-pentest

60

Awarexone/Agentic-Bug-Hunter

Skill Claude CodeCodex

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.…

4.7k +30 today A 205 tokens original MIT

web3-ai-tools

61

Awarexone/web3-bug-bounty-hunting-ai-skills

Skill Claude CodeCodex

AI-powered tools for Web3 bug bounty automation. Use when you want to automate recon, run autonomous audits, or use AI agents for vulnerability discovery.

134 7d ago B 35 tokens original MIT

web3-bug-classes

62

Awarexone/web3-bug-bounty-hunting-ai-skills

Skill Claude CodeCodex

Complete reference for all 10 DeFi smart contract bug classes. Use this when hunting for specific vulnerability types, need attack patterns for accounting desync, access control, incomplete path, off-by-one, oracle manipulation, ERC4626 vaults, reentrancy, flash loans, signature replay, or proxy/upgrade bugs.

134 7d ago A 72 tokens original MIT

web3-grep-arsenal

64

Awarexone/web3-bug-bounty-hunting-ai-skills

Skill Claude CodeCodex

Master grep command arsenal for Web3 smart contract auditing. Use when starting a new protocol scan, before deep code review, or when hunting specific vulnerability classes.

134 7d ago A 39 tokens original MIT

Awarexone/web3-bug-bounty-hunting-ai-skills

Skill Claude CodeCodex

Hunter mindset, recon setup, and target scoring for Web3 bug bounty. Use at the START of any new protocol hunt - scoring targets, setting up environment, understanding architecture.

134 7d ago A 42 tokens original MIT

Awarexone/web3-bug-bounty-hunting-ai-skills

Skill Claude CodeCodex

ZKsync Era (Immunefi) completed hunt — 0 findings after exhaustive 5-session audit. Use as a DEFENSE STUDY — learn what makes a protocol unhuntable, which patterns block all 10 bug classes, and when to abandon a target. Contains architecture breakdown, 25 tested attack vectors, and pre-dive scoring refinements for…

134 7d ago A 88 tokens original MIT

Awarexone/web3-bug-bounty-hunting-ai-skills

Skill Claude CodeCodex

External research synthesis from Trail of Bits, SlowMist, ConsenSys, Immunefi, and Cyfrin. Use this for advanced audit methodology, Echidna/Medusa fuzzing setup, Slither custom detector writing, attack pattern deep dives, or the 4-phase learning roadmap.

134 7d ago A 66 tokens original MIT

web3-poc-foundry

68

Awarexone/web3-bug-bounty-hunting-ai-skills

Skill Claude CodeCodex

Complete Foundry PoC writing guide + all cheatcodes + DeFiHackLabs reproduction patterns. Use this when building a proof of concept exploit, setting up a fork test, using Foundry cheatcodes, or reproducing a known DeFi hack for learning.

134 7d ago A 59 tokens original MIT

Awarexone/web3-bug-bounty-hunting-ai-skills

Skill Claude CodeCodex

MCP server integrating Slither + Aderyn + SWC patterns into Claude Code for smart contract auditing. Use when analyzing Solidity files, running DeFi-specific detectors, or generating invariants. 10 MCP tools, 86 SWC detectors, DeFi preset pack, CI/CD workflow.

134 7d ago B 68 tokens original MIT

web3-triage-report

71

Awarexone/web3-bug-bounty-hunting-ai-skills

Skill Claude CodeCodex

Bug triage validation system, Immunefi report format, and 20 real paid bounty examples dissected. Use this when validating a finding before submitting, writing an Immunefi report, checking if a bug is actually valid, or studying real examples of paid vulnerabilities.

134 7d ago A 59 tokens original MIT