diff --git a/capabilities/web-security/skills/report-writer/SKILL.md b/capabilities/web-security/skills/report-writer/SKILL.md index 8a9cd66..eac674a 100644 --- a/capabilities/web-security/skills/report-writer/SKILL.md +++ b/capabilities/web-security/skills/report-writer/SKILL.md @@ -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:]` 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:]`, set `confidence_trace_id: "MISSING"` — NEVER fabricate or guess an ID ## PoC Rules