redis_check_permissions
Verifies via ACL DRYRUN that dangerous Redis commands like EVAL, CONFIG SET, and FLUSHALL are blocked for the connected user, confirming the privilege layer is properly configured.
Instructions
Ask Redis's own ACL engine, via ACL DRYRUN, whether each of a
curated list of dangerous commands (EVAL, CONFIG SET, FLUSHALL,
SHUTDOWN, CLIENT KILL/PAUSE, ...) would actually succeed for the
connected user right now. would_succeed should always be empty —
the tool surface itself can't send any of these either way, but an
empty list here means the privilege layer is also configured
correctly, not just relied upon by omission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||