move-auditor
Pass
Audited by Gen Agent Trust Hub on May 28, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill performs a network request to retrieve version information for the purpose of update notifications.
- It uses
curlto fetch theVERSIONfile from the author's official GitHub repository atraw.githubusercontent.com/sanbir/move-auditor-skills/. This network activity is limited to a single GET request from a well-known service and does not transmit sensitive data. - [COMMAND_EXECUTION]: The skill utilizes standard shell utilities to facilitate its auditing workflow.
- It executes
findto discover Move source files andcatto compile them into analysis bundles within a temporary directory created bymktemp. These operations are benign and strictly focused on project file management as part of the tool's intended functionality.
Audit Metadata