things3-manager
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
osascriptto openthings:///URLs for creating and updating tasks. It usessubprocess.runwith a list of arguments and properly URL-encodes all user input usingurllib.parse.quote, which effectively prevents command injection. - [EXTERNAL_DOWNLOADS]: The
setup.shscript installs thethings-pylibrary from the Python Package Index (PyPI). This is a well-known library used for its intended purpose of reading the local Things 3 SQLite database. - [SAFE]: The skill stores its configuration and environment data in a localized
.skills-datadirectory within the project root, adhering to recommended data isolation practices. No patterns of data exfiltration, obfuscation, or persistence were found.
Audit Metadata