Update docs/tools_configuration.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Boris Bliznioukov 2026-03-04 15:45:45 +01:00
parent 54eb65aad8
commit 36f6221772
No known key found for this signature in database

View file

@ -75,7 +75,7 @@ Commands with a risk level **above** `risk_threshold` are blocked before executi
#### Argument modifiers #### Argument modifiers
Some commands change risk depending on their arguments. For example, `rm` is Some commands change risk depending on their arguments. For example, `rm` is
`medium` by default but becomes `critical` when called with `-rf`. classified as `high` by default, and `rm -rf` is treated as `critical`.
You can add custom argument modifiers via config. Each entry lists tokens that You can add custom argument modifiers via config. Each entry lists tokens that
must all be present (order-independent) and the resulting level: must all be present (order-independent) and the resulting level: