Provides miscellaneous CTF challenge techniques for problems that do not cleanly fit the main categories. Use for encoding puzzles, pyjails, bash jails, RF/SDR, DNS oddities, unicode tricks, esoteric languages, QR or audio puzzles, constraint solving, game theory, unusual sandbox escapes, and hybrid logic puzzles. Prefer a more specific skill first when the challenge is mainly web, pwn, reverse, forensics, malware, OSINT, or crypto. Treat this as the fallback skill for genuine cross-category or edge-case challenges, not the default starting point.
67
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Security
3 findings: 1 critical severity, 1 high severity, 1 medium severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.
The repository contains multiple, explicit instructions and code snippets for remote code execution, stealthy data exfiltration, credential/secret theft, container/host compromise, and supply‑chain abuse — deliberate offensive techniques that can be weaponized outside a CTF context.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
This skill explicitly tells the agent to ask the user for their CTFd API token and shows curl commands embedding Authorization: Token $CTF_TOKEN (and also shows a flask cookie placeholder), which requires the LLM to accept and output secret values verbatim in commands.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
The skill explicitly includes instructions for privilege escalation and host compromise (e.g., SUID exploitation, sudo fnmatch injection, mounting the host filesystem via docker and chroot, PostgreSQL COPY TO PROGRAM), which instruct an agent to modify or gain control of the machine state.
d19f35f
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.