1.2 KiB
1.2 KiB
trigger, description, allowAuto, denyAuto, alwaysReview, scopes
| trigger | description | allowAuto | denyAuto | alwaysReview | scopes | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| always_on | Control which shell commands the agent may run automatically. |
|
|
true |
|
Execution Rules
- Only auto-execute commands that are explicitly listed in
allowAuto. - Commands in
denyAutomust always be blocked, even if manually requested. - All shell operations that create, modify, or delete files in
backend/src/,backend/test/, orfrontend/app/require human review. - Alert before running any SQL that modifies data (INSERT/UPDATE/DELETE/DROP/TRUNCATE).
- Alert if environment variables related to DB connection or secrets (DATABASE_URL, JWT_SECRET, passwords) would be displayed or logged.
- Never auto-execute commands that expose sensitive credentials via MCP tools or shell output.