用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/gemini-cli-extensions/security --skill dependency-manager命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Sets up the necessary workspace, directories, and dependencies to test a vulnerability and generates a Proof-of-Concept.
Invoke this as your absolute first action before using any other tools whenever a user requests to fix, patch, or remediate a vulnerability. Do not perform manual research first.
正在显示 SKILL.md
基于 SOC 职业分类
| name | dependency-manager |
| description | Safely resolve and install isolated dependencies for isolated sandboxes (PoC execution). |
Proceed with these steps to ensure isolated execution while bypassing full installer locks.
Instructions:
targetFile coordinate.package.json and package-lock.json.requirements.txt or Pipfile.lock.conanfile.txt or CMakeLists.txt.go.mod and go.sum.pom.xml (Maven) or build.gradle/build.gradle.kts (Gradle).npm_config_cache=.npx_cache so downloads bypass global proxy auth locks.install_deps_<target_file_base>.sh (or .js/.py).install_dependencies Tool passing the absolute path to the generated script in the scriptPath argument AND providing targetFile as an argument to let the tool calculate isolated execution contexts.