apps/workbench/workbench-plugin/.claude-plugin/skills/tighten-policy/SKILL.md
Analyze and tighten ClawdStrike security policies
npx skillsauth add backbay-labs/clawdstrike apps/workbench/workbench-plugin/.claude-plugin/skills/tighten-policyInstall 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.
workbench_validate_policy to check for errors.workbench_list_guards to see all 13 available guards.workbench_compliance_check to identify framework gaps.Compare the policy against the guard registry to find:
default_action: allow on MCP tools)Call workbench_suggest_scenarios to automatically generate scenarios for enabled guards, then add custom scenarios targeting identified gaps.
Use workbench_run_all_scenarios to batch-test. Focus on:
For each identified gap, recommend specific YAML changes.
**/.ssh/****/.aws/**, **/.config/gcloud/**, **/.azure/****/.env, **/.env.***/.git-credentials, **/.gitconfig**/.docker/**, **/.kube/**/etc/shadow, /etc/passwddefault_action: block (not allow)rm -rf /, reverse shells, curl|bash, chmod 777default_action: block for high-security environmentsrequire_confirmation for write/execute toolsshell_exec, evalblock_at_or_above: high at minimumwarn_at_or_above: suspicious for visibilityblock_threshold to 40-50 for productionwarn_threshold to 15-20max_additions and max_deletions limitsrequire_balance for productionforbidden_patterns for dangerous code changessession_timeout_secs (1800 for production, 3600 for dev)verbose_logging for audit compliancefail_fast: true for high-securityWhen tightening, always compare the before and after using workbench_diff_policies to verify:
workbench_validate_policyworkbench_diff_policies to show before/after comparisontesting
A simple skill demonstrating clawdstrike security
tools
# Hello Skill A simple greeting skill that demonstrates secure agent operation. ## Description This skill allows the agent to greet users and perform basic file operations within the allowed workspace. ## Capabilities - Generate personalized greetings - Read files from the workspace - Write greeting logs to the output directory ## Usage Ask the agent: - "Say hello to Alice" - "Read the welcome message from data/welcome.txt" - "Log a greeting for Bob" ## Examples ### Basic Greeting **Us
testing
# bb-edr: Triage Skill Use this skill to turn clawdstrike audit logs into an incident report and a minimal response plan. ## Inputs - `.hush/audit.jsonl` (JSONL) — clawdstrike audit events (allowed/denied, guard, reason). - `policy.yaml` — the active security policy. ## Task 1. Read and summarize the last ~50 audit events. 2. Focus on **denied** events first: - Group by `guard` (e.g., `forbidden_path`, `egress`, `patch_integrity`) - Identify likely intent (misconfiguration vs. suspici
tools
Threat hunting and security event investigation