Session summary

default

scored

afi / afi · cli reviewed proxy at 9b51f95e with Default profile / DeepSeek · v4 flash high on afi 0.30.0

Measurements

Unavailable values retain their exported state and reason

Quality

Recall 5%
Model-judged precision N/A
F1 N/A
Tier 1 recall 0%
Tier 2 recall 14.3%
Tier 3 recall 0%
Tier 4 recall 0%
Security recall 0%
Defect recall 0%
Maintainability recall 0%
Performance recall 33.3%
Median anchor distance 0
Worst anchor distance 0
Refusals a judge overturned Not recorded

Review outcomes

Distinct matched defects 1
Defects missed 19
Findings 2
Unkeyed findings 1
Intended findings 0
Carried findings Not recorded

Cost, usage, and speed

Total bill $0.0141
Review bill $0.0141
Judge bill N/A
Tokens 36462
Duration 2m 32s

Execution and identity

Lifecycle, reviewer, build, settings, and normalized execution limits

Lifecycle
completed
Lifecycle reason
Not recorded
Started
Finished
Reviewer
afi
Reviewer tool
afi · cli
Configuration
default / 42c620064e2e
Configuration ID
config-2734e64db3792db2
Build
afi 0.30.0 / b0f313c0b59a66ecc7612396dc8db0ea5da13a7a
Comparison
comparison-6fefa5f4a114931f
Build ID
build-4ceb7cbd44e9619b
Cohort ID
cohort-fe57f1fa72385a63
Harness
bench 1 / 10b3b2068100b7ba429855e062500eaf83b90120 dirty
Adapter
afi 1 / sha256:a1a935298956020ee6d767a756847abb4c00694c88c2eb80d454886ebc4acf8c
Exit code
0
Wall time
152
Deadline exceeded
No
Budget
$2.00
Billing limit
$2.00

Usage

Normalized reviewer-tool usage projection

Input tokens
35534
Output tokens
928
Cached input
131072
Reasoning tokens
18650
Requests
6
Models counted
Not recorded

Judge

Normalized assessment summary

Judge data is N/A for this run

Findings

Review text is escaped; normalized decisions follow each finding

Finding f1

bug

the order of the two sweep counters in `values()` is swapped relative to `COUNTERS`: `COUNTERS[4]` names `cairn_proxy_sweep_blobs_removed_total` but receives the value of `sweep_bytes_reclaimed`,… the order of the two sweep counters in `values()` is swapped relative to `COUNTERS`: `COUNTERS[4]` names `cairn_proxy_sweep_blobs_removed_total` but receives the value of `sweep_bytes_reclaimed`, and `COUNTERS[5]` names `cairn_proxy_sweep_bytes_reclaimed_total` but receives the value of `sweep_blobs_removed`. An operator alerting on these would see blob-counts reported as byte-counts and vice-versa.

bug
Category: bug Confidence: Not recorded

services/proxy/src/metrics.rs:88

Evidence quote

Not recorded

Suggested fix

Not recorded

rejectedNo keyed defect (scorer)
Finding f2

bug

calls `app.sweeper.sweep(dry_run)` directly, bypassing `Sweeper::run()` which acquires `self.running` (a `Mutex<()>`) to guarantee the module's "one sweep at a time" contract. The background sweeper in `main.rs:116` correctly calls `run()`, so a concurrent on-demand sweep and background sweep can run simultaneously, causing each to see a total the other is changing and potentially removing far more blobs than either intended.

bug
Category: bug Confidence: Not recorded

services/proxy/src/routes/admin.rs:76

Evidence quote

Not recorded

Suggested fix

Not recorded

matchedDefect 6 (locality)

Source artifacts

Open a row to inspect or download evidence from this atomically published local run

findings present

Open verified source artifact

Open this path at the exported commit

The artifact is present; its content is available through the verified source link

meta present

Open verified source artifact

Open this path at the exported commit

The artifact is present; its content is available through the verified source link

record present

Open verified source artifact

Open this path at the exported commit

The artifact is present; its content is available through the verified source link

result present

Open verified source artifact

Open this path at the exported commit

The artifact is present; its content is available through the verified source link

spend present

Open verified source artifact

Open this path at the exported commit

The artifact is present; its content is available through the verified source link

stderr present

Open verified source artifact

Open this path at the exported commit

The artifact is present; its content is available through the verified source link

summary present

Open verified source artifact

Open this path at the exported commit

The artifact is present; its content is available through the verified source link

traffic present

Open verified source artifact

Open this path at the exported commit

The artifact is present; its content is available through the verified source link

benchee benchee-dashboard-1 built from 10f4ec58 Static benchmark evidence ·