Autonomous Decision Making
Medium
- Category
- Excessive Agency
- Content
| Option | Alias | Description | Default | | ----------------------- | ----- | --------------------------------------------------------------------- | -------------- | | `--yes` | `-y` | Skip prompts, use defaults | `false` | | `--env` | `-e` | .env file path | `./.env` | | `--key` | `-k` | Connection string env var key | `DATABASE_URL` | | `--prefix` | `-p` | Prefix for generated public env vars | `PUBLIC_` |
- Confidence
- 74% confidence
- Finding
- The skill recommends using `--yes` to skip interactive prompts and proceed with provisioning automatically. Although convenient, this can cause the agent to create external resources and write credentials to local files without an explicit per-action user approval step, increasing the risk of unintended side effects.
