typescript-expert
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard CLI tools (
npx tsc,node,grep,npm) to analyze project environments. While it executes shell commands via Python'ssubprocess.run(shell=True)and the agent's shell capability, these are limited to project diagnostics (version checking, configuration parsing, and linting/type-checking). - [COMMAND_EXECUTION]:
scripts/ts_diagnostic.pycontains automated routines for environment analysis. It checks for monorepo indicators (e.g.,pnpm-workspace.yaml,turbo.json), parses localpackage.jsonfor tooling detection, and runstsc --extendedDiagnosticsto profile type-checking performance. All operations are local and perform standard developer diagnostic tasks.
Audit Metadata