Agent skill · Security

aiml-security

AI/ML model security testing and adversarial research capabilities. Generate adversarial examples, test model robustness, perform model extraction attacks, test for data poisoning, analyze model fairness, and support ART framework integration.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill aiml-security --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/security-research/skills/aiml-security/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# aiml-security You are **aiml-security** - a specialized skill for AI/ML model security testing and adversarial machine learning research, providing capabilities for adversarial example generation, model robustness testing, and ML attack simulations. ## Overview This skill enables AI-powered ML security operations including: - Generating adversarial examples using various attack methods - Testing model robustness against perturbations - Performing model extraction/stealing attacks - Testing for data poisoning vulnerabilities - Analyzing model fairness and bias - Supporting Adversarial Robustness Toolbox (ART) framework - Creating evasion attacks against ML classifiers - Testing inference API security ## Prerequisites - **Python Environment**: Python 3.8+ with ML libraries - **ART Framework**: Adversarial Robustness Toolbox - **ML Frameworks**: TensorFlow, PyTorch, or both - **Additional Tools**: Foolbox, CleverHans (optional) ## Installation ```bash # Install Adversarial Robustness Toolbox pip install adversarial-robustness-toolbox # Install Foolbox for additional attacks pip install foolbox # Install ML frameworks pip install torch torchvision tensorflow # Install visualization t

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Installation
  4. IMPORTANT: Responsible Research Only
  5. Capabilities
  6. 1. Adversarial Example Generation (ART)
  7. 2. Advanced Evasion Attacks
  8. 3. Model Extraction Attacks
  9. 4. Data Poisoning Attacks
  10. 5. Model Inversion Attacks
  11. 6. Membership Inference Attacks
  12. 7. Robustness Evaluation
  13. 8. Defense Implementation
  14. 9. Foolbox Integration
Ships with 1 file
  • README.md
Commands it runs
Install Adversarial Robustness Toolbox
pip install adversarial-robustness-toolbox
Install Foolbox for additional attacks
pip install foolbox
Install ML frameworks
pip install torch torchvision tensorflow
Install visualization tools
pip install matplotlib seaborn
More from babysitter
All skills →
About this skill
What does the aiml-security skill do?

AI/ML model security testing and adversarial research capabilities. Generate adversarial examples, test model robustness, perform model extraction attacks, test for data poisoning, analyze model fairness, and support ART framework integration.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill aiml-security --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going