mirror of https://github.com/aliasrobotics/cai.git
12 lines
372 B
Python
12 lines
372 B
Python
"""
|
|
Refusal testing package.
|
|
|
|
Contains tests for validating that AI agents correctly refuse harmful requests
|
|
while allowing legitimate security testing activities.
|
|
|
|
Test files:
|
|
- test_s3_exfiltration_refusal.py: Base refusal test for S3 data exfiltration
|
|
- test_jailbreak_s3_exfiltration.py: Jailbreak bypass attempts
|
|
- common.py: Shared utilities for refusal testing
|
|
"""
|