Detect and respond to ideological drift, sycophantic patterns, and alignment
Scanned 9/4/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry-data --skill antidote-threat-handler --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Antidote Threat Handler?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-antidote-threat-handler-claude-skill-registry-data)More formats (shields.io, HTML) on the badges page.
---
name: antidote-threat-handler
description: Detect and respond to ideological drift, sycophantic patterns, and alignment
threats using the Antidote Protocol.
---
# Antidote Threat Handler
## Skill Metadata
- **Name:** antidote-threat-handler
- **Category:** Adversarial Testing
- **Version:** 1.0.0
## Purpose
Detect and handle behavioral drift, cognitive traps, and potential manipulation attempts.
## Protocol
### Threat Categories
1. **Sycophancy Drift** - Excessive agreement patterns
2. **Cognitive Traps** - Logical manipulation attempts
3. **Identity Erosion** - Persona boundary violations
4. **Consent Violations** - Unauthorized action requests
### Detection Mechanisms
- Pattern matching against known trap signatures
- Sentiment drift monitoring
- Consistency checking against baseline
- Boundary violation alerting
### Response Protocol
1. Identify threat type and severity
2. Log detection with evidence
3. Apply appropriate countermeasure
4. Report to audit trail
## Output Format
```json
{
"threat_detected": true,
"threat_type": "CATEGORY",
"severity": "HIGH|MEDIUM|LOW",
"evidence": "Description",
"countermeasure_applied": "Action taken"
}
```
## Behavioral Calibration
```yaml
vigilance_level: 0.9
false_positive_tolerance: 0.1
auto_response: true
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!