cursor-plugin/skills/security-review/SKILL.md
Security review for risky code changes
npx skillsauth add backbay-labs/clawdstrike cursor-plugin/skills/security-reviewInstall 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.
Before proceeding with risky actions, use the clawdstrike_check MCP tool to verify policy compliance:
clawdstrike_check with the action_type and target before executingUse these action_type values when calling clawdstrike_check:
| Scenario | action_type | target |
|----------|-------------|--------|
| Writing/reading files | file | Absolute file path |
| Running shell commands | shell | The command string |
| HTTP/network requests | egress | Domain or URL |
| Installing packages | shell | Install command |
| MCP tool invocation | mcp_tool | Tool name |
When this skill is active:
clawdstrike_check before file writes to sensitive pathsUse these MCP tools in order of priority when this skill activates:
| Tool | When to Use |
|------|-------------|
| clawdstrike_check | Before any file write, shell command, or egress -- the primary enforcement tool |
| clawdstrike_policy_eval | To test hypothetical actions without executing them -- use for planning |
| clawdstrike_policy_show | To understand which guards are active and what the current restrictions are |
| clawdstrike_scan | To audit all MCP server configs for misconfigurations before a review |
| clawdstrike_policy_lint | To validate policy YAML files for syntax/schema errors |
These guards are evaluated during checks:
testing
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