Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
wgpsec avatar

Ctf Ai Ml

  • 25 installs
  • 1.6k repo stars
  • Updated July 19, 2026
  • wgpsec/aboutsecurity

Helps with ai & agent building tasks during AI-assisted development.

About

ctf-ai-ml is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • ctf-ai-ml
  • AI & Agent Building
  • AI-coding skill

Ctf Ai Ml by the numbers

  • 25 all-time installs (skills.sh)
  • +2 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #9,764 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wgpsec/aboutsecurity --skill ctf-ai-ml

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs25
repo stars1.6k
Last updatedJuly 19, 2026
Repositorywgpsec/aboutsecurity

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

CTF AI/ML Attack Techniques

When to Use

  • Challenge involves ML model files (.pt, .pth, .safetensors, .onnx, .h5)
  • Target is an AI chatbot, LLM-based application, or ML classifier
  • Need to craft adversarial examples to fool image/text classifiers
  • Challenge provides model weights for analysis or manipulation
  • AI/ML platform security testing (model extraction, membership inference)

Quick Start

pip install torch transformers numpy scipy Pillow safetensors scikit-learn
file model.*
python3 -c "import torch; m=torch.load('model.pt'); print(type(m), m.keys() if hasattr(m,'keys') else '')"

Decision Tree

1. Model weight file (.pt/.safetensors) → model-attacks.md

  • Weight perturbation negation, model inversion, LoRA merging, encoder collision

2. Image classifier to fooladversarial-ml.md

  • FGSM, PGD, C&W attacks, adversarial patches, evasion, data poisoning

3. LLM/chatbot targetllm-attacks.md

  • Prompt injection, jailbreaking, token smuggling, tool use exploitation

4. Pure math/crypto inside ML → Switch to ctf-crypto 5. Compiled model binary → Switch to ctf-reverse 6. Python jail wrapped in chatbot → Switch to ctf-misc

Pivot Signals

  • If challenge is pure cryptography/number theory with no ML → /ctf-crypto
  • If reverse engineering compiled inference binary → /ctf-reverse
  • If Python sandbox escape inside chatbot wrapper → /ctf-misc
  • If web app with AI features (prompt injection via web) → /ai-security/prompt-injection

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.