ワンクリックで
security-data-specialist
Audit for PII in logs, verbose error responses, sensitive data in URLs, and overly broad API responses
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Audit for PII in logs, verbose error responses, sensitive data in URLs, and overly broad API responses
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 Data Specialist |
| description | Audit for PII in logs, verbose error responses, sensitive data in URLs, and overly broad API responses |
On-demand specialist for detecting sensitive data exposure through logging, error handling, URLs, and API responses.
docs/compound/research/security/data-exposure.md for exposure patterns and detection heuristicsconsole.log(req.body), console.log(req.headers), logger.info(user) -- unfiltered objects may contain passwords/tokensAuthorization header valuesres.status(500).json({ error: err.message }) or err.stack sent to clientspassword_hash, internal_id, secret, or similar internal fieldsdocs/compound/research/security/data-exposure.md for exposure patterns and detection heuristicsdocs/compound/research/security/secure-coding-failure.md section 4.8 for theoretical foundationnpx ca knowledge "data exposure PII logging" for indexed knowledgeReport findings to security-reviewer via SendMessage with severity classification. Flag logging architecture issues to architecture-reviewer.
On-demand AgentTeam member in the review phase. Spawned by security-reviewer when data exposure patterns detected. Communicate with teammates via SendMessage.
Per finding:
If no findings: return "DATA EXPOSURE REVIEW: CLEAR -- No sensitive data exposure patterns found."