一键导入
snyk
Run Snyk security scans to find dependency vulnerabilities and source code issues. Use for monthly security reviews or when checking for new vulnerabilities.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run Snyk security scans to find dependency vulnerabilities and source code issues. Use for monthly security reviews or when checking for new vulnerabilities.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | snyk |
| description | Run Snyk security scans to find dependency vulnerabilities and source code issues. Use for monthly security reviews or when checking for new vulnerabilities. |
Run a Snyk security scan on this project.
Run which snyk to verify Snyk is installed. If not found, tell the user to install it with brew install snyk or npm install -g snyk.
Run snyk auth check or snyk whoami to verify authentication. If not authenticated, tell the user to run ! snyk auth to log in interactively.
snyk test (dependency vulnerabilities — primary scan)Run snyk test to scan Go module dependencies for known vulnerabilities.
This is the most important scan. Summarize the results:
go get upgrade commandssnyk code test (source code analysis — secondary scan)Run snyk code test to scan the project's own Go source code for security issues.
This scan is optional and secondary. Summarize the results:
Combine both scan results into a single prioritized plan:
snyk code testAsk the user which items they'd like to tackle, then help resolve them.