원클릭으로
compound-agent-security-data
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 직업 분류 기준
Decompose a large system specification into cook-it-ready epic beads via DDD bounded contexts
Reference for configuring, launching, and monitoring infinity loops and polish loops
Decompose a large system specification into cook-it-ready epic beads via DDD bounded contexts
Reflect on the cycle and capture high-quality lessons for future sessions
Full-cycle orchestrator chaining all five phases with gates and controls
Decompose work into small testable tasks with clear dependencies
| name | compound-agent-security-data |
| 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 foundationca 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."