Missing User Warnings
Medium
- Confidence
- 93% confidence
- Finding
- The script sources a local .env file directly into the shell with `. "$DIR/.env"`, which does not merely read key-value pairs but executes any shell code present in that file. In a skill context, this is risky because credentials and configuration are commonly stored in .env, and a modified or malicious .env could run arbitrary commands before the intended action occurs.
