disinfo-verificationlisted
Install: claude install-skill f5-sales-demo/marketplace
**Canonical skill URI**: `skill://osint-framework:disinfo-verification`
# Disinformation & Media Verification
Deepfake detection, fact-checking, media authenticity verification,
and misinformation analysis.
## Legal Notice
All tools use publicly available information only. Users must comply
with applicable laws and platform terms of service.
## Tools Reference
Read `skills/disinfo-verification/references/tools.md` for the complete
list of 17 free tools in this category.
## Key command-line tools
| Tool | Install | Alt Install | Usage |
| ------ | --------- | ------------- | ------- |
| DeepFake-Detect | `git clone https://github.com/dessa-oss/DeepFake-Detection && pip install -r requirements.txt` | Docker: `docker build -t deepfake-detect .` (from repo) | ResNet18-based deepfake classifier for images/video |
| DeepSafe | `git clone https://github.com/siddharthksah/DeepSafe && pip install -r requirements.txt` | Docker: `docker-compose up` (from repo -- recommended) | Ensemble deepfake detection with web and extension interfaces |
| DeepfakeBench | `git clone https://github.com/SCLBD/DeepfakeBench && pip install -r requirements.txt` | Conda: `conda env create -f environment.yml` | Benchmark framework for comparing deepfake detection models |
| DeepfakeDetector | `git clone https://github.com/TRahulsingh/DeepfakeDetector && pip install -r requirements.txt` | Docker: `docker build -t deepfake-detector .` (from repo) | EfficientNet-based deepfake detector with web interfac