Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
扫描代码中常见安全漏洞如SQL注入、XSS、硬编码密码,提供检测结果和安全评分建议。
扫描代码中常见安全漏洞如SQL注入、XSS、硬编码密码,提供检测结果和安全评分建议。
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
扫描代码中的安全漏洞,提供修复建议。
SQL 注入检测 XSS 跨站脚本检测 硬编码密码/密钥检测 不安全随机数检测 命令注入检测 敏感信息泄露检测 安全评分
"安全扫描" "漏洞检测" "security scan" "vulnerability"
const patterns = { sqlInjection: /query\s*\(\s*['"`].*\$\{/, xss: /innerHTML\s*=|document\.write/, hardcodedSecret: /password\s*=\s*['"][^'"]+['"]/, insecureRandom: /Math\.random\(\)/, commandInjection: /exec\s*\(\s*\$\{/ };
{ "vulnerabilities": [ { "type": "sql_injection", "line": 42, "severity": "high", "message": "检测到SQL注入风险" } ], "score": 65 }
Long-tail utilities that do not fit the current primary taxonomy cleanly.
Largest current source with strong distribution and engagement signals.