image-local-replacer
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/apply_local_replacements.pyuses user-provided file paths from a JSON configuration file without sufficient sanitization. Thefilefield in the configuration is joined directly to theinput_rootandoutput_dirusing the/operator (pathlib), which allows for path traversal (e.g., using../../) to read or overwrite image files outside the intended scope. - [REMOTE_CODE_EXECUTION]: No remote code execution patterns or suspicious downloads were detected. The skill uses the well-known
Pillowlibrary for image processing. - [DATA_EXFILTRATION]: No network operations or data exfiltration patterns were found. The skill operates exclusively on local files.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdare descriptive and do not contain attempts to override agent safety guidelines or bypass system prompts.
Audit Metadata