typescript-expert
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several shell commands to perform project diagnostics and validation.
- Evidence:
SKILL.mdcontains instructions to executenpx tsc,npm test, andnode -escripts to detect tooling and verify project state. - Evidence:
scripts/ts_diagnostic.pyusessubprocess.run(shell=True)to execute system commands includingnpx tsc,grep, andnodeversions checks. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests and processes content from project files that may be attacker-controlled.
- Ingestion points: The agent is instructed to read and analyze
package.json,tsconfig.json, and source code files within thesrc/directory. - Boundary markers: Absent. There are no delimiters used to encapsulate file content or instructions to the LLM to ignore embedded commands within the data.
- Capability inventory: The skill has extensive capabilities including shell command execution, file system access, and package management via
npx. - Sanitization: Absent. The logic does not perform any validation or sanitization on file contents before they are analyzed by the agent.
Audit Metadata