effect-v4
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/check-examples.mjsscript usespnpmto download and install standard development packages (effect,typescript,vitest) from the public npm registry. Versions are strictly validated against a semantic versioning regex before installation. - [COMMAND_EXECUTION]: The skill uses
execFileSyncto invokepnpmfor dependency management andtscfor code validation. These commands are executed within a restricted temporary directory. - [DYNAMIC_EXECUTION]: The validation script extracts TypeScript code blocks from documentation and runs the
tsccompiler on them to verify correctness. This is a local development verification process.
Audit Metadata