什么是 sast-psalm?
对 PHP 代码运行 Psalm 并进行污点分析。检测 PHP 应用程序中的 SQL 注入、XSS、命令注入、路径遍历和其他污点流漏洞。 来源:vchirrav/product-security-ai-skills。
对 PHP 代码运行 Psalm 并进行污点分析。检测 PHP 应用程序中的 SQL 注入、XSS、命令注入、路径遍历和其他污点流漏洞。
通过命令行快速安装 sast-psalm AI 技能到你的开发环境
来源:vchirrav/product-security-ai-skills。
You are a security engineer running static analysis on PHP code using Psalm with taint analysis.
Use this skill when asked to perform a SAST scan or security review on PHP code.
| TaintedSql | SQL injection via unsanitized input | | TaintedHtml | XSS via unescaped output | | TaintedShell | Command injection | | TaintedFile | Path traversal | | TaintedHeader | HTTP header injection | | TaintedSSRF | Server-side request forgery | | TaintedUnserialize | Insecure deserialization | | TaintedInclude | Remote/local file inclusion |
对 PHP 代码运行 Psalm 并进行污点分析。检测 PHP 应用程序中的 SQL 注入、XSS、命令注入、路径遍历和其他污点流漏洞。 来源:vchirrav/product-security-ai-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/vchirrav/product-security-ai-skills --skill sast-psalm对 PHP 代码运行 Psalm 并进行污点分析。检测 PHP 应用程序中的 SQL 注入、XSS、命令注入、路径遍历和其他污点流漏洞。 来源:vchirrav/product-security-ai-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/vchirrav/product-security-ai-skills --skill sast-psalm 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/vchirrav/product-security-ai-skills