Skip to main content
Back to the directory
ljagiello/ctf-skillsSoftware EngineeringFrontend and Design

ctf-ai-ml

Quick reference for AI/ML CTF challenges. Each technique has a one-liner here; see supporting files for full details.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/ljagiello/ctf-skills --skill ctf-ai-ml
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, ctf-ai-ml has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: ljagiello/ctf-skills. Canonical URL: https://skills.sh/ljagiello/ctf-skills/ctf-ai-ml.

Security audits
Gen Agent Trust HubPASS
SocketWARN
SnykFAIL
About this skill
Quick reference for AI/ML CTF challenges. Each technique has a one-liner here; see supporting files for full details. Python packages (all platforms): Linux (apt): macOS (Homebrew): - model-attacks.md - Model weight perturbation negation, model inversion via gradient descent, neural network encoder collision, LoRA adapter weight merging, model extraction via query API, membership inference attack - adversarial-ml.md - Adversarial example generation (FGSM, PGD, C&W), adversarial patch generation, evasion attacks on ML classifiers, data poisoning, backdoor detection in neural networks - llm-attacks.md - Prompt injection (direct/indirect), LLM jailbreaking, token smuggling, context window manipulation, tool use exploitation - If the challenge becomes pure math, lattice reduction, or number theory with no ML component, switch to /ctf-crypto . - If the task is reverse engineering a compiled ML model binary (ONNX loader, TensorRT engine, custom inference binary), switch to /ctf-reverse . - If the challenge is a game or puzzle that merely uses ML as a wrapper (e.g., Python jail inside a chatbot), switch to /ctf-misc . - Weight perturbation negation: Fine-tuned model suppresses behavior; recover by computing 2*W_orig - W_chal to negate the fine-tuning delta. See model-attacks.md . - LoRA adapter merging: Merge LoRA adapter W_base + alpha * (B @ A) and inspect activations or generate...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does ctf-ai-ml do?

Quick reference for AI/ML CTF challenges. Each technique has a one-liner here; see supporting files for full details.

Is ctf-ai-ml good?

ctf-ai-ml does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support ctf-ai-ml?

ctf-ai-ml currently lists compatibility with Skills CLI.

Is ctf-ai-ml safe to install?

ctf-ai-ml has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to ctf-ai-ml?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install ctf-ai-ml?

Run the following command to install ctf-ai-ml: npx skills add https://github.com/ljagiello/ctf-skills --skill ctf-ai-ml

Related skills

More from ljagiello/ctf-skills

Related skills

Alternatives in Software Engineering