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's subprocess.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.py contains automated routines for environment analysis. It checks for monorepo indicators (e.g., pnpm-workspace.yaml, turbo.json), parses local package.json for tooling detection, and runs tsc --extendedDiagnostics to profile type-checking performance. All operations are local and perform standard developer diagnostic tasks.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 14, 2026, 01:49 AM
Security Audit — agent-trust-hub — typescript-expert