Skip to content
Security
Skill

/injection-checking

Entry P1 category router for injection testing. Use when routing between XSS, SQLi, SSRF, XXE, SSTI, command injection, and NoSQL injection workflows based on how attacker-controlled input is consumed.

From plugin
hack-skills
1.6k102 skills
Install
$ npx -y skills add yaklang/hack-skills --skill injection-checking --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/injection-checking

Context preview

The summary Claude sees to decide when to auto-load this skill.

Entry P1 category router for injection testing. Use when routing between XSS, SQLi, SSRF, XXE, SSTI, command injection, and NoSQL injection workflows based on how attacker-controlled input is consumed.

SKILL.md

injection-checking.SKILL.md
name: injection-checking
description: >-
  Entry P1 category router for injection testing. Use when routing between XSS,
  SQLi, SSRF, XXE, SSTI, command injection, and NoSQL injection workflows based
  on how attacker-controlled input is consumed.

Injection Testing Router

This is the routing entry point when input reaches a dangerous interpreter or execution environment.

After confirming this is an injection-class issue, use it to decide whether it is mainly browser context, database, template engine, server-side requests, XML parsing, or system commands.

When to Use

  • Input reaches HTML, JS, SQL, templates, URL fetchers, XML parsers, or shell
  • You have not yet decided whether to start with XSS, SQLi, SSRF, XXE, SSTI, CMDi, or NoSQL
  • You need to choose the correct deep-topic skill based on input flow

Skill Map

  • [XSS Cross Site Scripting](../xss-cross-site-scripting/SKILL.md)
  • [SQLi SQL Injection](../sqli-sql-injection/SKILL.md)
  • [SSRF Server Side Request Forgery](../ssrf-server-side-request-forgery/SKILL.md)
  • [XXE XML External Entity](../xxe-xml-external-entity/SKILL.md)
  • [SSTI Server Side Template Injection](../ssti-server-side-template-injection/SKILL.md)
  • [CMDi Command Injection](../cmdi-command-injection/SKILL.md)
  • [NoSQL Injection](../nosql-injection/SKILL.md)
  • [Deserialization Insecure](../deserialization-insecure/SKILL.md)
  • [JNDI Injection](../jndi-injection/SKILL.md)
  • [Expression Language Injection](../expression-language-injection/SKILL.md)
  • [CRLF Injection](../crlf-injection/SKILL.md)
  • [Extra Injection Types (SSI, LDAP, XPath)](./EXTRA_INJECTION_TYPES.md)
  • [Request Smuggling](../request-smuggling/SKILL.md)
  • [Prototype Pollution](../prototype-pollution/SKILL.md)
  • [Type Juggling](../type-juggling/SKILL.md)
  • [HTTP Parameter Pollution](../http-parameter-pollution/SKILL.md)
  • [XSLT Injection](../xslt-injection/SKILL.md)
  • [CSV Formula Injection](../csv-formula-injection/SKILL.md)

Recommended Flow

1. First identify the final sink of the input 2. Then choose the topic skill that best matches that interpreter 3. Small payload samples and quick triage are merged into each main skill; no extra payload router is needed

Related Categories

  • [file-access-vuln](../file-access-vuln/SKILL.md)
Read more
Ships withhack-skills

Master Entry → Category Entries → Deep Topic Skills One master entry, six category entries, and 101 deep topic skills across 14 security domains.

Get the whole plugin

Other skills on hack-skills.