ctf-ai-ml

Identify AI/ML security weaknesses using adversarial examples and model extraction attacks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/0X6C7879/aegissec --skill ctf-ai-ml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ctf-ai-ml
Source: https://github.com/0X6C7879/aegissec/tree/main/skills/ctf-ai-ml
Command: npx skills add https://github.com/0X6C7879/aegissec --skill ctf-ai-ml

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CTF participants need practical techniques to assess and exploit AI/ML systems in controlled scenarios.

Core Features & Use Cases

  • Technique catalog: adversarial ML, model extraction, data poisoning, membership inference, encoder collisions, LoRA exploitation, and LLM attacks with practical exercises.
  • Hands-on labs: guided payloads and references to model attacks papers to reproduce results in safe test environments.
  • Use Case: In a CTF, you can map an ML target's vulnerabilities and design staged exploits to retrieve flags or demonstrate weaknesses.

Quick Start

Run a practice AI/ML attack against a target model using the provided examples to observe defense gaps in a safe, controlled environment.

Frequently Asked Questions about ctf-ai-ml

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What AI/ML attack techniques can I use for CTF challenges?

AI/ML attack techniques for CTF challenges include adversarial examples, data poisoning, model extraction, membership inference, encoder collisions, LoRA exploitation, and LLM attacks. These methods map model vulnerabilities to practical exploits for retrieving flags.

How do I reproduce adversarial machine learning attacks in a test environment?

To reproduce adversarial machine learning attacks, use guided payloads and references to model attack papers provided by the skill. These resources help you execute staged exploits and observe defense gaps safely within controlled test environments.

Can I use this skill for LLM attacks and prompt injection scenarios?

Yes, LLM attacks are a core scenario. The skill provides practical exercises and actionable payloads specifically designed to assess LLM security weaknesses, understand risks, and demonstrate vulnerabilities in controlled CTF scenarios.

Do I need any specific frameworks or dependencies to practice model extraction and data poisoning?

No specific dependencies are required. The skill focuses on providing actionable guidance, workflows, and example payloads mapped to reference papers, allowing you to apply model extraction and data poisoning techniques using your preferred environment.

What is the best way to map an ML target's vulnerabilities during a security assessment?

The best way to map an ML target's vulnerabilities is applying a broad set of scenarios like adversarial examples and membership inference. This identifies practical weaknesses and helps design staged exploits to demonstrate system risks.

When should I not use adversarial examples for model attacks?

Adversarial examples should not be used outside controlled, safe test environments. They are designed for CTF scenarios to observe defense gaps and understand risks; deploying them against production models without authorization is unsafe.