image-layer-alignment-validator
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a local Python script (
scripts/compare_layers.py) to process images. The execution is deterministic, uses absolute paths where appropriate, and does not involve shell-injection-prone patterns or arbitrary command execution. - [EXTERNAL_DOWNLOADS]: No remote downloads or network requests are performed by the skill. All analysis is conducted locally, and it relies on standard, pre-installed image processing libraries.
- [DATA_EXFILTRATION]: No data exfiltration vectors were found. The skill specifically instructs the agent to process images locally and avoid uploading private assets to external services.
- [SAFE]: The skill follows security best practices for local data processing. No prompt injections, obfuscation, or persistence mechanisms were detected in the provided files.
Audit Metadata