← all publishers

h-mmer

@h-mmer source repo

117 published skills · page 1 of 2

  1. Pentest Agents Vuln Classes · h-mmer
    Vulnerability Classes — Testing Playbook
    0
    installs
  2. Pentest Agents Report Writing · h-mmer
    Report Writing
    0
    installs
  3. Pentest Agents Recon Methodology · h-mmer
    Recon Methodology
    0
    installs
  4. Pentest Agents Triage Validation · h-mmer
    Triage & Validation
    0
    installs
  5. Pentest Agents Hunt Info Disclosure · h-mmer bundle
    Crown Jewel Targets
    0
    installs
  6. New 2 · h-mmer bundle
    Create a new engagement workspace. Usage: /new <platform> <program> [--type web-app|api|mobile|smart-contract]
    0
    installs
  7. Cost 2 · h-mmer bundle
    Show cost tracking and ROI for this engagement.
    0
    installs
  8. Hunt 2 · h-mmer bundle
    Active vulnerability hunting on a target. Loads scope, reads brain, detects tech stack, runs targeted tests with concrete payloads. Usage: /hunt target.com [--vuln-class idor|xss|ssrf|sqli|ssti|oauth|rce|race|graphql|upload|business-logic|llm-ai]
    0
    installs
  9. Sync 2 · h-mmer bundle
    Sync program scope, policy, and hacktivity from a bug bounty platform. Usage: /sync hackerone tesla or /sync bugcrowd uber
    0
    installs
  10. Brain 2 · h-mmer bundle
    Manage the engagement brain. Subcommands: 'init' to set up, 'brief <target>' for pre-flight, 'status' for overview, 'exhausted [target]' to see dead ends.
    0
    installs
  11. Chain 2 · h-mmer bundle
    Build deep exploit chains — dispatches chain-builder agent. Given bug A, recursively walks the chain graph. Usage: /chain (then describe bug A)
    0
    installs
  12. Learn 2 · h-mmer bundle
    Record a platform response and update learning. Usage: /learn <report_id> <status> [--bounty 500] [--vuln-type XSS]
    0
    installs
  13. Report 2 · h-mmer bundle
    Generate submission-ready reports for all confirmed findings. Runs dedup, PoC builder, quality check, and report writer. Usage: /report bounty or /report pentest
    0
    installs
  14. Resume 2 · h-mmer bundle
    Resume a previous hunt. Shows hunt history, untested endpoints, memory-informed suggestions. Usage: /resume target.com
    0
    installs
  15. Status 2 · h-mmer bundle
    Show engagement dashboard with program info, scope, brain state, findings, agent activity, and cost estimate.
    0
    installs
  16. Submit 2 · h-mmer bundle
    Draft and submit a vulnerability report to the bug bounty platform. Reads scope.yaml for platform/program, uses brain + findings for content. Always drafts first for review.
    0
    installs
  17. Triage 2 · h-mmer bundle
    Batch-validate ALL findings through the 7-Question Gate. Kills weak findings in bulk. Usage: /triage
    0
    installs
  18. Analyze 2 · h-mmer bundle
    Analyze recon output with AI to suggest high-value targets and attack strategies. Usage: /analyze <target>
    0
    installs
  19. Mindmap 2 · h-mmer bundle
    Generate a text-based attack surface mindmap. Shows tech stack → vuln class → endpoint relationships. Usage: /mindmap <target>
    0
    installs
  20. Monitor 2 · h-mmer bundle
    Monitor targets for changes. Usage: /monitor baseline (first run), /monitor check (detect changes), /monitor scope (check platform for scope updates)
    0
    installs
  21. Dupcheck 2 · h-mmer bundle
    Check if a vulnerability has already been reported. Searches platform hacktivity + local findings. Usage: /dupcheck <vuln_type> e.g. /dupcheck XSS in search endpoint
    0
    installs
  22. Fullscan 2 · h-mmer bundle
    Full security assessment with brain coordination. Multi-phase, skips known-exhausted areas, builds on prior knowledge.
    0
    installs
  23. Pipeline 2 · h-mmer bundle
    Prepare the battlefield — recon, scanning, and surface ranking. Stops before hunting. Run /hunt or /autopilot after. Usage: /pipeline or /pipeline <target>
    0
    installs
  24. Remember 2 · h-mmer bundle
    Log a finding or pattern to persistent brain memory. Auto-fills from session context. Usage: /remember
    0
    installs
  25. Validate 2 · h-mmer bundle
    Validate a finding through the 7-Question Gate + 4 gates. Kills weak findings FAST. Usage: /validate <finding description>
    0
    installs
  26. Autopilot 2 · h-mmer bundle
    Autonomous hunt orchestrator. INSATIABLE in --autonomous mode: enforces an EXHAUSTION CONTRACT (26 canonical hunter classes, surface probe A-I, depth-engine ≥25 attempts/class, wall-clock floor 90 min/target, PRE-COMPLETION GATE before any summary). No early stops, no clarifying questions, no auxiliary-agent substitution. Usage: /autopilot target.com [--interactive|--autonomous] [--20m-off] [--resume]
    0
    installs
  27. Correlate 2 · h-mmer bundle
    Run the finding correlation engine to discover attack chains from individual findings.
    0
    installs
  28. Brain 3 · h-mmer
    Central knowledge coordinator. Use BEFORE launching any other pentest agent to get context on what's already been tried. Also use AFTER any agent completes to record findings, exhausted vectors, and learned patterns. The brain prevents redundant work across sessions and agents.
    0
    installs
  29. Monitor 3 · h-mmer
    Continuous monitoring agent for authorized bug bounty programs. Modes: 'baseline' captures initial state, 'check' detects changes, 'scope' re-syncs platform scope. Runs in background.
    0
    installs
  30. Hunt LLM AI 2 · h-mmer
    Hunting skill for LLM and Agentic AI vulnerabilities — direct + indirect prompt injection, ASCII smuggling data exfil, agentic tool-use abuse, system prompt leakage, vector DB cross-tenant, model server RCE, insecure output handling. Built from public bug bounty reports across HackerOne, Huntr, Project Zero, GitHub Security Advisories, plus 2024-2026 meta verified against NVD — Microsoft 365 Copilot ASCII Smuggling (Johann Rehberger Aug 2024 disclosure), CVE-2025-46059 LangChain GmailToolkit indirect prompt injection (CVSS 9.8), CVE-2025-68613 LangChain PythonREPLTool semantic RCE (CVSS 9.8), CVE-2024-46946 LangChain LLMSymbolicMathChain sympy.sympify, CVE-2025-27520 + CVE-2025-32375 + CVE-2024-2912 BentoML pickle, Ollama RCE family (CVE-2024-37032, CVE-2024-39722, CVE-2024-45436, CVE-2025-44779), CVE-2025-64496 Open WebUI Direct Connections SSE code injection (GHSA-cm35-v4vp-5xvx), CVE-2024-1483/1560/1594 MLflow path traversal. Covers OWASP LLM Top 10 v2025 (LLM01-LLM10) and OWASP Agentic AI Top 10 (AA-01 th
    0
    installs
  31. Hunt Idor · h-mmer
    Hunting skill for Insecure Direct Object Reference / Broken Object Level Authorization (BOLA — OWASP API1:2023). Built from 1,117 public IDOR bug bounty reports across HackerOne, Bugcrowd, Intigriti, GitHub Security Advisories, Huntr, plus 2024-2026 meta verified against NVD — Sam Curry's automotive chain (Kia/Hyundai/Ferrari), CVE-2026-30956 (OneUptime tenant header bypass CVSS 9.9), CVE-2025-64431 (Zitadel V2Beta Org API), CVE-2026-32131 (Zitadel Management API), CVE-2025-61876 (Inforcer tenant enumeration), CVE-2024-45719 (Apache Answer UUIDv1 token prediction), CVE-2024-50633 (Indico BOLA), plus the GraphQL field-level / nested-object pivot wave and agentic AI cross-tenant family (FastGPT, WeKnora, Paperclip). Use when hunting IDOR / BOLA / cross-tenant data access on web apps, APIs, GraphQL endpoints, multi-tenant SaaS, mobile apps, automotive/IoT platforms, and AI/ML inference servers.
    0
    installs
  32. New · h-mmer
    Create a new engagement workspace. Usage: /new <platform> <program> [--type web-app|api|mobile|smart-contract]
    0
    installs
  33. Hunt LLM AI · h-mmer
    Hunting skill for LLM and Agentic AI vulnerabilities — direct + indirect prompt injection, ASCII smuggling data exfil, agentic tool-use abuse, system prompt leakage, vector DB cross-tenant, model server RCE, insecure output handling. Built from public bug bounty reports across HackerOne, Huntr, Project Zero, GitHub Security Advisories, plus 2024-2026 meta verified against NVD — Microsoft 365 Copilot ASCII Smuggling (Johann Rehberger Aug 2024 disclosure), CVE-2025-46059 LangChain GmailToolkit indirect prompt injection (CVSS 9.8), CVE-2025-68613 LangChain PythonREPLTool semantic RCE (CVSS 9.8), CVE-2024-46946 LangChain LLMSymbolicMathChain sympy.sympify, CVE-2025-27520 + CVE-2025-32375 + CVE-2024-2912 BentoML pickle, Ollama RCE family (CVE-2024-37032, CVE-2024-39722, CVE-2024-45436, CVE-2025-44779), CVE-2025-64496 Open WebUI Direct Connections SSE code injection (GHSA-cm35-v4vp-5xvx), CVE-2024-1483/1560/1594 MLflow path traversal. Covers OWASP LLM Top 10 v2025 (LLM01-LLM10) and OWASP Agentic AI Top 10 (AA-01 th
    0
    installs
  34. Cost · h-mmer
    Show cost tracking and ROI for this engagement.
    0
    installs
  35. Hunt · h-mmer
    Active vulnerability hunting on a target. Loads scope, reads brain, detects tech stack, runs targeted tests with concrete payloads. Usage: /hunt target.com [--vuln-class idor|xss|ssrf|sqli|ssti|oauth|rce|race|graphql|upload|business-logic|llm-ai]
    0
    installs
  36. Sync · h-mmer
    Sync program scope, policy, and hacktivity from a bug bounty platform. Usage: /sync hackerone tesla or /sync bugcrowd uber
    0
    installs
  37. Vuln Classes · h-mmer
    Vulnerability Classes — Testing Playbook
    0
    installs
  38. Brain · h-mmer
    Manage the engagement brain. Subcommands: 'init' to set up, 'brief <target>' for pre-flight, 'status' for overview, 'exhausted [target]' to see dead ends.
    0
    installs
  39. Chain · h-mmer
    Build deep exploit chains — dispatches chain-builder agent. Given bug A, recursively walks the chain graph. Usage: /chain (then describe bug A)
    0
    installs
  40. Learn · h-mmer
    Record a platform response and update learning. Usage: /learn <report_id> <status> [--bounty 500] [--vuln-type XSS]
    0
    installs
  41. Report · h-mmer
    Generate submission-ready reports for all confirmed findings. Runs dedup, PoC builder, quality check, and report writer. Usage: /report bounty or /report pentest
    0
    installs
  42. Resume · h-mmer
    Resume a previous hunt. Shows hunt history, untested endpoints, memory-informed suggestions. Usage: /resume target.com
    0
    installs
  43. Status · h-mmer
    Show engagement dashboard with program info, scope, brain state, findings, agent activity, and cost estimate.
    0
    installs
  44. Submit · h-mmer
    Draft and submit a vulnerability report to the bug bounty platform. Reads scope.yaml for platform/program, uses brain + findings for content. Always drafts first for review.
    0
    installs
  45. Triage · h-mmer
    Batch-validate ALL findings through the 7-Question Gate. Kills weak findings in bulk. Usage: /triage
    0
    installs
  46. Report Writing · h-mmer
    Report Writing
    0
    installs
  47. Analyze · h-mmer
    Analyze recon output with AI to suggest high-value targets and attack strategies. Usage: /analyze <target>
    0
    installs
  48. Mindmap · h-mmer
    Generate a text-based attack surface mindmap. Shows tech stack → vuln class → endpoint relationships. Usage: /mindmap <target>
    0
    installs
  49. Monitor · h-mmer
    Monitor targets for changes. Usage: /monitor baseline (first run), /monitor check (detect changes), /monitor scope (check platform for scope updates)
    0
    installs
  50. Quality · h-mmer
    Score a report draft before submission. Usage: /quality <draft-path-or-finding-description>
    0
    installs
  51. Surface · h-mmer
    Show ranked attack surface for a target. Invokes recon-ranker agent. Usage: /surface target.com
    0
    installs
  52. Dupcheck · h-mmer
    Check if a vulnerability has already been reported. Searches platform hacktivity + local findings. Usage: /dupcheck <vuln_type> e.g. /dupcheck XSS in search endpoint
    0
    installs
  53. Fullscan · h-mmer
    Full security assessment with brain coordination. Multi-phase, skips known-exhausted areas, builds on prior knowledge.
    0
    installs
  54. Pipeline · h-mmer
    Prepare the battlefield — recon, scanning, and surface ranking. Stops before hunting. Run /hunt or /autopilot after. Usage: /pipeline or /pipeline <target>
    0
    installs
  55. Remember · h-mmer
    Log a finding or pattern to persistent brain memory. Auto-fills from session context. Usage: /remember
    0
    installs
  56. Validate · h-mmer
    Validate a finding through the 7-Question Gate + 4 gates. Kills weak findings FAST. Usage: /validate <finding description>
    0
    installs
  57. Sast Methodology · h-mmer
    SAST Methodology
    0
    installs
  58. Autopilot · h-mmer
    Autonomous hunt orchestrator. INSATIABLE in --autonomous mode: enforces an EXHAUSTION CONTRACT (26 canonical hunter classes, surface probe A-I, depth-engine ≥25 attempts/class, wall-clock floor 90 min/target, PRE-COMPLETION GATE before any summary). No early stops, no clarifying questions, no auxiliary-agent substitution. Usage: /autopilot target.com [--interactive|--autonomous] [--20m-off] [--resume]
    0
    installs
  59. Correlate · h-mmer
    Run the finding correlation engine to discover attack chains from individual findings.
    0
    installs
  60. Recon Methodology · h-mmer
    Recon Methodology
    0
    installs
  61. Triage Validation · h-mmer
    Triage & Validation
    0
    installs
  62. Hunt Business Logic · h-mmer bundle
    Hunting skill for business-logic vulnerabilities (CWE-840 Business Logic Errors, CWE-841 Improper Enforcement of Behavioral Workflow, CWE-639 Authorization Bypass via User-Controlled Key in business contexts, CWE-362 race conditions on financial flows). Built from 44 corpus reports plus 8.8K shared-platform reports across HackerOne, Bugcrowd, Huntr, GitHub Security Advisories, plus 2024-2026 meta verified against NVD — Lilishop coupon overpurchasing (CVE-2024-50654 CVSS 7.5), WWBN AVideo wallet double-spend TOCTOU (CVE-2026-34368, GHSA-h54m-c522-h6qr), Keycloak 2FA bypass (CVE-2025-3910, GHSA-5jfq-x6xp-7rw2), AlegroCart 1.2.9 negative-quantity price manipulation (Andrey Stoykov SecLists Apr 2025), Bagisto cart price manipulation (Rudransh Singh Rajpurohit Sep 2025), Doppler free-trial reset (Aditya Sunny Dec 2024), Stripe hasEverTrialed bypass (better-auth
    0
    installs
  63. Hunting Methodology · h-mmer
    Hunting Methodology
    0
    installs
  64. Hunt Info Disclosure · h-mmer bundle
    Crown Jewel Targets
    0
    installs
  65. Sast · h-mmer bundle
    Source code vulnerability hunting (SAST). Decomposes analysis into specialized passes: map entry points, map dangerous ops, trace flows, find gaps, adversarial validation, exploit. Usage: /sast <repo_path> [--lang c|cpp|rust|java|python|go|php] [--min-score 4] [--max-files 30] [--skip-static] [--best-of N]
    0
    installs
  66. Quickscan · h-mmer bundle
    Run a quick security scan on a target. Consults the Brain first, validates scope, runs passive recon + vuln scan in parallel.
    0
    installs
  67. Recon · h-mmer
    Reconnaissance agent for target enumeration. Use for subdomain discovery, port scanning, service fingerprinting, tech stack identification, and OSINT gathering. Specify scope and depth: 'passive' for DNS/cert/OSINT only, 'active' for port scans and probing, 'deep' for comprehensive enumeration.
    0
    installs
  68. Validator · h-mmer
    Finding validator. Runs 7-Question Gate + 4-gate checklist. Kills weak/theoretical findings FAST before any report writing. Output: PASS, KILL, DOWNGRADE, or CHAIN REQUIRED.
    0
    installs
  69. Correlator · h-mmer
    Finding correlation engine. Use AFTER multiple agents have reported findings to discover attack chains. Combines individual findings into higher-impact chains (e.g., open redirect + CORS + SSRF = token theft). Run periodically or before final reporting.
    0
    installs
  70. Rce Hunter · h-mmer
    Remote Code Execution specialist (H1 #70). Use for testing command injection, template injection (SSTI), deserialization, expression language injection, and any vector that achieves server-side code execution.
    0
    installs
  71. Xss Hunter · h-mmer
    XSS specialist covering reflected (H1 #60), stored (H1 #61), and DOM (H1 #62). Dispatcher passes subtype — 'reflected', 'stored', or 'dom' — in the task; falls back to inference from target. Use for parameter reflection, persisted inputs (comments/profiles/uploads/filenames), or client-side source→sink analysis.
    0
    installs
  72. Xxe Hunter · h-mmer
    XXE specialist (H1 #63). Use for testing XML parsing endpoints, file upload processors, SOAP services, SVG handlers, and any feature accepting XML input.
    0
    installs
  73. Auth Tester · h-mmer
    Authentication and session management testing agent. Use for login bypass, session fixation, password reset flow abuse, MFA bypass, OAuth flaws, and privilege escalation testing. Provide the application URL and any credentials for testing.
    0
    installs
  74. Cloud Recon · h-mmer
    Cloud misconfiguration scanner. Use for S3 bucket enumeration, Azure blob discovery, GCP storage checks, exposed cloud services, and cloud metadata analysis. Provide target domain or known cloud identifiers.
    0
    installs
  75. Cors Hunter · h-mmer
    CORS Misconfiguration specialist (H1 #58). Use for testing cross-origin resource sharing policies, origin reflection, null origin bypass, and credential-bearing cross-origin requests.
    0
    installs
  76. Csrf Hunter · h-mmer
    CSRF specialist (H1 #57). Use for testing state-changing actions without proper token validation, SameSite cookie bypass, and CSRF in JSON/API endpoints.
    0
    installs
  77. File Upload · h-mmer
    File Upload vulnerability specialist (H1 #39). Use for testing upload restrictions, content-type bypass, extension filtering, path traversal in filenames, and web shell upload scenarios.
    0
    installs
  78. Idor Hunter · h-mmer
    IDOR / BOLA specialist (H1 #55, OWASP API1:2023). Use for testing insecure direct object references and broken object level authorization across web apps, APIs, GraphQL endpoints, multi-tenant SaaS, mobile, automotive/IoT, and AI inference servers.
    0
    installs
  79. JS Analyzer · h-mmer
    JavaScript static analysis agent for client-side security review. Use for analyzing JS bundles, finding hardcoded secrets, tracing DOM XSS source-sink flows, identifying postMessage handlers, extracting API endpoints, and reviewing client-side access controls. Provide URLs or local JS file paths.
    0
    installs
  80. Poc Builder · h-mmer
    Bug bounty PoC and report builder. Use after confirming a vulnerability to create minimal reproduction steps, self-contained HTML demonstration pages, curl-based reproduction scripts, and platform-ready report drafts for HackerOne/Bugcrowd/Intigriti.
    0
    installs
  81. Sast Hunter · h-mmer
    Focused PoC builder for SAST candidates. Receives a SPECIFIC candidate vulnerability that survived adversarial validation. Writes a PoC, compiles, runs with ASan, confirms or rejects. Use via /sast command.
    0
    installs
  82. Scope Check · h-mmer
    Target scope validation agent. Use BEFORE any active testing to verify targets are in scope. Provide the target and the program name or scope file. Checks against .scope.txt, scope.yaml, and fetches live program scope from HackerOne/Bugcrowd/Intigriti APIs if configured.
    0
    installs
  83. Sqli Hunter · h-mmer
    SQL Injection specialist (H1 #67). Use for error-based, blind boolean, blind time-based, UNION-based, and out-of-band SQLi testing. Provide target endpoints with injectable parameters.
    0
    installs
  84. Ssrf Hunter · h-mmer
    SSRF vulnerability hunting specialist. Use for testing URL-accepting parameters, webhook endpoints, file import features, and any server-side request functionality. Provide target endpoints with URL parameters.
    0
    installs
  85. Ssti Hunter · h-mmer
    Server-Side Template Injection specialist. Covers Jinja2 (H1 #74), Twig, Velocity, FreeMarker, ERB, Handlebars, Thymeleaf. Use for any rule-engine, comment/message rendering, PR automation, admin template, or user-customizable template surface. Systematic blocklist mapper + CVE bypass runner + runtime-vs-parse distinguisher.
    0
    installs
  86. OAUTH Hunter · h-mmer
    OAuth 2.0 / 2.1, OpenID Connect (OIDC), SAML SSO, and JWT specialist. Dispatcher passes subtype — 'oauth', 'oidc', 'saml', or 'jwt' — in the task; falls back to inference. Use for redirect_uri / returnTo flaws, state/nonce/PKCE bypass, alg confusion (none/HS-with-RS-key/kid/jku), SAML XSW + comment injection + assertion replay, OIDC ID token validation gaps, code/token leak channels, cross-tenant impersonation, PKCE downgrade, and any flow involving a code, access_token, id_token, assertion, client_id, client_secret, code_verifier, code_challenge, kid, or jku parameter.
    0
    installs
  87. Recon Ranker · h-mmer
    Attack surface ranker. Takes recon output + brain data, produces P1/P2/Kill prioritized attack plan with concrete curl commands for each P1 target. Use after recon to decide what to test first.
    0
    installs
  88. Vuln Scanner · h-mmer
    Automated vulnerability scanning agent. Use for running nuclei templates, nikto scans, SSL/TLS analysis, header checks, and known CVE detection against targets. Provide target URL or list and scan profile: 'quick' for top vulns, 'standard' for common checks, 'thorough' for deep scanning.
    0
    installs
  89. Waf Profiler · h-mmer
    WAF fingerprinting and behavior mapping specialist. Use to identify the WAF, map its blocking rules, find bypass techniques, and document WAF behavior for other agents. Always run this before xss-hunter or injection testing on WAF-protected targets.
    0
    installs
  90. Web3 Auditor · h-mmer
    Smart contract and Web3/DeFi security auditor. Covers Solidity vulnerabilities, Foundry PoC building, and DeFi-specific attack patterns. Use for Immunefi, Code4rena, and other Web3 bug bounty programs.
    0
    installs
  91. Browser Agent · h-mmer
    Browser automation agent for interactive web testing. Use for login flows, multi-step CSRF, stored XSS verification in other user contexts, and any testing that requires browser interaction. Requires Claude in Chrome MCP.
    0
    installs
  92. Chain Builder · h-mmer
    Deep exploit chain builder. Given bug A, recursively walks the chain graph — each confirmed link becomes the new A. No depth limit. Supports 2-link to 10+ link chains. Use when you have any finding that needs escalation.
    0
    installs
  93. GRAPHQL Audit · h-mmer
    GraphQL API security specialist. Use for introspection analysis, query complexity attacks, injection testing, authorization bypass, and batching abuse on GraphQL endpoints.
    0
    installs
  94. LLM AI Hunter · h-mmer
    LLM and Agentic AI vulnerability specialist. Covers OWASP LLM Top 10 v2025 (LLM01-LLM10) and OWASP Agentic AI Top 10 (AA-01..AA-10). Dispatcher passes subtype — 'prompt-injection', 'indirect-injection', 'tool-abuse', 'rag-poisoning', 'vector-idor', 'mcp', 'model-server', 'output-handling', or 'ascii-smuggling' — in the task; falls back to inference. Use when a target ships a chatbot, RAG / search-over-docs, AI assistant, MCP server, agentic tool-use plugin, model registry, inference server, or any 'AI feature' that processes attacker-influenceable text or files.
    0
    installs
  95. Nuclei Writer · h-mmer
    Custom nuclei template builder. Use when you've found a pattern that should be checked across multiple targets or when existing templates miss a specific vulnerability. Provide the vulnerability details and detection logic.
    0
    installs
  96. Open Redirect · h-mmer
    Open Redirect specialist (H1 #38). Use for testing URL redirect parameters, login/logout flows, OAuth callbacks, and any endpoint that redirects based on user input.
    0
    installs
  97. Quality Check · h-mmer
    Report quality scorer. Use BEFORE submitting any report to validate completeness, clarity, title strength, CVSS accuracy, PoC quality, and overall report grade. Provide the draft report path or content.
    0
    installs
  98. Report Writer · h-mmer
    Security report generation agent. Use for compiling findings into formal penetration test reports, executive summaries, technical write-ups, and bug bounty submissions. Provide the findings directory or list of vulnerabilities to document.
    0
    installs
  99. Business Logic · h-mmer
    Business Logic vulnerability specialist (H1 #28, CWE-840/841/639/362). Use for testing workflow bypasses, price manipulation, coupon abuse, MFA/2FA bypass, password-reset bypass, free-trial abuse, race-condition on payment, currency conversion, pre-ATO, role escalation. Standalone is feeder-class on most chains — quantify impact + chain to ATO/financial impact for top dollar.
    0
    installs
  100. Config Auditor · h-mmer
    Security header and server configuration auditor. Use for HTTP security header analysis, CSP evaluation, CORS policy review, TLS configuration assessment, cookie security, and server hardening checks. Provide target URL or list of URLs.
    0
    installs