원클릭으로
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.