Security findings get acted on in the editor, in the incident channel and in the deploy checklist, not on a dashboard. With StackShield connected, the assistant reads the finding where you are working and can fix the code in the same session.
“Which of our domains have unresolved critical issues right now?”
Filters by severity and status across every monitored domain, newest first.
Calls
list_issues
“Why did the last scan of app.example.com fail and what do I fix first?”
Finds the scan, reads each failed test with its finding and remediation, and orders the fixes by severity.
Calls
list_scans
get_scan
get_scan_test
“Scan staging.example.com now and tell me when it is done.”
Starts an on-demand scan and polls it, then summarises what changed since the last one.
Calls
trigger_scan
get_scan
“Start monitoring api.example.com with hourly scans and the default checks.”
Adds the domain the same way the dashboard does, within your plan's application limit.
Calls
create_check
“I fixed the three CSP issues on example.com in the last deploy. Mark them resolved.”
Shows you the exact issues first, then resolves them together once you confirm.
Calls
list_issues
bulk_resolve_issues
“Export every unresolved issue to CSV for the audit.”
The same export the dashboard produces, handed to the assistant as a file.
Calls
export_issues_csv
“Give me a security review of example.com.”
A built-in prompt that walks the assistant through checks, issues and recommendations in the right order.
Calls
security_review
“Our security headers test is failing. Fix the Laravel middleware.”
In Cursor, VS Code or Claude Code the assistant reads the finding and edits the code in the same session.
Calls
get_scan_test