Intent-Code Divergence
Medium
- Confidence
- 96% confidence
- Finding
- The rule labeled as a read-only Curl rule uses the regex ^curl\s+-s\s+, which only checks for the -s flag and then allows any remaining arguments. That means destructive or side-effecting requests such as POST/PUT/DELETE, authenticated API calls, uploads, or SSRF-style internal fetches can be auto-approved despite being presented as safe.
