用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/oyi77/1ai-auto-bounty --skill xss-detection命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | xss-detection |
| description | Detect reflected, stored, and DOM-based cross-site scripting vulnerabilities |
| domain | web-security |
| subdomain | xss |
| tags | ["web","xss","injection","client-side"] |
| version | 1.0.0 |
| author | BerkahKarya |
| license | MIT |
Apply this skill when testing web applications for cross-site scripting (XSS) vulnerabilities.
xssprobe123) and observe where it appears in the response.<script>alert(1)</script>" onfocus="alert(1)';alert(1)//javascript:alert(1)<, >, ", ', and &. If not, the reflection is likely exploitable.alert(document.domain) to confirm execution in the browser context.<script>alert(document.domain)</script> — basic reflected<img src=x onerror=alert(1)> — event handler"><script>alert(1)</script> — attribute breakoutjavascript:alert(1) — URL scheme< instead of <)text/html (e.g., application/json)script-src 'none'Include the exact HTTP request and response showing the reflection and the payload that executed.