Prompt injection testing. USE WHEN prompt injection, jailbreak, LLM security, AI security assessment, pentest AI application, test chatbot vulnerabilities.
Before executing, check for user customizations at:~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/PromptInjection/
If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults.
π¨ MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION)
You MUST send this notification BEFORE doing anything else when this skill is invoked.
Send voice notification:
curl -s -X POST http://localhost:8888/notify \
-H "Content-Type: application/json" \
-d '{"message": "Running the WORKFLOWNAME workflow in the PromptInjection skill to ACTION"}' \
> /dev/null 2>&1 &
Output text notification:
Running the **WorkflowName** workflow in the **PromptInjection** skill to ACTION...
This is not optional. Execute this curl command immediately upon skill invocation.
PromptInjection Skill
π AUTHORIZATION & ETHICAL USE REQUIREMENTS
β οΈ CRITICAL - READ BEFORE USE β οΈ
This skill is part of a run by a security professional with extensive experience in offensive security testing.
Security Practice
Legal Requirements
AUTHORIZATION IS MANDATORY:
β ONLY test systems you own or have explicit written permission to test
β ONLY use these techniques as part of authorized penetration testing engagements
β ALWAYS document authorization before beginning any testing
β RESPECT scope boundaries defined in testing agreements
β FOLLOW responsible disclosure practices for any vulnerabilities discovered
UNAUTHORIZED TESTING IS ILLEGAL:
β NEVER test systems without explicit written permission
β NEVER exceed authorized scope boundaries
β NEVER use these techniques for malicious purposes
β NEVER disclose vulnerabilities publicly before vendor remediation
β NEVER exfiltrate real user data during testing
Ethical Framework
This skill exists for defensive security purposes:
Authorized penetration testing of client systems under formal engagement
Security assessment of your own systems and products
Research and education for improving AI/LLM security practices
Responsible disclosure of vulnerabilities to vendors for remediation
Any use of this skill constitutes acceptance of these terms and agreement to use only for authorized, ethical security testing purposes.
When to Activate This Skill
Activate this skill when user says:
Direct Triggers
"test for prompt injection", "prompt injection test", "prompt injection assessment"