skills/incident-correlation/SKILL.md
Checks whether security and data signals are connected. Produces a correlation report if both domains show issues, or a brief summary if only one does.
npx skillsauth add carloseberhardt/agent-skill-poc incident-correlation-data-securityInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Investigate whether there is a cross-domain incident connecting security and data signals.
Step 1 — Gather information from both domains:
Step 2 — Gate check (MANDATORY — do this before any further analysis): Evaluate each domain independently. A domain has "actionable findings" ONLY if its agent explicitly reported threats, anomalies, or policy violations. A domain has ZERO actionable findings if its agent reported normal activity, no threats, or all-clear status. Do NOT reinterpret normal activity as suspicious to justify a correlation.
State your gate verdict explicitly before continuing:
Step 2a — Single-domain summary (when only one domain has findings): Respond with a JSON object using these keys:
Do NOT proceed to Step 3. Do NOT call additional tools (employee lookup, cost, etc.). Do NOT fabricate connections. Stop here.
Step 3 — Correlate and recommend (ONLY when both domains reported issues):
Present a unified timeline and recommend coordinated actions. Respond with a JSON object using these keys:
If the evidence suggests a deliberate action (e.g., data exfiltration), escalate clearly.
IMPORTANT: Do NOT add characterizations (e.g. "suspicious", "anomalous", "requires forensic review") to data points unless the source agent explicitly flagged them that way. Only include facts that came directly from tool calls.
IMPORTANT: Do NOT use the Discord notification tool or execute any remediation actions during this investigation. Only gather data and make a recommendation. Actions will be taken after human approval.
testing
Periodically checks for security threats by reviewing recent security events, access patterns, and potential indicators of compromise.
business
create and share a cost report on discord
development
Periodically checks for data access anomalies — unusual query patterns, after-hours PII access, or bulk extractions that deviate from baseline behavior.
tools
Conversational interface to the agent runtime. Can call tools and agents directly, trigger skills, and synthesize answers from recent skill output.