voice_verify
Verify whether a draft is statistically indistinguishable from a user's writing, returning an authorship percentile and flagging words that push it out of range.
Instructions
The impostor test: statistically, is this text a plausible sample of THIS user? Returns an authorship percentile against a null resampled from their own writing at the same length. Under 75 means indistinguishable from them; over 97 means it reads as someone else. This is a different question from voice_score -- that one catches AI tells, this one catches 'fluent, clean, and not you'. Run BOTH on any draft before showing it; a draft has to pass each. Also names the specific words that pushed it out of range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to a file, instead of text. | |
| text | No | The draft text to test. |