ソース情報
- リポジトリ
- oyi77/1ai-auto-bounty
- ソースの最終更新活動
- 2026年6月16日 19:33
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/oyi77/1ai-auto-bounty --skill xss-detectionコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.