effect-patterns
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists entirely of Markdown documentation files providing guidelines and boilerplate for using the Effect-TS library. No scripts or executables are included.
- [CREDENTIALS_SAFE]: The
references/config.mddocumentation provides clear instructions for handling credentials securely usingConfig.redacted("KEY"), which ensures sensitive values are not leaked into structured logs. - [EXTERNAL_DOWNLOADS]: The skill does not attempt to download external scripts or install packages. It provides conceptual examples of how to use existing library features.
- [REMOTE_CODE_EXECUTION]: There is no evidence of remote code execution or dangerous subprocess calls. All code snippets are illustrative TypeScript patterns.
- [DATA_EXFILTRATION]: The
references/http-clients.mdfile describes standard, disciplined patterns for building outgoing HTTP clients. It does not include hardcoded malicious destinations or data harvesting logic. - [PROMPT_INJECTION]: The instructions do not contain attempts to override system prompts or bypass safety guardrails.
Audit Metadata