coding-standards
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill establishes a set of professional development standards focused on "correct-by-construction" engineering using TypeScript and the Effect library. The instructions guide the agent to produce high-quality, maintainable, and safe code.
- [SAFE]: In
references/sensitive-data-and-observability.md, the skill explicitly mandates the use ofRedactedwrappers for credentials and secrets, ensuring that sensitive data is not leaked into logs or diagnostics. - [SAFE]: The skill provides robust guidance on handling untrusted external data in
references/parsing-and-schemas.md. It requires parsing and validating data at the edge of the system using schemas (such as Effect Schema or Zod) to prevent malformed or malicious data from reaching inner application logic. - [SAFE]: No patterns of prompt injection, data exfiltration, obfuscation, or unauthorized remote code execution were detected. The skill uses standard industry tools and libraries such as
effect,zod, andfast-checkto implement its rules.
Audit Metadata