Tools



Scanner

Linear

Github



Trigger

New Linear Issue

Agent Flow

When a new Linear issue is created referencing a Lambda configuration alert, this agent begins a full investigation with no user interaction required.

The agent:

  • Parses alert and detection rule details

  • Queries Scanner for logs related to affected Lambda functions, associated resources, and users involved

  • Assesses activity for legitimacy using behavioral patterns and context

If the alert is deemed benign or expected:

  • Posts a structured summary to the Linear issue, including who, what, when, and where

  • Updates the detection rule accordingly to reduce future false positives

  • Opens a GitHub pull request to apply rule changes (e.g., add allow lists or logic refinements)

If the activity is suspicious:

  • Escalates with specific recommended actions

YAML Config

Coming soon