Caveat verdict
ctf-solver
ctf-solver-claude
A CTF solver orchestration skill that routes challenges to sub-skills (web, pwn, misc, reverse) and uses standard CTF tooling (pwntools, requests, gdb, radare2); its stated purpose of capturing CTF flags is a legitimate security competition activity.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Permission integrity
network_out
package_install
Findings (15)
Uses eval() — can execute arbitrary code
references/reverse.md · code · eval(
<script> tag in markdown — potential code injection
references/web.md · code · <script>
Pipe to bash — executes piped content as shell commands
references/web.md · code · | bash
Accesses sensitive system files
references/web.md · code · /etc/passwd
Direct __builtins__ access — can invoke any builtin function
references/web.md · code · __builtins__[
apt-get install — installs system packages
SKILL.md · code · apt-get install
Base64 decode (atob) — may hide malicious payloads
references/web.md · code · atob(
Gopher protocol — SSRF attack vector
references/web.md · code · gopher://
HTTP request to bare IP address — common in malicious payloads
references/web.md · code · http://127.0.0.1
Reads /proc/self/environ — dumps all environment variables
references/web.md · prose · downgraded · /proc/self/environ
Popular HTTP library — network access
references/pwn.md · code · GOT
Base64 encode (btoa) — may obfuscate data exfiltration
references/web.md · code · btoa(
POSTs data to external URL
references/web.md · code · .post("http://
Base64 encoding/decoding
references/web.md · code · base64-encode
Makes HTTP request to external URL
references/web.md · code · fetch('https://
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/C/D/F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outpackage_install Is this flag fair?
Thanks — recorded.