is-this-photo-real
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use various CLI tools for forensic analysis, including
ffprobe,mediainfo,exiftool,yt-dlp, andsha256sum(found inSKILL.md,reference/tool-catalogue.md, andreference/verification-checklist.md). These tools are used to inspect file headers, metadata, and container structures. - [EXTERNAL_DOWNLOADS]: The skill utilizes
yt-dlpto download high-quality renditions of video content from external platforms for verification purposes. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its core function of processing untrusted external media and its associated metadata (e.g., EXIF, IPTC, and C2PA manifests).
- Ingestion points: External media files downloaded via
yt-dlpand metadata fields parsed byexiftool(mentioned inSKILL.mdandreference/verification-checklist.md). - Boundary markers: No specific delimiters or instructions to ignore embedded content within the metadata are provided.
- Capability inventory: The skill has the capability to execute several shell commands (
ffprobe,exiftool,yt-dlp,sha256sum,mediainfo) to process the ingested data. - Sanitization: No sanitization or validation steps are defined for the content extracted from external media or metadata tags.
Audit Metadata