用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SocketDev/meander --skill security-scan命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | security-scan |
| description | AgentShield on .claude/ + zizmor on GitHub Actions, graded A-F by the security-reviewer agent. |
| user-invocable | true |
.claude/ config, settings, hooks, or agent definitions.github/See _shared/security-tools.md for tool detection paths.
Follow _shared/env-check.md. Initialize a queue run entry for security-scan.
Scan Claude Code configuration for security issues:
node_modules/.bin/agentshield scan --path .claude --format terminal
Checks .claude/ for:
Bash(*))Capture the grade and findings count.
Update queue: current_phase: agentshield → completed_phases: [env-check, agentshield]
Scan GitHub Actions workflows for security issues.
See _shared/security-tools.md for zizmor detection. If not
installed locally, skip with a warning - CI always has it via the
.github/actions/setup-and-install composite.
zizmor .github/
Checks for:
env: blocksCapture findings. Update queue phase.
Note: meander's .github/zizmor.yml config disables the
secrets-outside-env rule (intentional - see the comment in that
file). Don't re-flag findings the upstream config has silenced.
Spawn the security-reviewer agent (see agents/security-reviewer.md)
with the combined output from AgentShield and zizmor.
The agent:
_shared/report-format.mdOutput a HANDOFF block per _shared/report-format.md for pipeline
chaining.
Update queue: status: done, write findings_count and final
grade.
For rule catalogs (AgentShield + zizmor), common false positives, severity decision tree, and fix recipes - load reference.md when triaging findings.
基于 SOC 职业分类