You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks all runs where threat detection flagged problems in agentic workflows in this repository. Each workflow run that completes with a detection warning or failure posts a comment here.
What is a Detection Problem?
A detection problem occurs when the threat detection system either:
Fails to produce results (agent failure, parse error)
When continue-on-error: true (the default), these problems produce warnings and safe outputs still proceed. When continue-on-error: false, they block safe outputs entirely.
How This Helps
This issue helps you:
Track workflows where threat detection raised concerns
Review patterns of detection warnings or failures
Identify false positives or recurring issues with threat detection
This issue tracks all runs where threat detection flagged problems in agentic workflows in this repository. Each workflow run that completes with a detection warning or failure posts a comment here.
What is a Detection Problem?
A detection problem occurs when the threat detection system either:
When
continue-on-error: true(the default), these problems produce warnings and safe outputs still proceed. Whencontinue-on-error: false, they block safe outputs entirely.How This Helps
This issue helps you:
Resources
Tip
To configure threat detection behavior, update the frontmatter: