environment-variables
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security risks were identified in the skill content.
- [EXTERNAL_DOWNLOADS]: The skill recommends installing standard, well-known libraries (
@t3-oss/env-coreandzod) using the Bun package manager. These are reputable packages used for type-safe environment variable management. - [CREDENTIALS_UNSAFE]: No hardcoded credentials or secrets were found. The skill explicitly guides users to store secrets in
.env.localand ensures that such files are ignored by Git to prevent accidental exposure. - [COMMAND_EXECUTION]: Includes a standard dependency installation command (
bun add). This is typical for project setup and does not involve suspicious or unauthorized command execution.
Audit Metadata