typescript-expert
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands for project environment detection, including
npx tsc --version,node -v, and anode -eone-liner to parsepackage.jsondependencies. These are standard operations for identifying the development ecosystem. - [COMMAND_EXECUTION]: The diagnostic script
scripts/ts_diagnostic.pyutilizessubprocess.runwithshell=Trueto execute diagnostic tools such asgrepandtsc. This implementation is used to facilitate command piping and output redirection (e.g.,grep ... | wc -l), which is appropriate for a local diagnostic utility. - [COMMAND_EXECUTION]: Validation steps in
SKILL.mdinclude runningnpm run typecheck,npx tsc --noEmit, andnpx vitest, which are routine verification tasks in TypeScript development workflows. - [DATA_EXPOSURE]: The skill reads local project configuration files (
tsconfig.json,package.json) and source code files (viagrep) to provide context-aware expert advice and diagnostic reports.
Audit Metadata