typescript-expert
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a diagnostic script,
scripts/ts_diagnostic.py, which usessubprocess.runto execute standard project checks such asnpx tsc,node -v, andgrep. These are legitimate operations for environment verification within a TypeScript project. - [EXTERNAL_DOWNLOADS]: References to external resources and package managers (npm, npx) are restricted to well-known services and repositories in the TypeScript ecosystem, such as the official TypeScript documentation and established community utilities like Biome and Vitest.
- [DATA_EXFILTRATION]: The analysis of configuration files like
package.jsonandtsconfig.jsonis performed locally to assist the user. No unauthorized network activity or data exfiltration patterns were detected.
Audit Metadata