effect-ts
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference guide for utilizing the Effect-TS ecosystem. It encourages the use of established libraries and tools, such as the Effect language service and RPC modules, to improve code quality and maintainability.
- [SAFE]: Strong focus on secure coding practices is evident throughout the documentation. It specifically instructs developers to use
Config.redactedfor managing secrets and sensitive information, preventing accidental exposure in logs or telemetry. - [INDIRECT_PROMPT_INJECTION]: The skill identifies potential attack surfaces where untrusted data enters the application, such as API request handlers and database results. It addresses these risks by providing rigorous patterns for data sanitization and validation using the
Effect.Schemalibrary, ensuring that all external input is correctly decoded and validated before processing. - [SAFE]: Documentation regarding development tools, such as the
effect-language-serviceCLI, is provided to assist in local environment setup and CI/CD integration. These instructions follow standard software development workflows for TypeScript projects.
Audit Metadata