dotenvx-secrets
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill promotes secure practices for handling sensitive credentials and environment variables within a development workflow.
- [DATA_EXPOSURE]: The skill identifies sensitive environment files (e.g.,
.env.keys,.env.prod) and credentials (API keys, tokens) but strictly mandates encryption viadotenvxand Git exclusion (gitignore) for private keys to prevent data exposure. - [COMMAND_EXECUTION]: The instructions direct the agent to use
dotenvxandpnpmfor managing secrets and executing the local development stack across different environments (local, dev, staging, prod). - [EXTERNAL_DOWNLOADS]: The skill references the
dotenvxCLI and Dotenv Armor cloud service as the primary tools for secret synchronization and management. - [INDIRECT_PROMPT_INJECTION]: The skill defines a process for handling user-provided secrets.
- Ingestion points: User-pasted keys, tokens, or secrets provided during interaction.
- Boundary markers: Explicit instructions to store secrets immediately using
dotenvx setwithout echoing or saving them in plaintext. - Capability inventory: Shell command execution for
dotenvx,pnpm, andbunutilities. - Sanitization: Mandatory encryption of external content before it is committed or stored in local files.
Audit Metadata