injection-checking

Route attacker-controlled input to specialized injection-testing sub-skills.

120|8|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Prohao42/aimy-sikll --skill injection-checking-prohao42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: injection-checking
Source: https://github.com/Prohao42/aimy-sikll/tree/main/ai-mian/hack-skills/skills/injection-checking
Command: npx skills add https://github.com/Prohao42/aimy-sikll --skill injection-checking-prohao42

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route an attacker-controlled input to the correct injection-testing topic, streamlining triage and remediation.

Core Features & Use Cases

  • Central routing map that delegates input to specialized sub-skills (XSS, SQLi, SSRF, XXE, SSTI, CMDi, NoSQL).
  • Quick re-routing for browser, API, and server-side processing contexts.
  • Real-world scenario: During a security assessment, route a suspicious payload to the appropriate topic to generate targeted test coverage and guidance.

Quick Start

Route a sample attacker input to the correct injection topic.

Frequently Asked Questions about injection-checking

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

FAQPage Schema
How do I route attacker-controlled input for injection testing triage?

Route attacker-controlled input to specialized sub-skills for XSS, SQLi, SSRF, XXE, SSTI, CMDi, and NoSQL to accelerate security triage. It validates inputs to avoid misrouting and provides a clear handoff to the targeted injection-topic skill.

What is the best way to triage payloads across multiple injection contexts?

Triage payloads across browser, API, and server-side processing contexts using a centralized routing map. It delegates input to the appropriate injection topic to generate targeted test coverage and guidance during security assessments.

Does this injection routing approach work with NoSQL and SSTI payloads?

Yes, injection routing works with NoSQL and SSTI payloads, alongside XSS, SQLi, SSRF, XXE, and CMDi. It routes inputs flowing through HTML, JSON, templates, or binary parsers into interpreters across these security contexts.

How does input validation avoid misrouting during penetration testing?

Input validation analyzes attacker-controlled input characteristics to ensure accurate delegation to the correct injection-topic skill. This prevents misrouting and guarantees a clear handoff to the targeted sub-skills during secure development life cycle assessments.

Can I use this routing map for secure development life cycle testing?

Yes, you can use this routing map during secure development life cycle testing and penetration testing. It routes suspicious inputs flowing through various parsers into interpreters to generate targeted test coverage and remediation guidance.