Effect-TS Architecture

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • COMMAND_EXECUTION (SAFE): The skill provides a utility script (validation/architecture-check.ts) and instructions to execute it using npx tsx. This script performs static analysis of the local project directory to verify architectural compliance (checking for the presence of specific keywords like 'Context.Tag' or '$state') and does not contain any malicious logic.
  • EXTERNAL_DOWNLOADS (SAFE): The skill depends on standard, well-known libraries such as effect, @holochain/client, and glob. Running the validation script via npx may download the tsx package if it is not already present in the environment, which is a standard developer tool.
  • DATA_EXFILTRATION (SAFE): The validation script reads local file contents using fs.readFileSync for the sole purpose of checking for specific architectural patterns. It does not perform any outbound network requests or transmit data externally.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:16 PM