cli-anything-agent-native-software
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to clone the core framework from the public repository at
https://github.com/HKUDS/CLI-Anything.gitand install community CLIs via thecli-hubtool. - [REMOTE_CODE_EXECUTION]: The setup instructions involve installing Python packages from PyPI (
pip install cli-anything-hub) and adding skills via Node.js (npx skills add), which downloads and executes code as part of the tool's intended installation process. - [COMMAND_EXECUTION]: The provided Python code templates demonstrate the use of the
subprocessmodule to interact with local system executables (e.g.,/usr/bin/myapp). This is the primary function of the skill—to provide a CLI bridge for GUI-based software.
Audit Metadata