Agent Skillsbackbay-labs/clawdstrike › security-review

security-review

GitHub

用于审查涉及敏感路径、凭据或系统状态变更的代码与操作,通过策略检查工具验证合规性并提示安全风险。

clawdstrike-plugin/skills/security-review/SKILL.md backbay-labs/clawdstrike

Trigger Scenarios

涉及安全敏感路径的多文件编辑 修改系统状态的 Shell 命令 新增或更改依赖包 包含密钥、密码等关键词的内容

Install

npx skills add backbay-labs/clawdstrike --skill security-review -g -y
More Options

Non-standard path

npx skills add https://github.com/backbay-labs/clawdstrike/tree/main/clawdstrike-plugin/skills/security-review -g -y

Use without installing

npx skills use backbay-labs/clawdstrike@security-review

指定 Agent (Claude Code)

npx skills add backbay-labs/clawdstrike --skill security-review -a claude-code -g -y

安装 repo 全部 skill

npx skills add backbay-labs/clawdstrike --all -g -y

预览 repo 内 skill

npx skills add backbay-labs/clawdstrike --list

SKILL.md

Frontmatter
{
    "name": "security-review",
    "description": "Security review for risky code changes"
}

Security Review

This skill activates when the user or conversation involves: - Multi-file edits touching security-sensitive paths (auth, config, credentials, .env, keys) - Shell commands that modify system state, install packages, or change permissions - New dependency additions or version changes - Changes to CI/CD, Docker, or infrastructure configuration - File writes to sensitive directories (/etc, ~/.ssh, ~/.aws, ~/.config) - File reads of sensitive paths (private keys, credential stores, token caches, certificate files) - Any content containing these keywords: "secret", "credential", "API key", "token", "password", "private key", "certificate", ".env", "auth", "permission"

Security Checklist

Before proceeding with risky actions, use the clawdstrike_check MCP tool to verify policy compliance:

  1. Pre-flight check: Call clawdstrike_check with the action_type and target before executing
  2. Secret scanning: Verify no secrets, API keys, or credentials are being written to files
  3. Dependency audit: For new dependencies, check for known vulnerabilities
  4. Permission scope: Ensure file operations stay within allowed paths
  5. Shell safety: Validate shell commands against the ShellCommandGuard policy

Action Type Mapping

Use 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

Response Guidelines

When this skill is active:

  • Proactively call clawdstrike_check before file writes to sensitive paths
  • Flag potential security issues with severity levels (Critical/High/Medium/Low)
  • Suggest safer alternatives when an action would be blocked by policy
  • Reference specific guards that would evaluate the action

Recommended Tools

Use 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

Guard Reference

These guards are evaluated during checks:

  • ForbiddenPathGuard - Blocks access to sensitive filesystem paths
  • PathAllowlistGuard - Enforces allowlist-based path access
  • SecretLeakGuard - Detects secrets/credentials in file content
  • ShellCommandGuard - Blocks dangerous shell commands
  • EgressAllowlistGuard - Controls outbound network access
  • PatchIntegrityGuard - Validates patch/diff safety

Version History

  • 666303e Current 2026-07-25 09:08

Same Skill Collection

clawdstrike-plugin/skills/policy-guide/SKILL.md
cursor-plugin/skills/policy-guide/SKILL.md
clawdstrike-plugin/skills/threat-hunt/SKILL.md
cursor-plugin/skills/security-review/SKILL.md
cursor-plugin/skills/threat-hunt/SKILL.md

Metadata

Files
0
Version
666303e
Hash
5e57d7a2
Indexed
2026-07-25 09:08

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-22 05:06
浙ICP备14020137号-1 $mapa de visitantes$