ts-runtime-bun
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructs the agent to analyze and act upon project configuration files such as
package.json,bunfig.toml, andtsconfig.json. These files, which can be modified by external contributors in a monorepo or open-source context, serve as ingestion points for untrusted data. Since the agent is also empowered to execute commands likebun testandbun build --compilebased on this configuration, it creates a potential surface for instructions hidden in configuration comments or metadata to influence agent behavior. - Ingestion points: The agent workflow in
SKILL.mddirects the agent to inspectpackage.json,bunfig.toml, andtsconfig.json. These are also provided as templates inreferences/templates/bun-project-setup.md. - Boundary markers: There are no instructions for the agent to use delimiters or ignore embedded instructions when reading these configuration files.
- Capability inventory: The skill provides instructions for
bun run,bun test(inreferences/bunfig-test.md), and binary compilation viabun build --compile(inreferences/build-compile.md). - Sanitization: The skill does not contain instructions for validating or sanitizing the content of the configuration files before the agent processes them.
Audit Metadata