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 usingnpx 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, andglob. Running the validation script vianpxmay download thetsxpackage 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.readFileSyncfor the sole purpose of checking for specific architectural patterns. It does not perform any outbound network requests or transmit data externally.
Audit Metadata