bun-test

Pass

Audited by Gen Agent Trust Hub on Jul 31, 2026

Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses the Bash tool to execute bun test commands, which is its primary intended function as described in SKILL.md.
  • [PROMPT_INJECTION]: The skill presents an attack surface for indirect prompt injection or command injection due to the direct interpolation of user-supplied arguments into shell commands.
  • Ingestion points: The pattern argument defined in the frontmatter of SKILL.md is used as a shell variable in the execution examples.
  • Boundary markers: There are no boundary markers or delimiters provided to signal that the pattern should be treated as untrusted data.
  • Capability inventory: The skill utilizes the Bash tool to run commands as documented in SKILL.md.
  • Sanitization: No input validation, escaping, or sanitization logic is present for the $PATTERN variable before it is passed to the shell.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 31, 2026, 02:26 AM
Security Audit — agent-trust-hub — bun-test