appshots-cli-usage
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill contains no malicious instructions, obfuscation, or unauthorized data access attempts.
- [COMMAND_EXECUTION]: The skill provides a comprehensive reference for the
appshotsCLI tool, including commands for checking status, listing resources, and managing exports. These commands are intended for local execution to interface with the user's desktop application. - [EXTERNAL_DOWNLOADS]: The installation instruction provided (
dart pub global activate --source path packages/app_screenshots_cli) uses a local filesystem path source, ensuring no untrusted external code is downloaded during setup. - [DATA_EXPOSURE]: The tool reads a port number from a local configuration file at
~/.config/app-screenshots/server.port, which is a standard and safe method for local inter-process communication.
Audit Metadata