What's wrong with this entry?
Anonymous. No account, no email.
What
The bash permission classifier now auto-approves significantly more read-only commands without prompting the user.
Details
- Docker Compose:
docker compose ps,docker compose logs,docker compose top,docker compose config - Docker:
docker logs,docker inspect(with safe flag validation) - Ripgrep (
rg): comprehensive flag support for search operations - Pyright: type-checking with safe flags (blocks
--watchmode) - Package managers:
npm list,pip listwith safe flags - Version checks:
node -v,npm -v,python --version,python3 --version - Python removed from the "suspicious command" blocklist —
pythonandpython3are no longer flagged
Evidence
New safe command definitions for "docker compose ps", "docker compose logs", rg, pyright, "npm list", "pip list" (search for "docker compose ps")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.