Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Test APIs against OWASP API Security Top 10 including discovery, auth abuse, and protocol-specific checks.
Test APIs against OWASP API Security Top 10 including discovery, auth abuse, and protocol-specific checks.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
PTES: 5 MITRE: T1190
Enumerate and test API endpoints and business logic attack vectors.
Validate scope before any active action and reject out-of-scope targets. Run only authorized checks aligned to PTES, OWASP WSTG, NIST SP 800-115, and MITRE ATT&CK. Write findings in canonical finding_schema format with reproducible PoC notes. Honor dry-run mode and require explicit --i-have-authorization for live execution. Export deterministic artifacts for downstream skill consumption.
python skills/pentest-api-attacker/scripts/api_attacker.py --scope scope.json --target <target> --input <path> --output <path> --format json --dry-run
api-endpoints.json api-findings.json api-attack-report.json
references/tools.md skills/autonomous-pentester/shared/scope_schema.json skills/autonomous-pentester/shared/finding_schema.json
WARNING AUTHORIZED USE ONLY This skill executes real security testing tools against live targets. Use only with written authorization.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.