lov-output
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses local utility scripts (
profile_store.py,validate_skill.py) for managing configuration and validation. These scripts use standard Python modules likeargparse,json, andpathlib, and follow best practices such as atomic writes and restricted file permissions.\n- [CREDENTIALS_UNSAFE]: Theprofile_store.pyscript includes explicit logic to filter out sensitive keys (e.g., tokens, secrets, passwords) before persisting data to the user profile, reducing the risk of accidental credential leakage during profile updates.\n- [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided content for file storage. Instructions inSKILL.mdrequire the agent to use specific serializers and validators for structured data (JSON, YAML, CSV) and to preserve the original text verbatim, which serves as a mitigation against data-driven instruction override.\n- [REMOTE_CODE_EXECUTION]: The skill specifies a dependency on thePyYAMLlibrary for validation purposes. This is a standard library dependency used within a controlled validation script and does not involve downloading or executing code from unverified remote sources.
Audit Metadata