Skip to content

[M2] Reputation signal is meaningless (wasCorrect heuristic) #18

Description

@lelu-auth

In recordAsyncAnalytics, wasCorrect := allowed || requiresReview assumes every allow/review decision was correct. This collapses "reputation" into 1 − deny-rate, duplicating actorStats and providing no independent signal.

Location: engine/internal/server/server.go:732.

Fix: Derive correctness from a real outcome signal (e.g. human-review verdicts, post-hoc reversals) rather than the decision itself.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions