verify_value_free
Check that text contains none of the given terms or their variants, returning a boolean. Use as a fail-closed guard to verify artifacts are value-free before leaving the perimeter.
Instructions
Fail-closed check that text contains NONE of terms (nor their
suffix-normalized / distinctive-token variants). Returns {"value_free": bool}
with zero detail on what matched — for verifying an artifact before it leaves
the perimeter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| terms | Yes |