ai-security

Scan prompts for injection, jailbreak, and data-exfiltration signals with MITRE ATLAS mapping.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Patasse97/claude-skills --skill ai-security-patasse97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-security
Source: https://github.com/Patasse97/claude-skills/tree/main/engineering-team/ai-security
Command: npx skills add https://github.com/Patasse97/claude-skills --skill ai-security-patasse97

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

AI/ML systems face prompt injection, jailbreaks, and data-exfiltration risks; this skill provides a structured methodology and tooling to assess these threats and map findings to MITRE ATLAS techniques.

Core Features & Use Cases

  • Threat scanner: scans prompts for injection patterns, jailbreak indicators, and data-extraction signals with MITRE ATLAS coverage.
  • ATLAS mapping: links detections to AML.T0051, AML.T0056, AML.T0020, AML.T0051.002 techniques for risk scoring and guardrail design.
  • Guardrail planning: outputs actionable recommendations to harden prompts, tool usage, and data handling in AI systems.
  • Use Case: evaluate a new AI assistant against seed prompts to identify exposure and design controls before deployment.

Quick Start

Run the AI threat scanner on your prompt dataset to detect prompt injection, jailbreak, and ATLAS-mapped risks.

Frequently Asked Questions about ai-security

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

FAQPage Schema
How do I detect prompt injection and jailbreak attempts in LLM prompts?

To detect prompt injection and jailbreak attempts, run a Python-based threat scanner that statically analyzes LLM prompts, tool calls, and retrieval-augmented contexts for malicious patterns and data-extraction signals.

How does MITRE ATLAS mapping work for AI security threat scanning?

MITRE ATLAS mapping works by linking detected prompt injection and jailbreak patterns to specific adversary techniques like AML.T0051, AML.T0056, and AML.T0020, providing structured risk scoring and guardrail design recommendations.

Can I scan retrieval-augmented generation contexts for data exfiltration risks?

Yes, you can scan retrieval-augmented contexts for data exfiltration risks. The threat scanner evaluates prompts and tool calls across these interactions to identify data-extraction signals before deployment.

What is the best way to assess AI assistant exposure against seed prompts before deployment?

The best way to assess AI assistant exposure is to run a threat scanner on your seed prompt dataset, generating JSON output with risk scores and actionable guardrail recommendations to harden system security.

Do I need specific dependencies to run static pattern scanning for AI threats?

No external dependencies are required to run static pattern scanning for AI threats. The skill operates using a standalone Python-based threat scanner with built-in authorization checks and JSON output generation.

What limitations exist when using automated risk assessment workflows for jailbreak detection?

Automated risk assessment workflows for jailbreak detection rely on static pattern scanning, meaning they may miss novel or obfuscated injection vectors that do not match pre-defined MITRE ATLAS techniques or known data-extraction signals.