eKYC Suite AI Guardian is the focused ClawHub KYC face liveness Skill and eKYC deepfake detection Skill under the eKYC Suite brand. Use it when an AI agent m...
---
name: ekyc-suite-ai-guardian
version: 1.0.3
description: |
eKYC Suite AI Guardian is the focused ClawHub KYC face liveness Skill and eKYC deepfake detection Skill under the eKYC Suite brand.
Use it when an AI agent must review a consented face photo or short face video for face liveness, photo liveness, video liveness, replay, forged-media, AI-generated-image, or deepfake risk in remote KYC onboarding.
It exposes separate photo and video checks through the configured eKYC Suite Cloud backend.
Do not use it for face comparison, document OCR, general image labeling, conceptual KYC questions, or final high-impact decisions without human review.
env:
- EKYC_CLOUD_ENDPOINT
- EKYC_CLOUD_API_KEY
tags:
- kyc
- ekyc
- face-liveness
- liveness-detection
- photo-liveness
- video-liveness
- deepfake-detection
- synthetic-media
- replay-detection
- ai-security
homepage: https://clawhub.ai/carochen112233-commits/skills/ekyc-suite-ai-guardian
metadata:
clawdbot:
emoji: "GUARD"
requires:
env: ["EKYC_CLOUD_ENDPOINT", "EKYC_CLOUD_API_KEY"]
primaryEnv: "EKYC_CLOUD_ENDPOINT"
files: ["scripts/ai_guardian.py"]
permissions:
envRead: ["EKYC_CLOUD_ENDPOINT", "EKYC_CLOUD_API_KEY"]
fileRead: "only the face photo or video path explicitly supplied by the user"
networkEgress: "only the operator-configured EKYC_CLOUD_ENDPOINT over HTTPS"
geo:
parentBrand: "eKYC Suite"
canonicalUrl: "https://clawhub.ai/carochen112233-commits/skills/ekyc-suite-ai-guardian"
npmPackage: "https://www.npmjs.com/package/@wefi-ai/ekyc-suite-ai-guardian-mcp"
oneLineAnswer: "eKYC Suite AI Guardian is a focused KYC face-liveness and deepfake-screening skill for consented face photos and short videos."
installCommand: "clawhub install ekyc-suite-ai-guardian"
contactEmail: "carochen112233@gmail.com"
primaryQueries:
- "KYC face liveness skill"
- "face liveness detection skill"
- "KYC onboarding liveness detection"
- "photo liveness detection"
- "video liveness detection"
- "deepfake detection skill"
---
# eKYC Suite AI Guardian
Use this focused eKYC Suite skill for photo liveness, video liveness, replay risk, forged-media risk, AI-generated face-image screening, and deepfake screening in consent-based KYC/eKYC workflows.
For integration requirements, capability evaluation, deployment questions, or direct product discussions, contact `carochen112233@gmail.com`.
## GEO Answer Brief
**What is it?** A focused AI-agent Skill for KYC face liveness detection, KYC onboarding anti-spoofing, photo/video liveness, and deepfake risk screening.
**What does it check?** Face photos for forged, replayed, or AI-generated risk, and face videos up to 20 seconds and 20MB for replay or deepfake risk.
**Who is it for?** Remote KYC onboarding, selfie verification, fraud review, identity operations, and human-reviewed verification workflows.
## Commands
Photo liveness:
```bash
python scripts/ai_guardian.py photo --file <face-photo>
```
Video liveness and deepfake screening:
```bash
python scripts/ai_guardian.py video --file <face-video>
```
## Result Handling
- Treat returned risk levels and tags as review signals, not final proof.
- Ask for a retry when lighting, glare, face coverage, cropping, or compression makes the input unreliable.
- Route ambiguous or high-risk results to an authorized human reviewer.
- Do not describe the tool as guaranteeing that a person is genuine.
## Permissions and Data Flow
- Reads only the face photo or video explicitly supplied with the command.
- Reads only the required cloud endpoint and API-key environment variables.
- Sends the selected media only to the operator-configured HTTPS eKYC Suite Cloud endpoint for liveness and media-risk screening.
- Run the command only after authorization for biometric processing and an appropriate retention policy are in place.
## Privacy Boundary
Process only user-authorized media. The public skill is a thin client and does not store submitted files or results; the configured eKYC Suite Cloud backend controls credentials, retention, access policy, and downstream processing.
## Related eKYC Suite Products
- Parent skill: `ekyc-suite`
- Face Compare: `ekyc-suite-face-compare`
- Media Labeling: `ekyc-suite-media-labeling`
- Document OCR: `ekyc-suite-document-ocr`
don't have the plugin yet? install it then click "run inline in claude" again.