codesafe_audit_bug
Assemble a full audit context for one defect by fetching the rule definition, taint dataflow trace, and sink code, so an LLM can produce a grounded security verdict.
Instructions
Assemble a judgment-ready audit context for one defect.
Pulls the rule definition + taint dataflow trace + sink code context in one call, reconstructs the source→sink path, and returns it together with the judging criteria and output schema. The verdict itself is produced by the calling LLM (design §8 option A) — nothing is written to the platform.
Respond with a judgment following instructions.output_schema, grounded in
context_text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bug_id | Yes | ||
| task_id | Yes | ||
| context_lines | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||