CtrlK
BlogDocsLog inGet started
Tessl Logo

ctf-misc

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

Quality

82%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

65%Weight 40%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A highly actionable CTF cheat-sheet of executable one-liners, but it is held back by redundancy (repeated Docker/QR sections and a restated technique list) and by progressive disclosure that points to bundle files which are not present. Workflow clarity is limited because the destructive archive-extraction loop lacks validation.

Suggestions

Ship the referenced bundle files (pyjails.md, bashjails.md, encodings.md, encodings-advanced.md, rf-sdr.md, dns.md, games-and-vms*.md, linux-privesc.md, ctfd-navigation.md) or remove the dead links, since the Additional Resources section currently points to files that do not exist.

De-duplicate the body: collapse the Docker group privesc quick-check into the full H7CTF section, merge the two QR treatments, and drop the Technique Quick References block that restates already-detailed techniques.

Add a validation checkpoint to the nested-archive extraction loop (e.g. check `7z x` exit status and only `rm` on success) so the one destructive batch operation is safe to run as written.

DimensionReasoningScore

Conciseness

Mostly lean one-liners and copy-paste snippets, but it carries real redundancy — the Docker group privesc appears both as a quick-check one-liner and a full repeated section, QR is covered twice, and "Technique Quick References" restates ~15 techniques already detailed above — so it could be tightened rather than fully earning the lean anchor.

2 / 3

Actionability

Dense with specific, copy-paste-ready bash and Python one-liners (e.g. `echo '<hex>' | xxd -r -p`, the z3 BitVec snippet, `struct.pack('>f', f)` float decoding) plus exact command syntax, matching the fully-executable anchor.

3 / 3

Workflow Clarity

It is a reference catalog of mostly standalone techniques rather than sequenced workflows, and the one batch/destructive operation present — the nested-archive loop doing `7z x -y "$f" && rm "$f"` — has no validation checkpoint, capping workflow clarity at 2 per the destructive-operations guideline.

2 / 3

Progressive Disclosure

A well-organized "Additional Resources" section signals one-level-deep references with descriptions, but none of the 12 referenced bundle .md files (pyjails.md, encodings.md, etc.) actually exist in the package, and the body is itself a ~497-line monolithic catalog whose inline detail overlaps the missing references — so navigation is non-functional and structure is only partial.

2 / 3

Total

9

/

12

Passed

Description

100%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, third-person description: concrete, trigger-rich, and clearly scoped as a fallback skill with explicit redirection to more specific skills. It answers both what and when and is unlikely to fire for the wrong category.

DimensionReasoningScore

Specificity

Lists many concrete capability areas — "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" — matching the anchor for multiple specific concrete actions.

3 / 3

Completeness

Explicitly answers what ("Provides miscellaneous CTF challenge techniques for problems that do not cleanly fit the main categories") and when ("Use for ...", "Prefer a more specific skill first when ...", "Treat this as the fallback skill") with explicit triggers, satisfying the anchor for both what AND when.

3 / 3

Trigger Term Quality

Natural CTF vocabulary a player would actually say ("pyjails", "bash jails", "encoding puzzles", "QR", "esolangs", "constraint solving") plus the category names (web, pwn, reverse, forensics, OSINT, crypto) gives good coverage of natural terms.

3 / 3

Distinctiveness Conflict Risk

It carves a clear niche ("fallback skill for genuine cross-category or edge-case challenges, not the default starting point") and explicitly redirects the main categories to more specific skills, making conflict with sibling skills unlikely.

3 / 3

Total

12

/

12

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

relative_links

Relative link issues: 57 missing

Warning

Total

14

/

16

Passed

Repository
ljagiello/ctf-skills
Reviewed

Table of Contents

Is this your skill?

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.