effect-best-practices
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation recommends the installation of the
@effect/language-servicepackage via the npm registry. This is an established utility within the Effect-TS ecosystem for providing editor diagnostics and linting. - [COMMAND_EXECUTION]: The reference materials describe the use of CLI commands via
npx(e.g.,effect-language-service diagnostics,setup,patch). These commands are standard operations for the mentioned development tool to enforce code style and perform build-time checks. - [SAFE]: The skill proactively teaches secure coding patterns, such as using
Config.redactedto prevent sensitive credentials from being logged and usingSchemafor strict input validation at system boundaries.
Audit Metadata