didit-face-match
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill communicates with Didit's official API endpoints at
verification.didit.meandapx.didit.mefor biometric comparison and account management. - [COMMAND_EXECUTION]: The skill includes a Python script (
scripts/match_faces.py) that utilizes therequestslibrary to send image data to the Didit API and process the results. - [INDIRECT_PROMPT_INJECTION]: The skill processes external image data to generate facial comparison scores and metadata.
- Ingestion points: Image files provided via command-line arguments in
scripts/match_faces.py. - Boundary markers: The script uses a strict multipart/form-data schema for API requests and expects a structured JSON response.
- Capability inventory: HTTP network operations via the
requestslibrary inscripts/match_faces.py. - Sanitization: The script performs basic file path validation using
os.path.isfilebefore processing images.
Audit Metadata