process-logs
Pass
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection vulnerability surface where untrusted data is processed without sufficient safeguards.
- Ingestion points: Untrusted error messages and generation traces are fetched from the database using SQL queries in the 'Step 1: Fetch New Errors' section of
SKILL.md. - Boundary markers: The instructions lack the use of delimiters or specific boundary markers when interpolating raw error data into the
Taskdelegation tool orbdCLI commands. - Capability inventory: The skill has powerful capabilities, including database modification (
mcp__supabase__execute_sql), task management through thebdCLI, shell command execution (pnpm), and delegation to subagents for automated code changes. - Sanitization: There is no evidence of sanitization or escaping applied to the
error_messageorerror_datacontent before it is processed by the agent or passed to other tools. - [COMMAND_EXECUTION]: The skill relies on the execution of local shell commands using the
bd(Beads) CLI tool for creating and tracking bug tasks, as well aspnpmfor running type checks and project builds during the verification phase.
Audit Metadata