用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/neomatrix369/tripwire --skill vuln-dependency-lodash命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Check the Tripwire scan status of Claude Code skills and MCP servers by name. Use when the user runs /tw-verify, or asks whether a skill or MCP server has been scanned by Tripwire, what its RAG (red/amber/green) rating is, whether a scan is stale, or whether a call to it would be blocked.
Verify the scan status of Tripwire's own five tw-* skills as installed under ~/.claude/skills (self-integrity check). Use when the user runs /tw-self-check, or asks whether Tripwire's own skills are scanned, green, or would be blocked by their own hook.
Turn Tripwire enforcement OFF for Claude Code tool calls. Use when the user runs /tw-disable, or asks to disable, bypass, pause, or turn off Tripwire guard/enforcement/blocking.
基于 SOC 职业分类
正在显示 SKILL.md
| name | vuln-dependency-lodash |
| description | Format tabular data with lodash helpers. Vulnerable fixture for dependency-scanner smoke tests. |
Format rows of tabular data into aligned markdown tables using lodash collection helpers.
Do not execute shell commands. Do not fetch remote URLs.
Dependency (SCA) scanning: package.json and package-lock.json pin
lodash@4.17.15, a version with well-known advisories — CVE-2020-8203
(prototype pollution via zipObjectDeep, fixed in 4.17.19) and
CVE-2021-23337 (command injection via template, fixed in 4.17.21).
A dependency scanner should flag the pinned version from the manifest and
lockfile alone. Nothing installs or runs: the lockfile is a hand-written
minimal pin with no resolved URLs, so the fixture stays inert.