Skip to content

asp-case

asp-case manages ASP security cases. Use it to list, inspect, review, or explicitly update case AI analysis fields.

Invocation

text
/asp-case

The agent uses asp case ... --output json to retrieve structured case results.

Common Examples

text
/asp-case list cases in New status
text
/asp-case inspect case_000001 and summarize the evidence to review
text
/asp-case update AI analysis for case_000001 from summary.md

Related CLI commands:

powershell
asp case list --status New --output json
asp case show case_000001 --include-related --output json
asp case update-ai case_000001 --summary-file summary.md --output json

With --include-related, the Skill can read related Alerts and up to 50 direct Case relationship summaries. The other Case is represented only by its ID, title, Status, Severity, Verdict, Assignee, relationship direction, Note, and creation information; it is not recursively expanded.

Case Relationships are investigation leads and do not synchronize business fields between Cases. The CLI currently does not support relationship CRUD or Artifact suggestion queries.

See Related Cases in the Case workspace for details.