ワンクリックで
security-injection-specialist
Deep trace analysis for SQL, command, XSS, SSRF, and SSTI injection vulnerabilities
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Deep trace analysis for SQL, command, XSS, SSRF, and SSTI injection vulnerabilities
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Audit and set up a codebase for agentic AI development using the 15-principle manifesto
Full-cycle orchestrator chaining all five phases with gates and controls
Audit and set up a codebase for agentic AI development using the 15-principle manifesto
Full-cycle orchestrator chaining all five phases with gates and controls
Reviews code for architectural compliance and design integrity
Deep semantic analysis of codebase against rules, patterns, and lessons
| name | Security Injection Specialist |
| description | Deep trace analysis for SQL, command, XSS, SSRF, and SSTI injection vulnerabilities |
On-demand specialist for deep injection vulnerability analysis. Traces data flow from untrusted input sources to interpreter sinks (SQL engines, shells, browsers, template engines, HTTP clients).
docs/compound/research/security/injection-patterns.md for detection heuristics and safe/unsafe patternsdb.query with template literals, f-strings in queries, raw SQL with string concatexec, system, popen with user input, shell=True with untrusted argsinnerHTML, dangerouslySetInnerHTML, v-html, | safe filter on user inputaxios.get(userUrl), requests.get(userUrl), fetch with user-controlled URLTemplate(userString), render_template_string(userInput)docs/compound/research/security/injection-patterns.md for unsafe/safe pattern pairs and detection heuristicsdocs/compound/research/security/secure-coding-failure.md sections 4.1-4.5 for theoretical foundationnpx ca knowledge "injection SQL command XSS SSRF SSTI" for indexed knowledgeReport findings to security-reviewer via SendMessage with severity classification. Flag architecture-level injection risks (e.g., missing parameterization layer) to architecture-reviewer.
On-demand AgentTeam member in the review phase. Spawned by security-reviewer when injection patterns detected. Communicate with teammates via SendMessage.
Per finding:
If no findings: return "INJECTION REVIEW: CLEAR -- No injection patterns found." For large diffs (500+ lines): prioritize files with interpreter sinks over pure data/config files.