effect-cli
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- SAFE (SAFE): The skill is strictly instructional, providing a framework for CLI development using the Effect ecosystem.
- Input Sanitization: The documentation highlights the use of
Schemavalidation (e.g.,withSchema) for both options and arguments, which encourages strict validation of external inputs. - Secret Handling: The skill explicitly demonstrates the use of
redactedtypes andpasswordprompts for sensitive information, ensuring that credentials are masked in logs and handled securely. - No Malicious Patterns: No evidence of prompt injection, data exfiltration, or unauthorized command execution was found. The logic relies on standard Node.js CLI patterns.
Audit Metadata