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 uses subprocess.run to execute standard project checks such as npx tsc, node -v, and grep. 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.json and tsconfig.json is performed locally to assist the user. No unauthorized network activity or data exfiltration patterns were detected.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 22, 2026, 07:31 AM