SG-068: Permissions skip declared in config

Severity: CRITICAL

dangerouslySkipPermissions: true is the JSON form of --dangerously-skip-permissions. SG-060 catches the CLI flag; this catches it being baked into the project config where every contributor inherits the bypass without typing the flag.

Fires when

Related CVEs

Remediation

No safe remediation: a file that triggers this rule should be rejected, not patched. Read the flagged lines in the source before deciding.