hack

Route web and API security tasks to testing methodologies and vulnerability categories.

1.6k|204|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/yaklang/hack-skills --skill hack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hack
Source: https://github.com/yaklang/hack-skills/tree/main/skills/hack
Command: npx skills add https://github.com/yaklang/hack-skills --skill hack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps agents and testers quickly decide which vulnerability classes and testing methodology to apply when faced with a new web or API target, reducing wasted effort and noisy enumeration.

Core Features & Use Cases

  • Contextual routing: Map observed inputs, outputs, and authentication models to high-probability vulnerability categories (XSS, SQLi, SSRF, IDOR, etc.).
  • Stage guidance: Recommend the correct testing phase (recon, triage, exploit path planning, or privilege escalation) and a prioritized sequence of checks.
  • Use case: When handed a REST API with many object IDs and a file upload endpoint, produce a prioritized plan focusing on BOLA/IDOR, upload handling checks, and downstream template or parsing risks.

Quick Start

Use the hack skill to analyze this target and produce a prioritized testing plan starting with reconnaissance, auth/IDOR checks, and the most likely injection or business-logic vectors.

Frequently Asked Questions about hack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a web security testing methodology for an unknown API target?

By mapping observed inputs, outputs, and authentication models to high-probability vulnerability categories like XSS, SQLi, and IDOR, you can plan web security testing. This contextual routing reduces wasted effort and noisy enumeration during assessments.

What is the best way to prioritize vulnerability triage during a bug bounty engagement?

Prioritizing vulnerability triage involves routing target context to high-probability exploit paths. By analyzing target types and authorization models, you generate a prioritized sequence of checks focusing on the most likely injection or business-logic vectors.

Can I use contextual routing for reconnaissance and exploit path planning on REST APIs?

Yes, contextual routing applies to reconnaissance and exploit path planning on REST APIs. It evaluates object IDs and endpoints to produce prioritized testing sequences focusing on specific risks like BOLA/IDOR and file upload handling.

How do I route a file upload endpoint to the correct vulnerability checks?

You route a file upload endpoint to vulnerability checks by analyzing the target context to prioritize upload handling checks and downstream template or parsing risks. This identifies the most likely exploit path efficiently.

Do I need structured target context for web vulnerability assessment routing?

Yes, structured target context is required for web vulnerability assessment routing. You must provide target type, input and output vectors, and authentication/authorization models to produce prioritized next-step test sequences.