nextjs-env-variables
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION] (MEDIUM): The skill's 'Validation Workflow' and 'Sync to Vercel' sections explicitly instruct the agent to run Python scripts that are not provided within the skill package.
- Evidence:
python scripts/validate_env.py .env.local --framework nextjsin SKILL.md - Evidence:
python scripts/scan_exposed.py --check-gitignorein SKILL.md - Evidence:
python scripts/sync_secrets.py --platform vercel --syncin SKILL.md - Risk: An agent is directed to execute logic that has not been audited or included in the skill, which could lead to arbitrary code execution if malicious scripts are present in the project directory.
- [CREDENTIALS_UNSAFE] (LOW): The documentation contains multiple hardcoded example credentials and secret key patterns.
- Evidence:
STRIPE_SECRET_KEY=sk_live_xyz789andDATABASE_URL=postgres://user:password@host:5432/databasein SKILL.md. - Risk: While these appear to be placeholders or illustrative examples, they represent high-entropy sensitive data types that are targets for exfiltration.
Audit Metadata