typescript-engineer
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill inherently processes untrusted user-provided source code which could contain malicious instructions intended to influence the agent's behavior.
- Ingestion points: The skill reads user code files,
package.json, and directory structures using theRead,Glob, andGreptools. - Boundary markers: There are no explicit instructions for the agent to treat code comments or strings as untrusted data or to ignore embedded instructions within the source code.
- Capability inventory: The skill possesses the
Editcapability to modify local files and a restrictedBashcapability to execute thetsccompiler. - Sanitization: No explicit sanitization or validation is performed on the content of user-provided files before they are processed or used as input for the compiler.
Audit Metadata