deployment-version-policy
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [Data Exposure & Exfiltration] (SAFE): No sensitive file paths, credential markers, or network operations were found in the script or documentation.
- [Unverifiable Dependencies & Remote Code Execution] (SAFE): The script imports only the standard library 'argparse'. There are no external package installations or remote script executions.
- [Indirect Prompt Injection] (SAFE): The skill takes user-provided strings for '--env' and '--version' and prints them. While it lacks sanitization, the skill has no destructive capabilities (no file writing, no network access, and no command execution) that could be exploited via malicious input strings.
- [Obfuscation] (SAFE): All code is in plain text with no encoded strings or hidden Unicode characters.
Audit Metadata