systematic-debugging
Pass
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill's debugging instructions (SKILL.md) suggest adding instrumentation that prints environment variables and keychain status (e.g.,
env | grep IDENTITY,security list-keychains). While intended for local troubleshooting of signing and build workflows, these actions can expose sensitive configuration data in the agent's output or logs. - [COMMAND_EXECUTION]: The file
find-polluter.shis a utility script that automates runningpnpm teston discovered test files. This is standard developer tool behavior but represents local command execution based on file system contents. - [PROMPT_INJECTION]: The skill's primary function is to analyze untrusted data sources like error messages, stack traces, and component logs (SKILL.md Phase 1). This creates a surface for indirect prompt injection, where an attacker could influence the agent's behavior by embedding instructions in the logs or error output being investigated.
- Ingestion points: Error messages, stack traces, and diagnostic logs (SKILL.md Phase 1).
- Boundary markers: Absent.
- Capability inventory: Subprocess calls for bash commands,
pnpm test, and system utilities likecodesign(find-polluter.sh, SKILL.md). - Sanitization: Absent.
Audit Metadata