01critical
publisher can cross a trust boundary without owner approval.
A tool or declared action can create an external, financial, destructive, or publicly visible effect.
RepairBind the exact action and parameters to an owner-gated approval before execution.
node: publisher02high
publisher has no rollback target.
The workflow declares consequential authority but no recovery path.
RepairDeclare and test a bounded rollback or compensating action.
node: publisher03high
verifier shares the worker’s context.
The reviewer is not independent from the work it evaluates.
RepairUse a separate verifier context and restricted evidence packet.
node: verifier04high
verifier emits no exact verification receipt.
The expected artifact is verification:builder.
RepairEmit the exact verification artifact or fail closed.
node: verifier05high
publisher has consequential authority but no independent verifier.
Its output can cross a trust boundary without a separate check.
RepairAdd a context-separated verifier before the approval gate.
node: publisher