tools-typescript
Pass
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute various analysis tools (such as tsc, eslint, knip, and dependency-cruiser) that are already present in the local node_modules/.bin directory. It provides specific commands to verify the existence of these executables before they are run.
- [SAFE]: The skill includes explicit security instructions that prohibit the agent from using installation tools like npm exec or npx to acquire missing packages. This ensures that the agent does not download or execute code from remote or untrusted sources during a repository review. Additionally, it directs the agent to manually inspect project-defined scripts for malicious commands before execution.
Audit Metadata