skills/composiohq/composio/effect-v4/Gen Agent Trust Hub

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.mjs script uses pnpm to 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 execFileSync to invoke pnpm for dependency management and tsc for 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 tsc compiler on them to verify correctness. This is a local development verification process.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 21, 2026, 08:31 PM
Security Audit — agent-trust-hub — effect-v4