identify_unverified_behaviors
Compute a confidence score for your repository by weighing real execution history with a 14-day half-life decay, and identify unverified behaviors that lack matching execution coverage to flag risky nodes.
Instructions
Returns an overall confidence score for the current repository plus the list of unverified behaviors (nodes flagged as risky but with no matching execution coverage). Confidence math weighs real execution history with a 14-day half-life decay — recent successful runs raise the score, recent failures or stale data lower it. Use this as the final readout after analyze_pr_behavior + generate_verification_plan, or as a gate in CI ('exit non-zero if confidence < 70'). Pass executedTargetsCount to model a what-if ('what would confidence be if 5 more targets were executed?').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executedTargetsCount | No | Override the count of executed verification targets used in the math. Useful for what-if scenarios or when execution data lives outside Veris state.db. |