Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions capabilities/web-security/skills/report-writer/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ NNN = next sequential number (zero-padded: 001, 002, ...). slug = lowercase-hyph

## Confidence Trace

- Use the `trace_id` returned by the final `assess_confidence` call for this report.
- Copy that value into the report metadata so the report can be correlated with the confidence check.
- Extract the UUID from the `[trace_id:<uuid>]` token in the `assess_confidence` tool response
- Copy that value into the report `confidence_trace_id` frontmatter field
- If the tool response does NOT contain `[trace_id:<uuid>]`, set `confidence_trace_id: "MISSING"` — NEVER fabricate or guess an ID

## PoC Rules

Expand Down
Loading