Skip to main content

solve-challenge

Solves CTF challenges by performing first-pass triage, identifying the dominant category, and routing execution to the right specialized ctf-* skill. Use when the user gives you a challenge bundle, a remote service, a suspicious file, or only a vague challenge description and you must determine w...

Install this skill

or
95/100

Security score

The solve-challenge skill was audited on Sep 4, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 181

Curl to non-GitHub URL

SourceSKILL.md
179nc host port # Connect to challenge
180echo -e "answer1\nanswer2" | nc host port # Scripted input
181curl -v http://host:port/ # HTTP recon
182
183# Python exploit template
Scanned on Sep 4, 2026
View Security Dashboard
Installation guide →
GitHub Stars 1
Rate this skill
Categorydevelopment
UpdatedSeptember 27, 2026
yuzu-octopus/ctf-skills