Skip to content

False completion undetected when trace has zero verification events #8

Description

@rajfirke

Description

If a loop claims goal_met but never ran any verification (lastVerify is nil), the classifier returns nil. A loop claiming success without ever verifying is suspicious and should be flagged.

Fix

When lastVerify is nil and claimedSuccess is true, return a Classification with CatFalseComplete at confidence 0.60 with evidence "Loop claimed success but no verification was ever performed."

Location

internal/classifier/false_complete.go:43

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingclassifierClassifier related

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions