Skip to main content
← Back to list
01Issue
BugShippedSwamp CLIPublic
Assigneesstack72

Relationships

#2052 Adversarial review guard does not cover src/cli/ outside src/cli/commands/

Opened by stack72 · 9/7/2026· Shipped 9/7/2026

The adversarial review guard in verify-reviews only matches src/domain/, src/infrastructure/, src/libswamp/, src/serve/, src/worker/. Files in src/cli/ outside src/cli/commands/ (e.g. auto_resolver_adapters.ts, context.ts, repo_context.ts) skip the adversarial review entirely. These files contain security-relevant infrastructure code (extension installation, auth context, datastore resolution) that should get adversarial coverage.

Discovered during #2050 verification where the adversarial review caught real bugs (Windows backslash path normalization, code duplication) in earlier rounds but was skipped by guard on the final commit.

Fix: add src/cli/ to the adversarial review guard in verification/workflow-verify-reviews.yaml.

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 2 MOREREVIEW+ 7 MOREPR_MERGED+ 2 MORESESSION_SUMMARIZED

Shipped

9/7/2026, 10:57:42 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack729/7/2026, 10:25:12 PM

Sign in to post a ripple.