sn-image-doctor
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs local environment diagnostics, including checking for the existence of required project files (SKILL.md, requirements.txt) and verifying that necessary Python dependencies are installed using importlib.
- [SAFE]: The script dynamically loads a configuration module from a local project directory (sn-image-base/scripts) to validate environment variables against the project's internal schema. This is standard modular design for diagnostic utilities and occurs within the project's own path scope.
- [SAFE]: The skill interacts with environment variables such as SN_API_KEY for validation purposes. It does not contain hardcoded credentials, and no network operations are present to exfiltrate sensitive data. Configuration values are printed locally for user troubleshooting.
Audit Metadata