typescript-expert
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The diagnostic script
scripts/ts_diagnostic.pyusessubprocess.run(shell=True)to execute shell commands such asnpx tsc,node, andgrepto check environment versions and perform type-checking diagnostics. - [COMMAND_EXECUTION]: The skill provides instructions for the agent to use bash commands to detect project tooling and monorepo configurations, including a Node.js one-liner to parse
package.jsondependencies. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it is designed to read and analyze user-controlled project files (e.g.,
tsconfig.json,package.json, and source code in thesrc/directory). - Ingestion points: Reads project configuration files (
tsconfig.json,package.json) and source files (viagrepandReadtool) to provide diagnostics. - Boundary markers: No specific delimiters or warnings are used to wrap the content of ingested files to prevent the agent from following instructions embedded within them.
- Capability inventory: The skill has the ability to execute shell commands via
subprocess.runinscripts/ts_diagnostic.pyand via theBashtool as documented inSKILL.md. - Sanitization: There is no evidence of sanitization or filtering of the content read from files before it is processed by the agent.
Audit Metadata