opencode-skills-collection 4.0.43 → 4.0.45
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 +47 -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/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/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/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 +1214 -2
|
@@ -39,7 +39,7 @@ If you came in through a **Claude Code** or **Codex** plugin instead of AAS Core
|
|
|
39
39
|
|
|
40
40
|
When you ran `npx agentic-awesome-skills` or cloned the repository, you:
|
|
41
41
|
|
|
42
|
-
✅ **Downloaded 2,
|
|
42
|
+
✅ **Downloaded 2,074+ skill files** to your computer (default: `~/.agents/skills/`; or a custom path like `~/.agent/skills/` if you used `--path`)
|
|
43
43
|
✅ **Made them available** to your AI assistant
|
|
44
44
|
❌ **Did NOT enable them all automatically** (they're just sitting there, waiting)
|
|
45
45
|
|
|
@@ -231,7 +231,7 @@ Let's actually use a skill right now. Follow these steps:
|
|
|
231
231
|
|
|
232
232
|
## Direct-install Step 5: Pick Skills Manually
|
|
233
233
|
|
|
234
|
-
Don't try to use all 2,
|
|
234
|
+
Don't try to use all 2,074+ skills at once. Here's a sensible approach:
|
|
235
235
|
|
|
236
236
|
If you want a tool-specific starting point before choosing skills, use:
|
|
237
237
|
|
|
@@ -362,7 +362,7 @@ Usually no, but if your AI doesn't recognize a skill:
|
|
|
362
362
|
|
|
363
363
|
### "Can I load all skills into the model at once?"
|
|
364
364
|
|
|
365
|
-
No. Even though you have 2,
|
|
365
|
+
No. Even though you have 2,074+ skills installed locally, you should **not** concatenate every `SKILL.md` into a single system prompt or context block.
|
|
366
366
|
|
|
367
367
|
The intended pattern is:
|
|
368
368
|
|
|
@@ -40,7 +40,7 @@ agentic-awesome-skills/
|
|
|
40
40
|
├── 📄 CONTRIBUTING.md ← Contributor workflow
|
|
41
41
|
├── 📄 CATALOG.md ← Full generated catalog
|
|
42
42
|
│
|
|
43
|
-
├── 📁 skills/ ← 2,
|
|
43
|
+
├── 📁 skills/ ← 2,074+ skills live here
|
|
44
44
|
│ │
|
|
45
45
|
│ ├── 📁 brainstorming/
|
|
46
46
|
│ │ └── 📄 SKILL.md ← Skill definition
|
|
@@ -53,7 +53,7 @@ agentic-awesome-skills/
|
|
|
53
53
|
│ │ └── 📁 2d-games/
|
|
54
54
|
│ │ └── 📄 SKILL.md ← Nested skills also supported
|
|
55
55
|
│ │
|
|
56
|
-
│ └── ... (2,
|
|
56
|
+
│ └── ... (2,074+ total)
|
|
57
57
|
│
|
|
58
58
|
├── 📁 apps/
|
|
59
59
|
│ └── 📁 web-app/ ← Interactive browser
|
|
@@ -106,7 +106,7 @@ agentic-awesome-skills/
|
|
|
106
106
|
|
|
107
107
|
```
|
|
108
108
|
┌─────────────────────────┐
|
|
109
|
-
│ 2,
|
|
109
|
+
│ 2,074+ SKILLS │
|
|
110
110
|
└────────────┬────────────┘
|
|
111
111
|
│
|
|
112
112
|
┌────────────────────────┼────────────────────────┐
|
|
@@ -207,7 +207,7 @@ If you want a workspace-style manual install instead, cloning into `.agent/skill
|
|
|
207
207
|
│ ├── 📁 brainstorming/ │
|
|
208
208
|
│ ├── 📁 stripe-integration/ │
|
|
209
209
|
│ ├── 📁 react-best-practices/ │
|
|
210
|
-
│ └── ... (2,
|
|
210
|
+
│ └── ... (2,074+ total) │
|
|
211
211
|
└─────────────────────────────────────────┘
|
|
212
212
|
```
|
|
213
213
|
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: docs-generator
|
|
3
|
+
description: "Generate technical deliverables from completed analysis: reverse-engineering reports, penetration-test reports, CTF write-ups, and signature-analysis documentation with evidence-backed structure."
|
|
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
|
+
# Technical Documentation
|
|
13
|
+
## When to Use
|
|
14
|
+
|
|
15
|
+
- A finished analysis needs a structured, shareable report.
|
|
16
|
+
- Standardizing write-ups across multiple cases.
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 安全/逆向任务文档输出
|
|
20
|
+
|
|
21
|
+
当逆向/渗透/CTF/安全分析任务完成后,本 skill 负责在**用户项目目录**生成正式技术文档。
|
|
22
|
+
|
|
23
|
+
### 触发时机
|
|
24
|
+
|
|
25
|
+
1. 逆向任务完成,已产出核心结论(算法还原、签名破解、绕过方案等)
|
|
26
|
+
2. 渗透测试完成,已发现并验证漏洞
|
|
27
|
+
3. CTF 题目解出,已拿到 flag
|
|
28
|
+
4. 用户明确要求"写一份报告/文档/writeup"
|
|
29
|
+
|
|
30
|
+
### 模板选择
|
|
31
|
+
|
|
32
|
+
| 任务类型 | 使用模板 |
|
|
33
|
+
|---------|---------|
|
|
34
|
+
| APK/二进制/so 逆向 | `references/security-report-templates.md` → 逆向工程报告 |
|
|
35
|
+
| 渗透测试/漏洞挖掘 | `references/security-report-templates.md` → 渗透测试报告 |
|
|
36
|
+
| CTF 解题 | `references/security-report-templates.md` → CTF Writeup |
|
|
37
|
+
| JS/Web 签名逆向 | `references/security-report-templates.md` → 签名逆向报告 |
|
|
38
|
+
| 恶意软件 / APT / 病毒分析报告 | `references/security-report-templates.md` + **`references/vendor-report-rules.md`** |
|
|
39
|
+
| 通用技术文档 | `references/templates.md` → README / API 文档 |
|
|
40
|
+
|
|
41
|
+
### 厂商报告结构(Issue #65)
|
|
42
|
+
|
|
43
|
+
安全类正式报告 **MUST** 读取 `references/vendor-report-rules.md`(只取结构,不抄厂商原文)。仅在任务证据或用户明确要求时选择厂商 flavor;普通逆向和其他任务使用 `flavor = null`。
|
|
44
|
+
|
|
45
|
+
| Flavor / Overlay | 何时用 | 主参考骨架 |
|
|
46
|
+
|------------------|--------|------------|
|
|
47
|
+
| `malware` | 明确恶意样本、木马、白加黑、钓鱼投毒 | 火绒式:概述→流程→样本分析→应急处置→IOC |
|
|
48
|
+
| `apt` | APT/战役/团伙/多阶段感染链/行业定向 | 卡巴斯基 Securelist 式:摘要→感染链→调查叙事→Interesting findings→技术分析→检测缓解→IOC |
|
|
49
|
+
| `flavor = null` | 普通 APK/ELF/PE/Mach-O 逆向、算法/固件分析、渗透 / CTF / JS 签名 | 原任务模板 + Base 通用元素;不套 malware/APT 专属章节 |
|
|
50
|
+
| thin `vuln` | 用户明确要求漏洞/补丁/CVE 技术分析 | 概述→影响/复现→崩溃与补丁分析→防护建议(叠加在 null 上,非第 3 默认全文 flavor) |
|
|
51
|
+
|
|
52
|
+
原则:**模板在精不在多** —— 仅 2 个厂商全文 flavor;`vuln` 仅为可选 thin overlay,不另建第三套默认全文模板。
|
|
53
|
+
与 §0 Evidence→Finding→Path **同时生效**;冲突时 Evidence 契约优先。
|
|
54
|
+
|
|
55
|
+
### 输出规范
|
|
56
|
+
|
|
57
|
+
- **输出位置**:用户当前项目目录(不是 skill 包目录)
|
|
58
|
+
- **文件名格式**:`YYYY-MM-DD_[类型]-[目标简称]-report.md`
|
|
59
|
+
- **如果项目有 `docs/` 目录**:优先放在 `docs/` 下
|
|
60
|
+
- **编码**:UTF-8
|
|
61
|
+
- **语言**:跟随用户对话语言(中文对话出中文报告,英文对话出英文报告)
|
|
62
|
+
|
|
63
|
+
### 质量要求
|
|
64
|
+
|
|
65
|
+
- 所有代码块必须可直接运行或有明确上下文
|
|
66
|
+
- 不要有 placeholder/TODO
|
|
67
|
+
- 关键发现必须有证据支撑
|
|
68
|
+
- 复现步骤必须让第三方能独立重现
|
|
69
|
+
- 敏感信息(真实 token、密码、内部 URL)用占位符替代
|
|
70
|
+
- **MUST** 包含 Evidence → Finding → Path 链(见 `../ops/evidence-finding-path.md` 与模板 §0)
|
|
71
|
+
- **MUST** 读取 `references/vendor-report-rules.md`:选定 `malware` / `apt` 或 `flavor = null`(漏洞任务可叠加 thin `vuln`);无 flavor 时只输出原任务模板和适用的 Base 元素,不强制 IOC/ATT&CK
|
|
72
|
+
- **SHOULD** 引用 case `scope.md` / `timeline.md`(`../scripts/case-init.ps1`)
|
|
73
|
+
|
|
74
|
+
### 图表集成
|
|
75
|
+
|
|
76
|
+
生成报告时,应在适当位置调用 `diagram-generator` skill 生成可视化图表:
|
|
77
|
+
|
|
78
|
+
| 报告类型 | 建议图表 | 图表类型 |
|
|
79
|
+
|---------|---------|---------|
|
|
80
|
+
| 逆向工程报告 | 函数调用关系图、数据流图 | Mermaid flowchart / sequenceDiagram |
|
|
81
|
+
| 渗透测试报告 | 攻击路径图、网络拓扑图 | Mermaid flowchart / Graphviz |
|
|
82
|
+
| CTF Writeup | 解题思路流程图 | Mermaid flowchart |
|
|
83
|
+
| JS 签名逆向报告 | 请求链路时序图、算法流程图 | Mermaid sequenceDiagram / flowchart |
|
|
84
|
+
|
|
85
|
+
图表以 Mermaid 代码块形式嵌入报告 markdown 中,确保可在 GitHub/GitLab 直接渲染。
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
## Core Principles
|
|
90
|
+
|
|
91
|
+
### 1. Progressive Disclosure
|
|
92
|
+
|
|
93
|
+
Reveal information in layers:
|
|
94
|
+
|
|
95
|
+
| Layer | Content | User Question |
|
|
96
|
+
|-------|---------|---------------|
|
|
97
|
+
| 1 | One-sentence description | What is it? |
|
|
98
|
+
| 2 | Quick start code block | How do I use it? |
|
|
99
|
+
| 3 | Full API reference | What are my options? |
|
|
100
|
+
| 4 | Architecture deep dive | How does it work? |
|
|
101
|
+
|
|
102
|
+
**Warnings, breaking changes, and prerequisites go at the TOP.**
|
|
103
|
+
|
|
104
|
+
### 2. Task-Oriented Writing
|
|
105
|
+
|
|
106
|
+
```markdown
|
|
107
|
+
<!-- Bad: Feature-oriented -->
|
|
108
|
+
## AuthService Class
|
|
109
|
+
The AuthService class provides authentication methods...
|
|
110
|
+
|
|
111
|
+
<!-- Good: Task-oriented -->
|
|
112
|
+
## Authenticating Users
|
|
113
|
+
To authenticate a user, call login() with credentials:
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
### 3. Show, Don't Tell
|
|
117
|
+
|
|
118
|
+
Every concept needs a concrete example.
|
|
119
|
+
|
|
120
|
+
## Formatting Standards
|
|
121
|
+
|
|
122
|
+
- **Sentence case headings**: "Getting started" not "Getting Started"
|
|
123
|
+
- **Max 3 heading levels**: Deeper means split the doc
|
|
124
|
+
- **Always specify language** in code blocks
|
|
125
|
+
- **Relative paths** for internal links
|
|
126
|
+
- **Tables** for structured data with 3+ attributes
|
|
127
|
+
|
|
128
|
+
## Quality Checklist
|
|
129
|
+
|
|
130
|
+
- [ ] Code examples tested and runnable
|
|
131
|
+
- [ ] No placeholder text or TODOs
|
|
132
|
+
- [ ] Matches actual code behavior
|
|
133
|
+
- [ ] Scannable without reading everything
|
|
134
|
+
- [ ] Reader knows what to do next
|
|
135
|
+
|
|
136
|
+
## Anti-Patterns
|
|
137
|
+
|
|
138
|
+
| Problem | Fix |
|
|
139
|
+
|---------|-----|
|
|
140
|
+
| Wall of text | Break up with headings, bullets, code, tables |
|
|
141
|
+
| Buried critical info | Warnings/breaking changes at TOP |
|
|
142
|
+
| Missing error docs | Always document what can go wrong |
|
|
143
|
+
|
|
144
|
+
## Templates
|
|
145
|
+
|
|
146
|
+
For README, API endpoint, and file organization templates, see [references/templates.md](references/templates.md).
|
|
147
|
+
|
|
148
|
+
## Related Skills
|
|
149
|
+
|
|
150
|
+
- `Skill(ce:writer)` - Writing style, tone, and voice (load The Engineer persona)
|
|
151
|
+
- `Skill(ce:visualizing-with-mermaid)` - Architecture and flow diagrams
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
## 按需自举(On-Demand Bootstrap)
|
|
157
|
+
|
|
158
|
+
本 skill 不依赖外部工具,纯文本生成。无需 bootstrap。
|
|
159
|
+
|
|
160
|
+
如果需要渲染图表嵌入报告,会调用 `diagram-generator/` skill。
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## 路由上下文
|
|
165
|
+
|
|
166
|
+
**上游入口**: 所有安全/逆向 skill 在任务完成后自动调用本 skill
|
|
167
|
+
**触发方式**:
|
|
168
|
+
- 自动:任务完成后作为行为链第 9 步执行
|
|
169
|
+
- 手动:用户说"写报告"、"出文档"、"writeup"
|
|
170
|
+
|
|
171
|
+
**同级关联模块**:
|
|
172
|
+
- `apk-reverse/` — APK 逆向完成后生成逆向报告
|
|
173
|
+
- `ida-reverse/` — 二进制分析完成后生成逆向报告
|
|
174
|
+
- `radare2/` — CLI 分析完成后生成逆向报告
|
|
175
|
+
- `js-reverse/` — JS 签名逆向完成后生成签名报告
|
|
176
|
+
- `reverse-engineering/` — 通用逆向完成后生成逆向报告
|
|
177
|
+
- `field-journal/` — 报告内容同时作为进化日志的数据来源
|
|
178
|
+
|
|
179
|
+
**安全报告模板**: `references/security-report-templates.md`
|
|
180
|
+
**厂商报告规则**: `references/vendor-report-rules.md`(flavor: malware | apt | null;optional overlay: vuln)
|
|
181
|
+
**通用文档模板**: `references/templates.md`
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
## 任务完成自检(声称完成前 MUST 通过)
|
|
185
|
+
|
|
186
|
+
- [ ] 我是否执行了工作流中的每一步(而不是只阅读)?
|
|
187
|
+
- [ ] 我是否基于 `tool-index` 使用了真实工具路径?
|
|
188
|
+
- [ ] 我是否产出了可复现证据(命令/脚本/截图/报告)?
|
|
189
|
+
- [ ] 报告是否含 Evidence / Finding / Path(ops 契约)?
|
|
190
|
+
- [ ] 是否完成并回写了 RULES 要求的 Checklist 项?
|
|
191
|
+
|
|
192
|
+
## Limitations
|
|
193
|
+
|
|
194
|
+
- Report quality is bounded by the evidence captured during analysis.
|
|
195
|
+
- Templates assume technical audiences; executive summaries need tailoring.
|
|
196
|
+
|
|
197
|
+
> Adapted from [zhaoxuya520/reverse-skill](https://github.com/zhaoxuya520/reverse-skill) (MIT).
|
|
@@ -0,0 +1,348 @@
|
|
|
1
|
+
# 安全/逆向/渗透技术文档模板
|
|
2
|
+
|
|
3
|
+
本文件提供逆向工程、渗透测试、漏洞分析等安全类项目的文档模板。任务完成后,AI 应在用户项目目录下新建文档并按对应模板输出。
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 0. Evidence Chain(所有安全报告 MUST 包含)
|
|
8
|
+
|
|
9
|
+
> 契约全文:`skills/ops/evidence-finding-path.md`
|
|
10
|
+
> Case 目录:`work/<case>/`(`case-init.ps1`)
|
|
11
|
+
|
|
12
|
+
报告正文中 **MUST** 含以下章节(可并入「核心发现」但字段不得省略):
|
|
13
|
+
|
|
14
|
+
### 0.1 Scope 摘要
|
|
15
|
+
- 链到 `scope.md`:`auth` / `in_scope` / `network_profile`
|
|
16
|
+
- 无 scope → 不得宣称任务完成
|
|
17
|
+
|
|
18
|
+
### 0.2 Evidence
|
|
19
|
+
至少 1 条,字段:`E-id` / `source_ref` / `repro_command` / `content_hash|n/a`
|
|
20
|
+
|
|
21
|
+
### 0.3 Findings
|
|
22
|
+
每条:`F-id` / `severity|n/a_re` / `evidence_ids` / `confidence` / `location` / `status`
|
|
23
|
+
|
|
24
|
+
### 0.4 Path
|
|
25
|
+
至少 1 条 `P-id`:`path_type=attack|callflow|solve`,步骤可挂 E/F
|
|
26
|
+
|
|
27
|
+
### 0.5 Timeline 摘要
|
|
28
|
+
链到 `timeline.md` 或嵌入关键 3–10 条追加记录
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## 0.6 Vendor structure overlay(专业厂商报告结构)
|
|
35
|
+
|
|
36
|
+
> 全文规则:`references/vendor-report-rules.md`(Issue #65)
|
|
37
|
+
> **MUST** 在生成安全类正式报告时读取并选型;**只抽结构,禁止抄录厂商原文/IOC 实例**。
|
|
38
|
+
|
|
39
|
+
| Flavor / Overlay | 场景 | 骨架一句话 |
|
|
40
|
+
|------------------|------|------------|
|
|
41
|
+
| `malware` | 明确恶意样本/普通木马/白加黑 | 火绒式:概述→流程→样本分析→应急处置→IOC |
|
|
42
|
+
| `apt` | APT/战役/多阶段链 | 卡巴式:摘要→感染链→调查→Interesting findings→技术分析→检测缓解→IOC |
|
|
43
|
+
| `flavor = null` | 普通逆向/渗透/CTF/JS 签名 | 本节任务模板 + 适用的 Base 通用元素 |
|
|
44
|
+
| thin `vuln` | 漏洞/补丁/CVE 技术分析(显式) | 概述→影响/复现→崩溃与补丁分析→防护建议 |
|
|
45
|
+
|
|
46
|
+
**通用元素(G1–G7)摘要**:G1 执行摘要 MUST · G2 Scope MUST · G3 E/F/P MUST · G4 IOC 仅 `malware`/`apt` MUST · G5 建议在 `malware`/`apt`/`vuln` MUST · G6 附录 SHOULD · G7 ATT&CK 在 `apt` MUST
|
|
47
|
+
|
|
48
|
+
选型与章节顺序以 `vendor-report-rules.md` 为准;与 §0.1–0.5 冲突时 **Evidence 契约优先**。
|
|
49
|
+
|
|
50
|
+
## 1. 逆向工程报告模板
|
|
51
|
+
|
|
52
|
+
```markdown
|
|
53
|
+
# [目标名称] 逆向分析报告
|
|
54
|
+
|
|
55
|
+
> 分析日期:YYYY-MM-DD
|
|
56
|
+
> 分析人员:[AI / 人工]
|
|
57
|
+
> 工具链:[jadx / IDA / radare2 / Frida / ...]
|
|
58
|
+
|
|
59
|
+
## 1. 目标概述
|
|
60
|
+
|
|
61
|
+
| 属性 | 值 |
|
|
62
|
+
|------|---|
|
|
63
|
+
| 文件名 | |
|
|
64
|
+
| 文件类型 | APK / ELF / PE / Mach-O / ... |
|
|
65
|
+
| 大小 | |
|
|
66
|
+
| MD5 | |
|
|
67
|
+
| SHA256 | |
|
|
68
|
+
| 包名/入口 | |
|
|
69
|
+
|
|
70
|
+
## 2. 分析目标
|
|
71
|
+
|
|
72
|
+
<!-- 本次逆向要回答的核心问题 -->
|
|
73
|
+
|
|
74
|
+
## 3. 静态分析
|
|
75
|
+
|
|
76
|
+
### 3.1 基本信息
|
|
77
|
+
<!-- 架构、编译器、保护机制、字符串特征 -->
|
|
78
|
+
|
|
79
|
+
### 3.1.1 导入表 / 依赖(二进制 MUST)
|
|
80
|
+
<!-- 写入 E-imports / E-triage-imports 摘要;失败也要记 Evidence,禁止跳过 -->
|
|
81
|
+
|
|
82
|
+
### 3.2 关键函数/类
|
|
83
|
+
<!-- 列出定位到的关键逻辑,附代码片段 -->
|
|
84
|
+
|
|
85
|
+
### 3.3 加密/签名算法
|
|
86
|
+
<!-- 如果涉及加密,说明算法、密钥来源、参数构造 -->
|
|
87
|
+
|
|
88
|
+
## 4. 动态分析
|
|
89
|
+
|
|
90
|
+
### 4.1 Hook 记录
|
|
91
|
+
<!-- Frida / xposed / 其他 hook 的目标和结果 -->
|
|
92
|
+
|
|
93
|
+
### 4.2 运行时行为
|
|
94
|
+
<!-- 网络请求、文件操作、进程行为 -->
|
|
95
|
+
|
|
96
|
+
## 5. 核心发现
|
|
97
|
+
|
|
98
|
+
<!-- 用编号列出关键结论 -->
|
|
99
|
+
|
|
100
|
+
1. ...
|
|
101
|
+
2. ...
|
|
102
|
+
3. ...
|
|
103
|
+
|
|
104
|
+
## 6. 复现步骤
|
|
105
|
+
|
|
106
|
+
<!-- 让其他人能重现你的分析结果 -->
|
|
107
|
+
|
|
108
|
+
```bash
|
|
109
|
+
# 关键命令
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
## 7. 遗留问题
|
|
113
|
+
|
|
114
|
+
<!-- 没有完全解决的点 -->
|
|
115
|
+
|
|
116
|
+
## 8. 附件
|
|
117
|
+
|
|
118
|
+
<!-- hook 脚本、解密代码、截图等 -->
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## 1b. 恶意软件 / APT 报告(厂商 flavor)
|
|
126
|
+
|
|
127
|
+
当任务为恶意软件分析、病毒报告、APT/战役分析时,**不要**仅用上面「逆向工程」骨架交差;普通逆向任务保持原模板,不自动选择 vendor flavor:
|
|
128
|
+
|
|
129
|
+
1. 读 `vendor-report-rules.md` 选 `malware` 或 `apt`
|
|
130
|
+
2. 按对应章节顺序输出
|
|
131
|
+
3. 仍 **MUST** 含 §0 Evidence 链;`malware` / `apt` flavor 另 **MUST** 含 IOC 表
|
|
132
|
+
4. 二进制样本的静态分析 **MUST** 含导入表 Evidence(与 radare2/ida/malware 硬门一致)
|
|
133
|
+
|
|
134
|
+
## 1c. 漏洞技术分析报告(thin `vuln` overlay)
|
|
135
|
+
|
|
136
|
+
当任务为 **OS/组件漏洞、补丁对比、CVE 技术分析**,或用户明确要求「漏洞技术分析报告」时:
|
|
137
|
+
|
|
138
|
+
1. 读 `vendor-report-rules.md` §3b,使用 thin `vuln` 章节顺序(**不是** malware/apt 全文 flavor)
|
|
139
|
+
2. **MUST** 含:影响范围、授权内复现或明确 n/a、崩溃/根因或补丁差异 Evidence、防护/补丁建议
|
|
140
|
+
3. **MUST** 含 §0 Evidence→Finding→Path
|
|
141
|
+
4. **MUST NOT** 在未授权目标上扩展 PoC,或抄录外部利用武器化细节
|
|
142
|
+
|
|
143
|
+
## 2. 渗透测试报告模板
|
|
144
|
+
|
|
145
|
+
```markdown
|
|
146
|
+
# [目标] 渗透测试报告
|
|
147
|
+
|
|
148
|
+
> 测试日期:YYYY-MM-DD
|
|
149
|
+
> 测试范围:[URL / IP / 应用名]
|
|
150
|
+
> 授权状态:[已授权 / CTF / 学习环境]
|
|
151
|
+
|
|
152
|
+
## 1. 执行摘要
|
|
153
|
+
|
|
154
|
+
<!-- 一段话总结:测试了什么、发现了什么、风险等级 -->
|
|
155
|
+
|
|
156
|
+
## 2. 测试范围
|
|
157
|
+
|
|
158
|
+
| 项目 | 详情 |
|
|
159
|
+
|------|------|
|
|
160
|
+
| 目标 | |
|
|
161
|
+
| 测试类型 | 黑盒 / 灰盒 / 白盒 |
|
|
162
|
+
| 测试时间 | |
|
|
163
|
+
| 工具 | |
|
|
164
|
+
|
|
165
|
+
## 3. 发现汇总
|
|
166
|
+
|
|
167
|
+
| # | 漏洞名称 | 风险等级 | 状态 |
|
|
168
|
+
|---|---------|---------|------|
|
|
169
|
+
| 1 | | 高/中/低/信息 | 已验证/待确认 |
|
|
170
|
+
|
|
171
|
+
## 4. 漏洞详情
|
|
172
|
+
|
|
173
|
+
### 4.1 [漏洞名称]
|
|
174
|
+
|
|
175
|
+
**风险等级**:高 / 中 / 低
|
|
176
|
+
|
|
177
|
+
**描述**:
|
|
178
|
+
|
|
179
|
+
**影响**:
|
|
180
|
+
|
|
181
|
+
**复现步骤**:
|
|
182
|
+
|
|
183
|
+
1. ...
|
|
184
|
+
2. ...
|
|
185
|
+
3. ...
|
|
186
|
+
|
|
187
|
+
**证据**:
|
|
188
|
+
|
|
189
|
+
```
|
|
190
|
+
<!-- 请求/响应/截图/payload -->
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
**修复建议**:
|
|
194
|
+
|
|
195
|
+
## 5. 攻击路径
|
|
196
|
+
|
|
197
|
+
<!-- 如果有完整攻击链,画出路径 -->
|
|
198
|
+
|
|
199
|
+
```
|
|
200
|
+
入口 → 信息收集 → 漏洞利用 → 权限提升 → 目标达成
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
## 6. 工具与环境
|
|
204
|
+
|
|
205
|
+
| 工具 | 版本 | 用途 |
|
|
206
|
+
|------|------|------|
|
|
207
|
+
| | | |
|
|
208
|
+
|
|
209
|
+
## 7. 修复建议总结
|
|
210
|
+
|
|
211
|
+
| 优先级 | 建议 |
|
|
212
|
+
|--------|------|
|
|
213
|
+
| P0 | |
|
|
214
|
+
| P1 | |
|
|
215
|
+
| P2 | |
|
|
216
|
+
|
|
217
|
+
## 8. 附录
|
|
218
|
+
|
|
219
|
+
<!-- 完整 payload、脚本、配置文件等 -->
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
---
|
|
223
|
+
|
|
224
|
+
## 3. CTF Writeup 模板
|
|
225
|
+
|
|
226
|
+
```markdown
|
|
227
|
+
# [比赛名] - [题目名] Writeup
|
|
228
|
+
|
|
229
|
+
> 分类:Web / Reverse / Pwn / Crypto / Misc / Forensics
|
|
230
|
+
> 难度:Easy / Medium / Hard
|
|
231
|
+
> 分值:N pts
|
|
232
|
+
> 解题时间:
|
|
233
|
+
|
|
234
|
+
## 题目描述
|
|
235
|
+
|
|
236
|
+
<!-- 原题描述 -->
|
|
237
|
+
|
|
238
|
+
## 解题思路
|
|
239
|
+
|
|
240
|
+
### 第一步:信息收集
|
|
241
|
+
<!-- 观察到了什么 -->
|
|
242
|
+
|
|
243
|
+
### 第二步:漏洞/突破口
|
|
244
|
+
<!-- 找到了什么关键点 -->
|
|
245
|
+
|
|
246
|
+
### 第三步:利用
|
|
247
|
+
<!-- 怎么利用的 -->
|
|
248
|
+
|
|
249
|
+
## 关键代码/Payload
|
|
250
|
+
|
|
251
|
+
```python
|
|
252
|
+
# exploit code
|
|
253
|
+
```
|
|
254
|
+
|
|
255
|
+
## Flag
|
|
256
|
+
|
|
257
|
+
```
|
|
258
|
+
flag{...}
|
|
259
|
+
```
|
|
260
|
+
|
|
261
|
+
## 踩坑记录
|
|
262
|
+
|
|
263
|
+
<!-- 走过的弯路 -->
|
|
264
|
+
|
|
265
|
+
## 知识点
|
|
266
|
+
|
|
267
|
+
<!-- 这道题涉及的知识点,方便后续复习 -->
|
|
268
|
+
```
|
|
269
|
+
|
|
270
|
+
---
|
|
271
|
+
|
|
272
|
+
## 4. JS/Web 签名逆向报告模板
|
|
273
|
+
|
|
274
|
+
```markdown
|
|
275
|
+
# [站点/应用] 签名参数逆向报告
|
|
276
|
+
|
|
277
|
+
> 分析日期:YYYY-MM-DD
|
|
278
|
+
> 目标接口:[URL]
|
|
279
|
+
> 签名字段:[字段名]
|
|
280
|
+
|
|
281
|
+
## 1. 目标请求
|
|
282
|
+
|
|
283
|
+
```http
|
|
284
|
+
POST /api/xxx HTTP/1.1
|
|
285
|
+
Host: example.com
|
|
286
|
+
|
|
287
|
+
param1=xxx&sign=<目标字段>
|
|
288
|
+
```
|
|
289
|
+
|
|
290
|
+
## 2. 定位过程
|
|
291
|
+
|
|
292
|
+
### 2.1 断点/Hook 方式
|
|
293
|
+
<!-- 怎么找到签名生成位置的 -->
|
|
294
|
+
|
|
295
|
+
### 2.2 调用栈
|
|
296
|
+
<!-- 关键调用链 -->
|
|
297
|
+
|
|
298
|
+
## 3. 算法还原
|
|
299
|
+
|
|
300
|
+
### 3.1 算法类型
|
|
301
|
+
<!-- HMAC-SHA256 / AES / 自定义 / ... -->
|
|
302
|
+
|
|
303
|
+
### 3.2 参数构造
|
|
304
|
+
<!-- 哪些字段参与签名、排序规则、分隔符 -->
|
|
305
|
+
|
|
306
|
+
### 3.3 密钥来源
|
|
307
|
+
<!-- 硬编码 / 接口返回 / 时间戳派生 / ... -->
|
|
308
|
+
|
|
309
|
+
## 4. 本地复现代码
|
|
310
|
+
|
|
311
|
+
```javascript
|
|
312
|
+
// Node.js 复现
|
|
313
|
+
```
|
|
314
|
+
|
|
315
|
+
## 5. 验证结果
|
|
316
|
+
|
|
317
|
+
<!-- 用复现代码生成的签名与实际请求对比 -->
|
|
318
|
+
|
|
319
|
+
## 6. 反爬/风控注意事项
|
|
320
|
+
|
|
321
|
+
<!-- 频率限制、设备指纹、环境检测等 -->
|
|
322
|
+
```
|
|
323
|
+
|
|
324
|
+
---
|
|
325
|
+
|
|
326
|
+
## 5. 文档输出规范
|
|
327
|
+
|
|
328
|
+
### 输出位置
|
|
329
|
+
|
|
330
|
+
- 文档默认输出到**用户当前项目目录**(不是 skill 包目录)
|
|
331
|
+
- 文件名格式:`YYYY-MM-DD_[类型]-[目标简称]-report.md`
|
|
332
|
+
- 如果用户项目有 `docs/` 目录,优先放在 `docs/` 下
|
|
333
|
+
|
|
334
|
+
### 输出时机
|
|
335
|
+
|
|
336
|
+
AI 在以下时机自动调用本 skill 生成文档:
|
|
337
|
+
|
|
338
|
+
1. 逆向任务完成,已产出核心结论
|
|
339
|
+
2. 渗透测试完成,已发现并验证漏洞
|
|
340
|
+
3. CTF 题目解出,已拿到 flag
|
|
341
|
+
4. 用户明确要求"写一份报告/文档"
|
|
342
|
+
|
|
343
|
+
### 质量要求
|
|
344
|
+
|
|
345
|
+
- 所有代码块必须可直接运行或有明确上下文
|
|
346
|
+
- 不要有 placeholder/TODO(如果某部分确实未完成,标注"待补充"并说明原因)
|
|
347
|
+
- 关键发现必须有证据支撑(命令输出、截图描述、代码片段)
|
|
348
|
+
- 复现步骤必须让第三方能独立重现
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
# Documentation Templates
|
|
2
|
+
|
|
3
|
+
## Contents
|
|
4
|
+
|
|
5
|
+
- [README.md](#readmemd)
|
|
6
|
+
- [API Endpoint Documentation](#api-endpoint-documentation)
|
|
7
|
+
- [File System Organization](#file-system-organization)
|
|
8
|
+
|
|
9
|
+
## README.md
|
|
10
|
+
|
|
11
|
+
```markdown
|
|
12
|
+
# Project Name
|
|
13
|
+
|
|
14
|
+
One-line description of what this does.
|
|
15
|
+
|
|
16
|
+
## Quick Start
|
|
17
|
+
|
|
18
|
+
\`\`\`bash
|
|
19
|
+
yarn install && yarn dev
|
|
20
|
+
\`\`\`
|
|
21
|
+
|
|
22
|
+
## Installation
|
|
23
|
+
|
|
24
|
+
Step-by-step setup.
|
|
25
|
+
|
|
26
|
+
## Usage
|
|
27
|
+
|
|
28
|
+
\`\`\`typescript
|
|
29
|
+
import { thing } from "package";
|
|
30
|
+
const result = thing.doSomething();
|
|
31
|
+
\`\`\`
|
|
32
|
+
|
|
33
|
+
## Configuration
|
|
34
|
+
|
|
35
|
+
| Variable | Required | Default | Description |
|
|
36
|
+
| --------- | -------- | ------- | ------------ |
|
|
37
|
+
| `API_KEY` | Yes | - | Your API key |
|
|
38
|
+
|
|
39
|
+
## Documentation
|
|
40
|
+
|
|
41
|
+
- [API Reference](./docs/api/README.md)
|
|
42
|
+
- [Architecture](./docs/architecture/overview.md)
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## API Endpoint Documentation
|
|
46
|
+
|
|
47
|
+
```markdown
|
|
48
|
+
# Resource Name
|
|
49
|
+
|
|
50
|
+
Brief description.
|
|
51
|
+
|
|
52
|
+
## GET /resource
|
|
53
|
+
|
|
54
|
+
Retrieves resources.
|
|
55
|
+
|
|
56
|
+
**Parameters**
|
|
57
|
+
|
|
58
|
+
| Name | Type | Required | Description |
|
|
59
|
+
| ------- | ------ | -------- | ------------------------- |
|
|
60
|
+
| `limit` | number | No | Max results (default: 20) |
|
|
61
|
+
|
|
62
|
+
**Response**
|
|
63
|
+
|
|
64
|
+
\`\`\`json
|
|
65
|
+
{
|
|
66
|
+
"data": [...],
|
|
67
|
+
"total": 100
|
|
68
|
+
}
|
|
69
|
+
\`\`\`
|
|
70
|
+
|
|
71
|
+
**Example**
|
|
72
|
+
|
|
73
|
+
\`\`\`typescript
|
|
74
|
+
const { data } = await api.get("/resource", { limit: 10 });
|
|
75
|
+
\`\`\`
|
|
76
|
+
|
|
77
|
+
**Errors**
|
|
78
|
+
|
|
79
|
+
| Status | Code | Description |
|
|
80
|
+
| ------ | ---------------- | ------------------------ |
|
|
81
|
+
| 400 | `INVALID_PARAMS` | Invalid query parameters |
|
|
82
|
+
| 401 | `UNAUTHORIZED` | Missing or invalid auth |
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
## File System Organization
|
|
86
|
+
|
|
87
|
+
```
|
|
88
|
+
/docs
|
|
89
|
+
├── README.md # Docs index
|
|
90
|
+
├── /api
|
|
91
|
+
│ ├── README.md # API overview
|
|
92
|
+
│ ├── authentication.md
|
|
93
|
+
│ └── {resource}.md
|
|
94
|
+
├── /architecture
|
|
95
|
+
│ ├── overview.md
|
|
96
|
+
│ └── data-flow.md
|
|
97
|
+
├── /guides
|
|
98
|
+
│ ├── getting-started.md
|
|
99
|
+
│ └── troubleshooting.md
|
|
100
|
+
└── /features
|
|
101
|
+
└── {NNN}-{feature}.md
|
|
102
|
+
```
|