observe-analyze

Analyze agent activity logs to synthesize and validate security policies.

285|33|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/backbay-labs/clawdstrike --skill observe-analyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observe-analyze
Source: https://github.com/backbay-labs/clawdstrike/tree/main/apps/workbench/workbench-plugin/.claude-plugin/skills/observe-analyze
Command: npx skills add https://github.com/backbay-labs/clawdstrike --skill observe-analyze

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for analyzing agent activity logs to synthesize effective security policies.

Core Features & Use Cases

  • Event Collection: Gather agent activity events in JSONL format, including file access, network egress, and shell commands.
  • Pattern Analysis: Identify action distributions, network footprints, file access patterns, tool usage, and anomalies.
  • Policy Synthesis: Generate candidate policies using observed events, building allowlists and blocklists for better security.
  • Policy Validation & Testing: Validate synthesized policies and suggest scenarios for testing.
  • Policy Tightening: Review and refine policies to remove over-permissions and add necessary guards.

Quick Start

Run the skill to analyze logs from the 'agent_logs' directory.

Frequently Asked Questions about observe-analyze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate security policies from agent activity logs?

To analyze agent activity logs for security policy synthesis, collect JSONL events including file access, network egress, and shell commands, then identify action distributions and anomalies to generate candidate allowlists and blocklists.

What is security policy synthesis from agent event logs?

Security policy synthesis is the process of analyzing agent activity events in JSONL format to identify file access patterns, network footprints, and tool usage, then generating candidate policies with allowlists and blocklists to secure agent behavior.

How do I build allowlists and blocklists from shell command and network egress logs?

Building allowlists and blocklists from shell command and network egress logs requires pattern analysis of JSONL agent activity events, identifying anomalies and action distributions, then validating the synthesized candidate policies to ensure necessary guards are in place.

Can I use JSONL file access logs to tighten existing agent security policies?

Yes, you can use JSONL file access logs to tighten existing agent security policies by reviewing observed events, identifying over-permissions, and refining the synthesized policy to add necessary guards and remove unnecessary access rights.

What's the best way to validate a synthesized security policy against observed agent events?

The best way to validate a synthesized security policy against observed agent events is to test the candidate policy against the collected JSONL activity logs and run suggested testing scenarios to ensure the policy removes over-permissions without blocking necessary actions.