typescript-implementation
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill includes a shell script (
scripts/type-check.sh) that executesnpx tsc. This is a standard development procedure for running the TypeScript compiler's type checker and does not involve arbitrary command execution or untrusted remote scripts. - [EXTERNAL_DOWNLOADS] (SAFE): The skill references standard documentation for TypeScript (typescriptlang.org) and uses
npxto manage the compiler version, which is standard practice in Node.js environments. - [DATA_EXPOSURE] (SAFE): No sensitive file paths, hardcoded credentials, or unauthorized network operations were identified. Example URLs used in code snippets (e.g., api.example.com) are placeholders for demonstration purposes.
Audit Metadata