opencode-skills-collection 4.0.42 → 4.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +49 -1
- package/bundled-skills/api-rate-limit-handler/SKILL.md +282 -0
- package/bundled-skills/api-security/SKILL.md +205 -0
- package/bundled-skills/api-security/references/jwt-oauth-testing.md +123 -0
- package/bundled-skills/api-security/references/rest-graphql-testing.md +137 -0
- package/bundled-skills/apk-reverse/SKILL.md +438 -0
- package/bundled-skills/apk-reverse/references/android-advanced.md +365 -0
- package/bundled-skills/apk-reverse/references/apk-security-checklist.md +230 -0
- package/bundled-skills/apk-reverse/references/frida-bypass-kit.md +70 -0
- package/bundled-skills/apk-reverse/references/frida-cookbook.md +472 -0
- package/bundled-skills/attack-chain/SKILL.md +185 -0
- package/bundled-skills/attack-chain/references/attack-playbooks.md +126 -0
- package/bundled-skills/attack-chain/references/evasion-cheatsheet.md +133 -0
- package/bundled-skills/attack-chain/references/lifecycle-checklist.md +37 -0
- package/bundled-skills/attack-chain/references/phases.md +490 -0
- package/bundled-skills/binary-diff/SKILL.md +320 -0
- package/bundled-skills/binary-diff/references/prompt-template.md +173 -0
- package/bundled-skills/browser-extension-reverse/SKILL.md +99 -0
- package/bundled-skills/browser-extension-reverse/references/extension-analysis.md +10 -0
- package/bundled-skills/case-review/SKILL.md +167 -0
- package/bundled-skills/cloud-k8s/SKILL.md +124 -0
- package/bundled-skills/cloud-k8s/references/k8s-cloud-checklist.md +16 -0
- package/bundled-skills/code-audit/SKILL.md +92 -0
- package/bundled-skills/code-audit/references/sast-review-checklist.md +10 -0
- package/bundled-skills/database-security/SKILL.md +81 -0
- package/bundled-skills/database-security/references/db-misconfig-checklist.md +9 -0
- package/bundled-skills/diagram-generator/SKILL.md +199 -0
- package/bundled-skills/diagram-generator/references/README.md +3 -0
- package/bundled-skills/diagram-generator/references/diagram-patterns.md +254 -0
- package/bundled-skills/digital-forensics/SKILL.md +93 -0
- package/bundled-skills/digital-forensics/references/forensics-triage.md +10 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/sources/sources.md +9 -0
- package/bundled-skills/docs/users/aas-core.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +3 -3
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/docs-generator/SKILL.md +197 -0
- package/bundled-skills/docs-generator/references/security-report-templates.md +348 -0
- package/bundled-skills/docs-generator/references/templates.md +102 -0
- package/bundled-skills/docs-generator/references/vendor-report-rules.md +263 -0
- package/bundled-skills/dotnet-reverse/SKILL.md +197 -0
- package/bundled-skills/dotnet-reverse/references/common-workflow.md +171 -0
- package/bundled-skills/dotnet-reverse/references/obfuscators.md +145 -0
- package/bundled-skills/dotnet-reverse/references/sharp-tools.md +164 -0
- package/bundled-skills/edr-bypass-re/SKILL.md +248 -0
- package/bundled-skills/edr-bypass-re/references/hook-survey.md +226 -0
- package/bundled-skills/edr-bypass-re/references/telemetry-blinding.md +346 -0
- package/bundled-skills/edr-bypass-re/references/unhook-techniques.md +338 -0
- package/bundled-skills/email-security/SKILL.md +81 -0
- package/bundled-skills/email-security/references/email-auth-checklist.md +8 -0
- package/bundled-skills/firmware-pentest/SKILL.md +381 -0
- package/bundled-skills/firmware-pentest/references/emba-automated-analysis.md +192 -0
- package/bundled-skills/firmware-pentest/references/emulation-and-fuzz.md +337 -0
- package/bundled-skills/firmware-pentest/references/extraction-methodology.md +285 -0
- package/bundled-skills/ghidra-reverse/SKILL.md +98 -0
- package/bundled-skills/ghidra-reverse/references/ghidra-cheatsheet.md +12 -0
- package/bundled-skills/go-rust-reverse/SKILL.md +82 -0
- package/bundled-skills/go-rust-reverse/references/go-rust-notes.md +5 -0
- package/bundled-skills/hardware-security/SKILL.md +80 -0
- package/bundled-skills/hardware-security/references/debug-interface-triage.md +7 -0
- package/bundled-skills/ida-reverse/SKILL.md +401 -0
- package/bundled-skills/ida-reverse/references/LOCAL-SETUP.md +66 -0
- package/bundled-skills/ida-reverse/references/ida-mcp-cheatsheet.md +515 -0
- package/bundled-skills/identity-federation/SKILL.md +81 -0
- package/bundled-skills/identity-federation/references/sso-flow-checklist.md +9 -0
- package/bundled-skills/instructree/SKILL.md +94 -0
- package/bundled-skills/js-reverse/SKILL.md +239 -0
- package/bundled-skills/js-reverse/references/ast-deobfuscation.md +3 -0
- package/bundled-skills/js-reverse/references/automation-entry.md +12 -0
- package/bundled-skills/js-reverse/references/env-patching.md +6 -0
- package/bundled-skills/js-reverse/references/fallbacks.md +8 -0
- package/bundled-skills/js-reverse/references/instrumentation.md +9 -0
- package/bundled-skills/js-reverse/references/local-rebuild.md +11 -0
- package/bundled-skills/js-reverse/references/mcp-task-template.md +30 -0
- package/bundled-skills/js-reverse/references/node-env-rebuild.md +9 -0
- package/bundled-skills/js-reverse/references/output-contract.md +9 -0
- package/bundled-skills/js-reverse/references/task-artifacts.md +11 -0
- package/bundled-skills/js-reverse/references/task-input-template.md +11 -0
- package/bundled-skills/js-reverse/references/tool-defaults.md +7 -0
- package/bundled-skills/llm-security/SKILL.md +160 -0
- package/bundled-skills/llm-security/references/agent-obedience-engineering.md +243 -0
- package/bundled-skills/llm-security/references/agent-security-testing.md +116 -0
- package/bundled-skills/llm-security/references/owasp-llm-top10.md +48 -0
- package/bundled-skills/llm-security/references/prompt-injection-methodology.md +107 -0
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +4 -4
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package.json +1 -1
- package/bundled-skills/lore/SKILL.md +104 -298
- package/bundled-skills/lore/references/audit-template.md +21 -4
- package/bundled-skills/lore/references/compatibility.md +51 -121
- package/bundled-skills/lore/references/config.md +22 -23
- package/bundled-skills/lore/references/entry-format.md +33 -3
- package/bundled-skills/lore/references/history-command.md +98 -2
- package/bundled-skills/lore/references/platform-mirrors.md +45 -16
- package/bundled-skills/lore/references/stale-new-markers.md +10 -8
- package/bundled-skills/lore/references/summary-template.md +8 -1
- package/bundled-skills/lore/references/workflows.md +192 -0
- package/bundled-skills/lore/scripts/README.md +14 -13
- package/bundled-skills/lore/scripts/README.zh-CN.md +14 -13
- package/bundled-skills/lore/scripts/find_duplicates.py +14 -4
- package/bundled-skills/lore/scripts/find_stale.py +68 -16
- package/bundled-skills/lore/scripts/history.py +235 -23
- package/bundled-skills/lore/scripts/id_hash.py +7 -4
- package/bundled-skills/lore/scripts/list_entries.py +82 -13
- package/bundled-skills/macos-reverse/SKILL.md +85 -0
- package/bundled-skills/macos-reverse/references/macho-triage.md +10 -0
- package/bundled-skills/malware-analysis/SKILL.md +311 -0
- package/bundled-skills/malware-analysis/references/anti-analysis-techniques.md +205 -0
- package/bundled-skills/malware-analysis/references/sandbox-orchestration.md +204 -0
- package/bundled-skills/malware-analysis/references/yara-sigma-rules.md +232 -0
- package/bundled-skills/mobile-reverse/SKILL.md +222 -0
- package/bundled-skills/mobile-reverse/references/anti-detection-bypass.md +182 -0
- package/bundled-skills/mobile-reverse/references/frida-objection-deep.md +218 -0
- package/bundled-skills/mobile-reverse/references/ios-reverse-guide.md +177 -0
- package/bundled-skills/muapi-media/SKILL.md +311 -0
- package/bundled-skills/ot-ics/SKILL.md +117 -0
- package/bundled-skills/ot-ics/references/ot-safe-assessment.md +10 -0
- package/bundled-skills/patch-diff-exploit/SKILL.md +278 -0
- package/bundled-skills/patch-diff-exploit/references/diff-tools-comparison.md +271 -0
- package/bundled-skills/patch-diff-exploit/references/patch-tuesday-workflow.md +253 -0
- package/bundled-skills/patch-diff-exploit/references/root-cause-and-poc.md +198 -0
- package/bundled-skills/pentest-tools/SKILL.md +346 -0
- package/bundled-skills/pentest-tools/references/ai-pentest-agents.md +148 -0
- package/bundled-skills/pentest-tools/references/ai-pentesting-landscape-2026.md +73 -0
- package/bundled-skills/pentest-tools/references/automation-loop-pattern.md +153 -0
- package/bundled-skills/pentest-tools/references/awesome-pentest-digest.md +175 -0
- package/bundled-skills/pentest-tools/references/burpsuite-mcp-guide.md +769 -0
- package/bundled-skills/pentest-tools/references/client-side-lab-playbook.md +155 -0
- package/bundled-skills/pentest-tools/references/kali-mcp-ecosystem.md +119 -0
- package/bundled-skills/pentest-tools/references/msf-protocol.md +169 -0
- package/bundled-skills/pentest-tools/references/network-attack-defense.md +350 -0
- package/bundled-skills/pentest-tools/references/nuclei-guide-2026.md +157 -0
- package/bundled-skills/pentest-tools/references/payloads.md +32 -0
- package/bundled-skills/pentest-tools/references/pentest-ai-agents-matrix.md +117 -0
- package/bundled-skills/pentest-tools/references/pentest-loop.md +270 -0
- package/bundled-skills/pentest-tools/references/recon-pipeline.md +154 -0
- package/bundled-skills/pentest-tools/references/templates/findings.md +21 -0
- package/bundled-skills/pentest-tools/references/templates/progress.md +17 -0
- package/bundled-skills/pentest-tools/references/templates/rules.md +35 -0
- package/bundled-skills/pentest-tools/references/templates/scope.md +29 -0
- package/bundled-skills/pentest-tools/references/templates/task_plan.md +27 -0
- package/bundled-skills/pentest-tools/references/web-attack-cheatsheet.md +387 -0
- package/bundled-skills/pentest-tools/src-hunter/SKILL.md +243 -0
- package/bundled-skills/pentest-tools/src-hunter/references/README.en.md +115 -0
- package/bundled-skills/pentest-tools/src-hunter/references/README.md +148 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/00-index.md +44 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/chinese-srcfingerprints.md +515 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/default-credentials-cn.md +274 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/00-index.md +66 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/banking-finance.md +338 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/telecom-isp.md +315 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/00-index.md +68 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/01-attack-priority.md +143 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/02-bypass-toolkit.md +357 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/03-evidence-discipline.md +205 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/04-control-gap-hunting.md +238 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/05-srctimebox-priority.md +161 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/adcs/346/224/273/345/207/273.md +254 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/exchange/346/224/273/345/207/273.md +254 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/sharepoint/346/224/273/345/207/273.md +113 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//344/277/241/346/201/257/346/224/266/351/233/206.md +947 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/205/215/346/235/200/344/270/216/350/247/204/351/201/277.md +780 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/207/255/350/257/201/347/252/203/345/217/226.md +1259 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/237/237/346/270/227/351/200/217/346/224/273/345/207/273.md +753 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/235/203/351/231/220/346/217/220/345/215/207.md +819 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/235/203/351/231/220/347/273/264/346/214/201.md +577 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/250/252/345/220/221/347/247/273/345/212/250.md +838 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//351/232/247/351/201/223/344/273/243/347/220/206.md +604 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ai/345/256/211/345/205/250.md +698 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/api/345/256/211/345/205/250.md +1935 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/csrf/350/267/250/347/253/231/350/257/267/346/261/202/344/274/252/351/200/240.md +952 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/jwt/345/256/211/345/205/250.md +496 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/lfi-rfi/346/226/207/344/273/266/345/214/205/345/220/253.md +1365 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/rce/350/277/234/347/250/213/344/273/243/347/240/201/346/211/247/350/241/214.md +1329 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/sql-nosql/346/263/250/345/205/245.md +1924 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ssrf/346/234/215/345/212/241/347/253/257/350/257/267/346/261/202/344/274/252/351/200/240.md +1256 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ssti/346/250/241/346/235/277/346/263/250/345/205/245.md +1151 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/websocket/345/256/211/345/205/250.md +487 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/xss/350/267/250/347/253/231/350/204/232/346/234/254.md +1465 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/xxe/345/256/236/344/275/223/346/263/250/345/205/245.md +815 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/270/232/345/212/241/351/200/273/350/276/221/346/274/217/346/264/236.md +594 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/272/221/345/256/211/345/205/250/346/274/217/346/264/236.md +561 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/276/233/345/272/224/351/223/276/346/224/273/345/207/273.md +399 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//345/216/237/345/236/213/351/223/276/346/261/241/346/237/223.md +401 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//345/274/200/346/224/276/351/207/215/345/256/232/345/220/221.md +396 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//346/226/207/344/273/266/346/274/217/346/264/236.md +0 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//346/241/206/346/236/266/346/274/217/346/264/236.md +2304 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//347/202/271/345/207/273/345/212/253/346/214/201.md +339 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//347/274/223/345/255/230/344/270/216cdn/345/256/211/345/205/250.md +497 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//350/256/244/350/257/201/346/274/217/346/264/236.md +1778 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//350/257/267/346/261/202/350/265/260/347/247/201.md +854 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/index.md +69 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/web/346/270/227/351/200/217.md +662 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/windows/346/270/227/351/200/217.md +100 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//344/277/241/346/201/257/346/224/266/351/233/206.md +852 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/206/205/347/275/221/346/270/227/351/200/217.md +873 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/207/255/350/257/201/347/252/203/345/217/226.md +186 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/237/237/346/270/227/351/200/217.md +50 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/257/206/347/240/201/346/224/273/345/207/273.md +462 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//346/235/203/351/231/220/346/217/220/345/215/207.md +168 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//346/274/217/346/264/236/345/210/251/347/224/250.md +445 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/263/273/347/273/237/345/221/275/344/273/244.md +410 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/272/242/351/230/237/345/267/245/345/205/267.md +64 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/274/226/347/240/201/350/247/243/347/240/201.md +226 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//351/232/247/351/201/223/344/273/243/347/220/206.md +84 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/waf-bypass.md +6504 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/00-index.md +57 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/api-rest.md +2050 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/arbitrary-x-authz.md +481 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/dos.md +615 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/file-upload.md +1365 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/graphql.md +253 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/http-smuggling.md +924 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/info-disclosure.md +432 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/intranet-postexp.md +4845 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/llm-prompt-injection.md +1394 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/logic-flaws.md +1796 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/mobile.md +397 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/oauth-saml-jwt.md +2504 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/path-traversal.md +1297 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/race-conditions.md +207 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/rce.md +4829 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/sqli.md +1620 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/ssrf-cache-host.md +2098 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/unauth-access.md +330 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/xss.md +1159 -0
- package/bundled-skills/pentest-tools/src-hunter/references/templates/report-submission.md +346 -0
- package/bundled-skills/pentest-tools/src-hunter/references/tools/mcp-jshook.md +174 -0
- package/bundled-skills/poka-yoke/SKILL.md +172 -0
- package/bundled-skills/project-state-governor/SKILL.md +1 -1
- package/bundled-skills/project-state-governor/references/project-state-schema.md +1 -1
- package/bundled-skills/protocol-reverse/SKILL.md +108 -0
- package/bundled-skills/protocol-reverse/references/protocol-workflow.md +29 -0
- package/bundled-skills/pwn-chain/SKILL.md +209 -0
- package/bundled-skills/pwn-chain/references/heap-pwn.md +283 -0
- package/bundled-skills/pwn-chain/references/kernel-pwn.md +370 -0
- package/bundled-skills/pwn-chain/references/stack-pwn.md +312 -0
- package/bundled-skills/radare2/SKILL.md +460 -0
- package/bundled-skills/radare2/references/cheatsheet.md +129 -0
- package/bundled-skills/radio-sdr/SKILL.md +77 -0
- package/bundled-skills/radio-sdr/references/sdr-lab-rules.md +6 -0
- package/bundled-skills/reverse-browser-automation/SKILL.md +249 -0
- package/bundled-skills/reverse-browser-automation/references/playwright-cheatsheet.md +425 -0
- package/bundled-skills/reverse-engineering/SKILL.md +213 -0
- package/bundled-skills/reverse-engineering/dsl-vm-reverse/SKILL.md +388 -0
- package/bundled-skills/reverse-engineering/references/ai-assisted-re.md +149 -0
- package/bundled-skills/reverse-engineering/references/anti-analysis.md +836 -0
- package/bundled-skills/reverse-engineering/references/awesome-re-resources.md +135 -0
- package/bundled-skills/reverse-engineering/references/crypto-decode-tools.md +220 -0
- package/bundled-skills/reverse-engineering/references/elf-analysis.md +296 -0
- package/bundled-skills/reverse-engineering/references/field-notes.md +540 -0
- package/bundled-skills/reverse-engineering/references/go-reverse.md +240 -0
- package/bundled-skills/reverse-engineering/references/kernel-driver-reverse.md +298 -0
- package/bundled-skills/reverse-engineering/references/languages-compiled.md +587 -0
- package/bundled-skills/reverse-engineering/references/languages-platforms.md +486 -0
- package/bundled-skills/reverse-engineering/references/languages.md +499 -0
- package/bundled-skills/reverse-engineering/references/nonpe-format-cookbook.md +301 -0
- package/bundled-skills/reverse-engineering/references/ollvm-deobfuscation.md +501 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf-2.md +397 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf-3.md +719 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf.md +532 -0
- package/bundled-skills/reverse-engineering/references/patterns.md +801 -0
- package/bundled-skills/reverse-engineering/references/platforms-hardware.md +304 -0
- package/bundled-skills/reverse-engineering/references/platforms.md +442 -0
- package/bundled-skills/reverse-engineering/references/re-agent-workflow.md +240 -0
- package/bundled-skills/reverse-engineering/references/tools-advanced.md +822 -0
- package/bundled-skills/reverse-engineering/references/tools-dynamic.md +846 -0
- package/bundled-skills/reverse-engineering/references/tools.md +546 -0
- package/bundled-skills/spec-driven-loop/SKILL.md +203 -0
- package/bundled-skills/spec-driven-loop/references/agent-and-judge-contracts.md +120 -0
- package/bundled-skills/spec-driven-loop/references/document-templates.md +184 -0
- package/bundled-skills/supply-chain-security/SKILL.md +180 -0
- package/bundled-skills/supply-chain-security/references/cicd-pipeline-security.md +137 -0
- package/bundled-skills/supply-chain-security/references/sbom-sca-methodology.md +74 -0
- package/bundled-skills/thick-client/SKILL.md +104 -0
- package/bundled-skills/thick-client/references/thick-client-checklist.md +9 -0
- package/bundled-skills/threat-hunting/SKILL.md +94 -0
- package/bundled-skills/threat-hunting/references/hunting-loop.md +5 -0
- package/bundled-skills/threat-intelligence/SKILL.md +176 -0
- package/bundled-skills/threat-intelligence/references/x-public-intelligence.md +93 -0
- package/bundled-skills/tree-ring-memory/SKILL.md +29 -9
- package/bundled-skills/wifi-wireless/SKILL.md +80 -0
- package/bundled-skills/wifi-wireless/references/wireless-lab-rules.md +6 -0
- package/bundled-skills/windows-ad/SKILL.md +109 -0
- package/bundled-skills/windows-ad/references/ad-attack-paths.md +12 -0
- package/package.json +1 -1
- package/skills_index.json +1281 -3
- package/bundled-skills/lore/README.md +0 -386
- package/bundled-skills/lore/README.zh-CN.md +0 -386
- package/bundled-skills/lore/WORKFLOWS.md +0 -216
- package/bundled-skills/lore/WORKFLOWS.zh-CN.md +0 -216
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: case-review
|
|
3
|
+
description: "Quality-gate review of a reverse-engineering or assessment case package: scope readiness, Evidence-to-Finding-to-Path traceability, work-item coverage, timeline consistency, and artifact hashes."
|
|
4
|
+
risk: safe
|
|
5
|
+
source: "https://github.com/zhaoxuya520/reverse-skill"
|
|
6
|
+
source_repo: "zhaoxuya520/reverse-skill"
|
|
7
|
+
source_type: community
|
|
8
|
+
date_added: "2026-08-25"
|
|
9
|
+
license: "MIT"
|
|
10
|
+
license_source: "https://github.com/zhaoxuya520/reverse-skill/blob/main/LICENSE"
|
|
11
|
+
---
|
|
12
|
+
# Evidence Graph Review
|
|
13
|
+
## When to Use
|
|
14
|
+
|
|
15
|
+
- Before delivering an analysis report, verify traceability and completeness.
|
|
16
|
+
- Auditing whether conclusions are backed by recorded evidence.
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
Use this skill when a reverse engineering, forensics, CTF, or authorized security case needs a defensible handoff. It audits the existing `work/<case>/` package without changing the case or touching a target.
|
|
20
|
+
|
|
21
|
+
## Scope
|
|
22
|
+
|
|
23
|
+
This skill covers:
|
|
24
|
+
|
|
25
|
+
- Scope metadata and target-activity readiness
|
|
26
|
+
- Evidence record structure and reproducibility fields
|
|
27
|
+
- References from work items and timeline entries to Evidence
|
|
28
|
+
- Structured Findings and Paths in report Markdown
|
|
29
|
+
- Optional SHA-256 verification for case-local artifacts
|
|
30
|
+
- A Markdown or JSON review result for a report handoff
|
|
31
|
+
|
|
32
|
+
It MUST NOT perform reconnaissance, exploitation, dynamic instrumentation, or target changes. Those actions belong to the routed analysis skill and require the case scope gate.
|
|
33
|
+
|
|
34
|
+
## Tool dependencies
|
|
35
|
+
|
|
36
|
+
| Tool | Required | Purpose | Auto-bootstrap |
|
|
37
|
+
|------|----------|---------|---------------|
|
|
38
|
+
| Python 3.9+ | Yes | Runs the read-only case review script | No, use the platform Python installation |
|
|
39
|
+
|
|
40
|
+
No network access or third-party package is required.
|
|
41
|
+
|
|
42
|
+
## Workflow
|
|
43
|
+
|
|
44
|
+
### Phase 1: Intake
|
|
45
|
+
|
|
46
|
+
Run the review against the existing case directory:
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
python3 skills/case-review/scripts/review_case.py work/<case> --format markdown
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
Confirm that `scope.md`, `timeline.md`, `workitems.md`, and `evidence/` are present. A non-strict review reports scope warnings while a strict review treats warnings as handoff blockers.
|
|
53
|
+
|
|
54
|
+
## 建议下一步(选一个编号)
|
|
55
|
+
|
|
56
|
+
1. 修复 scope.md 中的授权、范围或 network_profile 字段
|
|
57
|
+
2. 继续检查 Evidence 记录的可复现命令和来源
|
|
58
|
+
3. 导出当前 review 结果并附到阶段性报告
|
|
59
|
+
4. 换 JSON 输出接入 CI 或其他审查工具
|
|
60
|
+
5. 暂停,先确认审查范围
|
|
61
|
+
|
|
62
|
+
### Phase 2: Traceability
|
|
63
|
+
|
|
64
|
+
Review the checks for:
|
|
65
|
+
|
|
66
|
+
- Evidence IDs that do not exist
|
|
67
|
+
- Findings without `evidence_ids`
|
|
68
|
+
- Paths without an allowed `path_type` or Evidence reference
|
|
69
|
+
- Work items and timeline entries pointing to unknown Evidence
|
|
70
|
+
- Unlinked Evidence records
|
|
71
|
+
- Validated Findings with low confidence
|
|
72
|
+
|
|
73
|
+
An offline observation may use `repro_command: n/a` only when its `notes` field explicitly documents the offline limitation.
|
|
74
|
+
|
|
75
|
+
Use JSON when another tool needs stable fields:
|
|
76
|
+
|
|
77
|
+
```bash
|
|
78
|
+
python3 skills/case-review/scripts/review_case.py work/<case> --format json
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## 建议下一步(选一个编号)
|
|
82
|
+
|
|
83
|
+
1. 补写缺失的 Evidence,并保留原始命令
|
|
84
|
+
2. 将候选 Finding 绑定到 Evidence 后重新审查
|
|
85
|
+
3. 为调用链或攻击链补充 P-id 和 Path 步骤
|
|
86
|
+
4. 生成 Markdown handoff summary
|
|
87
|
+
5. 换回 PRIMARY skill 继续分析
|
|
88
|
+
|
|
89
|
+
### Phase 3: Fixity verification
|
|
90
|
+
|
|
91
|
+
When an Evidence record contains both `content_hash` and `artifact_path`, verify the case-local artifact:
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
python3 skills/case-review/scripts/review_case.py work/<case> --verify-hashes --strict
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
The script accepts `sha256:<64 hex characters>` and checks that the artifact remains inside the case root. A hash mismatch is a hard failure.
|
|
98
|
+
|
|
99
|
+
The PowerShell Evidence helper can record a hash while appending a record:
|
|
100
|
+
|
|
101
|
+
```powershell
|
|
102
|
+
powershell -File skills/scripts/append-evidence.ps1 -CaseRoot work\<case> -Id E-001 -Title "Sample hash" -ReproCommand "sha256sum evidence/sample.bin" -ArtifactPath "evidence\sample.bin"
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
## 建议下一步(选一个编号)
|
|
106
|
+
|
|
107
|
+
1. 修复 hash mismatch 或替换已污染的工作副本
|
|
108
|
+
2. 为未固定的原始文件补充 SHA-256 和 artifact_path
|
|
109
|
+
3. 继续进入报告生成阶段
|
|
110
|
+
4. 导出 JSON 结果供 CI 保存
|
|
111
|
+
5. 暂停并请求人工复核
|
|
112
|
+
|
|
113
|
+
### Phase 4: Handoff
|
|
114
|
+
|
|
115
|
+
Use strict mode before a final report or specialist handoff:
|
|
116
|
+
|
|
117
|
+
```bash
|
|
118
|
+
python3 skills/case-review/scripts/review_case.py work/<case> --strict --format markdown > work/<case>/report/case-review.md
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
The command is read-only with respect to the case unless shell redirection is explicitly used to save its output. The review is not legal advice and does not replace organizational evidence handling procedures.
|
|
122
|
+
|
|
123
|
+
## 建议下一步(选一个编号)
|
|
124
|
+
|
|
125
|
+
1. 将通过的 review 结果交给 `docs-generator/` 生成正式报告
|
|
126
|
+
2. 回到 PRIMARY skill 补齐新的分析证据
|
|
127
|
+
3. 归档 Markdown 和 JSON review 结果
|
|
128
|
+
4. 暂停并请求人工复核
|
|
129
|
+
|
|
130
|
+
## Language behavior contract
|
|
131
|
+
|
|
132
|
+
- Internal reasoning, tool selection, and phase control: English.
|
|
133
|
+
- User-visible messages, section labels, reports, and next-step menus: Chinese unless the user requests another language.
|
|
134
|
+
- Default bilingual labels place Chinese first and English second, separated by `/`.
|
|
135
|
+
|
|
136
|
+
## Bootstrap boundary
|
|
137
|
+
|
|
138
|
+
This skill has no third-party dependency. If Python 3 is unavailable, the only allowed recovery action is the repository bootstrap path when a Python capability is registered for the current platform. If no such capability is registered, stop and report the missing runtime. Do not guess executable paths, download packages, or perform a manual install from inside this skill.
|
|
139
|
+
|
|
140
|
+
## Routing context
|
|
141
|
+
|
|
142
|
+
**Upstream entry**: any reverse, forensics, CTF, or authorized security skill that has produced a case package.
|
|
143
|
+
|
|
144
|
+
**Downstream exit**: `docs-generator/` for a formal report, or the original PRIMARY skill when the graph is incomplete.
|
|
145
|
+
|
|
146
|
+
**Related modules**: `ops/evidence-finding-path.md`, `ops/timeline-workitem.md`, `digital-forensics/`, `reverse-engineering/`, and `docs-generator/`.
|
|
147
|
+
|
|
148
|
+
## References
|
|
149
|
+
|
|
150
|
+
- [NIST SP 800-86: Guide to Integrating Forensic Techniques into Incident Response](https://csrc.nist.gov/pubs/sp/800/86/final)
|
|
151
|
+
- [SWGDE Best Practices for Computer Forensic Acquisitions](https://www.swgde.org/documents/published-complete-listing/17-f-002-2-1/)
|
|
152
|
+
- [SWGDE Best Practices for Archiving Digital and Multimedia Evidence](https://www.swgde.org/documents/published-complete-listing/19-f-003-best-practices-for-archiving-digital-and-multimedia-evidence/)
|
|
153
|
+
|
|
154
|
+
## 任务完成自检
|
|
155
|
+
|
|
156
|
+
- [ ] 我是否审查了 scope.md、timeline.md、workitems.md 和 evidence/?
|
|
157
|
+
- [ ] 所有 Finding 是否引用了现存 Evidence?
|
|
158
|
+
- [ ] 所有 Path 是否包含合法 path_type 和 Evidence 引用?
|
|
159
|
+
- [ ] 是否执行了 hash verification,或记录了未执行原因?
|
|
160
|
+
- [ ] 是否以 strict 模式重新运行并保存了 review 结果?
|
|
161
|
+
|
|
162
|
+
## Limitations
|
|
163
|
+
|
|
164
|
+
- Expects a structured case layout (scope, evidence, findings); ad-hoc notes need pre-organization.
|
|
165
|
+
- Reviews documentation quality, not the technical correctness of findings.
|
|
166
|
+
|
|
167
|
+
> Adapted from [zhaoxuya520/reverse-skill](https://github.com/zhaoxuya520/reverse-skill) (MIT).
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cloud-k8s
|
|
3
|
+
description: "Authorized cloud, container, and Kubernetes security assessment: metadata SSRF, IAM misconfiguration, container escape paths, and cluster RBAC review."
|
|
4
|
+
risk: offensive
|
|
5
|
+
source: "https://github.com/zhaoxuya520/reverse-skill"
|
|
6
|
+
source_repo: "zhaoxuya520/reverse-skill"
|
|
7
|
+
source_type: community
|
|
8
|
+
date_added: "2026-08-25"
|
|
9
|
+
license: "MIT"
|
|
10
|
+
license_source: "https://github.com/zhaoxuya520/reverse-skill/blob/main/LICENSE"
|
|
11
|
+
---
|
|
12
|
+
> **⚠️ AUTHORIZED USE ONLY**
|
|
13
|
+
> This skill is for educational purposes or authorized security assessments only.
|
|
14
|
+
> You must have explicit, written permission from the system owner before using this tool.
|
|
15
|
+
> Misuse of this tool is illegal and strictly prohibited.
|
|
16
|
+
|
|
17
|
+
> **Mandatory confirmation gate**
|
|
18
|
+
> Before running any command that probes, exploits, changes, persists on, extracts data from, or attempts credential access against a target:
|
|
19
|
+
> 1. Ask the user to state the exact target URL, IP, account, or resource.
|
|
20
|
+
> 2. Ask the user to confirm written authorization and the permitted scope.
|
|
21
|
+
> 3. Show the exact command(s) and explain their expected effect.
|
|
22
|
+
> 4. Wait for explicit confirmation in the current conversation.
|
|
23
|
+
>
|
|
24
|
+
> Without that confirmation, remain read-only and provide defensive guidance only. Prefer a sandbox, disposable VM, or controlled lab.
|
|
25
|
+
|
|
26
|
+
# Cloud / Container / Kubernetes Security
|
|
27
|
+
## When to Use
|
|
28
|
+
|
|
29
|
+
- Assessing cloud workload or Kubernetes cluster security within an approved scope.
|
|
30
|
+
- Reviewing IAM/RBAC configurations for privilege-escalation paths.
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 适用场景
|
|
34
|
+
|
|
35
|
+
- 云元数据 SSRF(169.254.169.254 / IMDS)
|
|
36
|
+
- IAM 过度权限、公开存储桶、错误安全组
|
|
37
|
+
- Docker/containerd 逃逸路径评估
|
|
38
|
+
- Kubernetes RBAC、Secrets、Admission、供应链镜像
|
|
39
|
+
- 容器镜像漏洞(可联动 `supply-chain-security/`)
|
|
40
|
+
|
|
41
|
+
## 工作流
|
|
42
|
+
|
|
43
|
+
### Phase 1 — 身份与边界
|
|
44
|
+
|
|
45
|
+
```text
|
|
46
|
+
□ 当前身份:云 AK/SK、K8s SA、节点 SSH?
|
|
47
|
+
□ 范围:单账号 / 单 cluster / 单 namespace
|
|
48
|
+
□ 网络档:authorized_target_only
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
### Phase 2 — 云控制面
|
|
52
|
+
|
|
53
|
+
```bash
|
|
54
|
+
# 示例(按厂商替换;MUST 在授权账号内)
|
|
55
|
+
aws sts get-caller-identity
|
|
56
|
+
aws s3 ls
|
|
57
|
+
# Azure / GCP 对应 identity 命令
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
```text
|
|
61
|
+
□ 公开桶 / 错误 ACL
|
|
62
|
+
□ 元数据:IMDSv1 vs v2;SSRF 链
|
|
63
|
+
□ 角色可扮演(PassRole)与横向
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
### Phase 3 — 容器
|
|
67
|
+
|
|
68
|
+
```text
|
|
69
|
+
□ 是否 privileged / hostPath / hostNetwork
|
|
70
|
+
□ capabilities(SYS_ADMIN 等)
|
|
71
|
+
□ 可写宿主机路径 → 逃逸候选
|
|
72
|
+
□ 镜像历史与已知 CVE → Trivy
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
### Phase 4 — Kubernetes
|
|
76
|
+
|
|
77
|
+
```bash
|
|
78
|
+
kubectl auth can-i --list
|
|
79
|
+
kubectl get pods,secrets,svc -A
|
|
80
|
+
kubectl get clusterrolebindings
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
```text
|
|
84
|
+
□ SA token 挂载与权限
|
|
85
|
+
□ 危险 admission webhook 缺失
|
|
86
|
+
□ etcd / dashboard 暴露
|
|
87
|
+
□ 网络策略是否默认放行
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
## 工具链
|
|
91
|
+
|
|
92
|
+
| 工具 | 用途 | 自举 |
|
|
93
|
+
|------|------|------|
|
|
94
|
+
| kubectl | 集群交互 | 手动 |
|
|
95
|
+
| trivy | 镜像/IaC | bootstrap `trivy` 若可用 |
|
|
96
|
+
| kube-bench / kubeaudit | CIS/配置 | 手动 |
|
|
97
|
+
| pacu / scoutsuite | 云审计(授权) | 手动 |
|
|
98
|
+
| nuclei | 已知云漏洞模板 | bootstrap nmap/nuclei 生态 |
|
|
99
|
+
|
|
100
|
+
## 参考
|
|
101
|
+
|
|
102
|
+
- `references/k8s-cloud-checklist.md`
|
|
103
|
+
- CTF 对照:`../../CTF-Sandbox-Orchestrator/competition-agent-cloud/`
|
|
104
|
+
- `../supply-chain-security/` `../pentest-tools/`
|
|
105
|
+
|
|
106
|
+
## 路由上下文
|
|
107
|
+
|
|
108
|
+
**上游**: MASTER R23
|
|
109
|
+
**下游**: 拿到节点 shell → `attack-chain` / `windows-ad`;镜像漏洞 → supply-chain
|
|
110
|
+
**MUST NOT**: 未授权扫公有云其他租户
|
|
111
|
+
|
|
112
|
+
## 任务完成自检
|
|
113
|
+
|
|
114
|
+
- [ ] 是否限定在授权账号/cluster?
|
|
115
|
+
- [ ] 发现是否含复现与影响?
|
|
116
|
+
- [ ] 是否避免破坏性操作?
|
|
117
|
+
- [ ] 报告 / journal?
|
|
118
|
+
|
|
119
|
+
## Limitations
|
|
120
|
+
|
|
121
|
+
- Cloud provider API calls may incur cost and trigger alerts; coordinate with the owner.
|
|
122
|
+
- Escape-path validation must stay inside disposable lab clusters.
|
|
123
|
+
|
|
124
|
+
> Adapted from [zhaoxuya520/reverse-skill](https://github.com/zhaoxuya520/reverse-skill) (MIT).
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Cloud / K8s 检查清单(精简)
|
|
2
|
+
|
|
3
|
+
## IMDS
|
|
4
|
+
- [ ] SSRF 是否可达 169.254.169.254
|
|
5
|
+
- [ ] 是否强制 IMDSv2
|
|
6
|
+
- [ ] 返回的 IAM 角色权限面
|
|
7
|
+
|
|
8
|
+
## K8s 高危
|
|
9
|
+
- [ ] cluster-admin 绑定过多
|
|
10
|
+
- [ ] secrets 明文环境变量
|
|
11
|
+
- [ ] privileged + hostPID/hostPath 组合
|
|
12
|
+
- [ ] 匿名 auth / insecure apiserver 端口
|
|
13
|
+
|
|
14
|
+
## 容器
|
|
15
|
+
- [ ] 以 root 运行
|
|
16
|
+
- [ ] 可加载内核模块 / docker.sock 挂载
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: code-audit
|
|
3
|
+
description: "Authorized source-code security review and SAST workflows: Semgrep and CodeQL pattern hunting, dangerous API identification, and fix verification."
|
|
4
|
+
risk: safe
|
|
5
|
+
source: "https://github.com/zhaoxuya520/reverse-skill"
|
|
6
|
+
source_repo: "zhaoxuya520/reverse-skill"
|
|
7
|
+
source_type: community
|
|
8
|
+
date_added: "2026-08-25"
|
|
9
|
+
license: "MIT"
|
|
10
|
+
license_source: "https://github.com/zhaoxuya520/reverse-skill/blob/main/LICENSE"
|
|
11
|
+
---
|
|
12
|
+
# Source Code Security Audit
|
|
13
|
+
## When to Use
|
|
14
|
+
|
|
15
|
+
- Reviewing a codebase for security defects with static analysis.
|
|
16
|
+
- Verifying that a vulnerability fix actually removes the flawed pattern.
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 适用场景
|
|
20
|
+
|
|
21
|
+
- 白盒审计、PR/差分安全审查
|
|
22
|
+
- Semgrep / CodeQL / Bandit / gosec 等 SAST
|
|
23
|
+
- 危险 API、注入点、鉴权缺失、加密误用
|
|
24
|
+
- 与 `supply-chain-security/` 分工:本 skill 偏**自有代码逻辑**,供应链偏依赖与管道
|
|
25
|
+
|
|
26
|
+
## 工作流
|
|
27
|
+
|
|
28
|
+
### 1. 范围与威胁模型
|
|
29
|
+
|
|
30
|
+
```text
|
|
31
|
+
□ 信任边界:用户输入、文件、反序列化、SSRF、鉴权中间件
|
|
32
|
+
□ 高价值资产:鉴权、支付、管理端、密钥处理
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
### 2. 自动扫描
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
semgrep --config auto .
|
|
39
|
+
# 或项目规则包
|
|
40
|
+
semgrep --config p/owasp-top-ten .
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### 3. 人工验证(MUST)
|
|
44
|
+
|
|
45
|
+
```text
|
|
46
|
+
□ 每个 SAST 命中:可达性?可利用性?误报?
|
|
47
|
+
□ 鉴权:IDOR/越权、缺校验、错误的多租户隔离
|
|
48
|
+
□ 注入:SQL/命令/模板/LDAP
|
|
49
|
+
□ 加密:硬编码密钥、ECB、自定义 crypto
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
### 4. 产出
|
|
53
|
+
|
|
54
|
+
```text
|
|
55
|
+
Finding:位置 + 数据流 + PoC + 修复建议
|
|
56
|
+
可选 ATT&CK / CWE 编号
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
## 工具链
|
|
60
|
+
|
|
61
|
+
| 工具 | 语言/场景 |
|
|
62
|
+
|------|-----------|
|
|
63
|
+
| Semgrep | 多语言快速规则 |
|
|
64
|
+
| CodeQL | 深数据流(GitHub) |
|
|
65
|
+
| Bandit | Python |
|
|
66
|
+
| gosec / staticcheck | Go |
|
|
67
|
+
| SpotBugs / FindSecBugs | Java |
|
|
68
|
+
|
|
69
|
+
## 参考
|
|
70
|
+
|
|
71
|
+
- `references/sast-review-checklist.md`
|
|
72
|
+
- `../supply-chain-security/` `../api-security/` `../llm-security/`(Agent 代码)
|
|
73
|
+
|
|
74
|
+
## 路由上下文
|
|
75
|
+
|
|
76
|
+
**上游**: MASTER R26
|
|
77
|
+
**角色**: `ops/role-map.md` cae
|
|
78
|
+
**下游**: 依赖漏洞 → supply-chain;运行时验证 → pentest-tools
|
|
79
|
+
|
|
80
|
+
## 任务完成自检
|
|
81
|
+
|
|
82
|
+
- [ ] 是否人工验证而非只贴扫描器输出?
|
|
83
|
+
- [ ] 是否含修复建议?
|
|
84
|
+
- [ ] 是否限定在授权仓库范围?
|
|
85
|
+
- [ ] Checklist?
|
|
86
|
+
|
|
87
|
+
## Limitations
|
|
88
|
+
|
|
89
|
+
- Static analysis produces false positives; manual triage is required.
|
|
90
|
+
- Coverage depends on language support of the chosen SAST engine.
|
|
91
|
+
|
|
92
|
+
> Adapted from [zhaoxuya520/reverse-skill](https://github.com/zhaoxuya520/reverse-skill) (MIT).
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: database-security
|
|
3
|
+
description: "Authorized database security assessment across PostgreSQL, MySQL, MSSQL, MongoDB, and Redis: exposure, authorization gaps, UDF/command execution paths, and misconfiguration review."
|
|
4
|
+
risk: offensive
|
|
5
|
+
source: "https://github.com/zhaoxuya520/reverse-skill"
|
|
6
|
+
source_repo: "zhaoxuya520/reverse-skill"
|
|
7
|
+
source_type: community
|
|
8
|
+
date_added: "2026-08-25"
|
|
9
|
+
license: "MIT"
|
|
10
|
+
license_source: "https://github.com/zhaoxuya520/reverse-skill/blob/main/LICENSE"
|
|
11
|
+
---
|
|
12
|
+
> **⚠️ AUTHORIZED USE ONLY**
|
|
13
|
+
> This skill is for educational purposes or authorized security assessments only.
|
|
14
|
+
> You must have explicit, written permission from the system owner before using this tool.
|
|
15
|
+
> Misuse of this tool is illegal and strictly prohibited.
|
|
16
|
+
|
|
17
|
+
> **Mandatory confirmation gate**
|
|
18
|
+
> Before running any command that probes, exploits, changes, persists on, extracts data from, or attempts credential access against a target:
|
|
19
|
+
> 1. Ask the user to state the exact target URL, IP, account, or resource.
|
|
20
|
+
> 2. Ask the user to confirm written authorization and the permitted scope.
|
|
21
|
+
> 3. Show the exact command(s) and explain their expected effect.
|
|
22
|
+
> 4. Wait for explicit confirmation in the current conversation.
|
|
23
|
+
>
|
|
24
|
+
> Without that confirmation, remain read-only and provide defensive guidance only. Prefer a sandbox, disposable VM, or controlled lab.
|
|
25
|
+
|
|
26
|
+
# Database Security Assessment
|
|
27
|
+
## When to Use
|
|
28
|
+
|
|
29
|
+
- Assessing database hardening and exposure within an approved scope.
|
|
30
|
+
- Checking authz boundaries and risky server-side execution features.
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 适用场景
|
|
34
|
+
|
|
35
|
+
- 数据库未授权/弱口令/错误绑定 0.0.0.0
|
|
36
|
+
- 权限过大、危险功能(xp_cmdshell、COPY PROGRAM、UDF)
|
|
37
|
+
- 横向:从应用账号到 DBA
|
|
38
|
+
- NoSQL 注入与 Redis 写文件等(授权环境)
|
|
39
|
+
|
|
40
|
+
## 工作流
|
|
41
|
+
|
|
42
|
+
```text
|
|
43
|
+
□ 网络暴露与 TLS
|
|
44
|
+
□ 账号角色与 grantee
|
|
45
|
+
□ 敏感表访问控制
|
|
46
|
+
□ 危险配置:file_priv、xp_cmdshell、load_file
|
|
47
|
+
□ 审计日志是否开启
|
|
48
|
+
□ 备份与快照权限
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
## 工具链
|
|
52
|
+
|
|
53
|
+
| 工具 | 用途 |
|
|
54
|
+
|------|------|
|
|
55
|
+
| 官方 CLI | 连接与枚举 |
|
|
56
|
+
| sqlmap | 注入验证(授权) |
|
|
57
|
+
| nuclei | 已知暴露模板 |
|
|
58
|
+
| 云 RDS 控制台审计 | 配置 |
|
|
59
|
+
|
|
60
|
+
## 参考
|
|
61
|
+
|
|
62
|
+
- `references/db-misconfig-checklist.md`
|
|
63
|
+
- `../pentest-tools/` `../cloud-k8s/`
|
|
64
|
+
|
|
65
|
+
## 路由上下文
|
|
66
|
+
|
|
67
|
+
**上游**: MASTER R35
|
|
68
|
+
**下游**: 获 OS 命令 → attack-chain;云托管 → cloud-k8s
|
|
69
|
+
|
|
70
|
+
## 任务完成自检
|
|
71
|
+
|
|
72
|
+
- [ ] 是否避免未授权写删?
|
|
73
|
+
- [ ] 是否区分配置问题与可利用链?
|
|
74
|
+
- [ ] Checklist?
|
|
75
|
+
|
|
76
|
+
## Limitations
|
|
77
|
+
|
|
78
|
+
- Never run against production data stores without explicit written approval.
|
|
79
|
+
- Active exploitation paths (UDF/command exec) are destructive-capable; simulate first.
|
|
80
|
+
|
|
81
|
+
> Adapted from [zhaoxuya520/reverse-skill](https://github.com/zhaoxuya520/reverse-skill) (MIT).
|