From communitytools
Tests for injection vulnerabilities across all input vectors: SQL, NoSQL, OS Command, SSTI, XXE, and LDAP/XPath injection techniques.
How this skill is triggered — by the user, by Claude, or both
Slash command
/communitytools:injectionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Test for injection vulnerabilities across all input vectors. Covers SQL, NoSQL, Command, SSTI, XXE, and LDAP injection.
reference/INDEX.mdreference/injection-principles.mdreference/ldap-injection-quickstart.mdreference/nosql-injection-advanced.mdreference/nosql-injection-cheat-sheet.mdreference/nosql-injection-quickstart.mdreference/nosql-injection-resources.mdreference/os-command-injection-cheat-sheet.mdreference/os-command-injection-quickstart.mdreference/scenarios/code-injection/bash-symbolic-only-bypass.mdreference/scenarios/code-injection/php-preg-replace-e-modifier.mdreference/scenarios/code-injection/python-eval-format-string.mdreference/scenarios/nosql/cassandra-cql.mdreference/scenarios/nosql/elasticsearch-script-injection.mdreference/scenarios/nosql/mongo-aggregation-pipeline.mdreference/scenarios/nosql/mongo-operator-injection.mdreference/scenarios/nosql/mongo-syntax-injection.mdreference/scenarios/nosql/mongo-type-confusion.mdreference/scenarios/nosql/mongo-where-jsinjection.mdreference/scenarios/nosql/redis-ssrf-gopher.mdTest for injection vulnerabilities across all input vectors. Covers SQL, NoSQL, Command, SSTI, XXE, and LDAP injection.
| Type | Key Vectors |
|---|---|
| SQL Injection | In-band (union, error), Blind (boolean, time), Out-of-band |
| NoSQL Injection | Operator injection, JavaScript injection, aggregation pipeline |
| Command Injection | OS command separators, blind techniques, out-of-band |
| SSTI | Template engine detection, sandbox escape, RCE chains |
| XXE | Entity expansion, SSRF via XXE, blind XXE, parameter entities |
| LDAP/XPath | Filter manipulation, authentication bypass |
reference/sql-injection*.md - SQL injection techniquesreference/nosql-injection*.md - NoSQL injection techniquesreference/os-command-injection*.md - OS command injectionreference/ssti*.md - Server-side template injectionreference/xxe*.md - XML external entity injectionreference/ldap-injection-quickstart.md - LDAP filter injection: detection, auth bypass, blind boolean extraction via (description=PREFIX*) chainingreference/xpath-injection-quickstart.md - XPath injection (CWE-643): lxml/Java/Node sinks, ' or '1'='1' or 'a'='b boolean oracle, blind char-by-char extraction recipenpx claudepluginhub transilienceai/communitytoolsTeaches the universal injection pattern across SQL, XSS, command injection, and other interpreters. Useful for code review, secure design, and developer training.
Executes SQL injection vulnerability assessments on web applications to identify database security flaws, demonstrate exploitation techniques, and validate input sanitization.
Tests APIs for injection vulnerabilities (SQL, NoSQL, OS command, LDAP, SSRF) via parameters, headers, and request bodies. Maps to OWASP API8:2023 and API7:2023.