hotel-price-monitor
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches its core command-line utility from the developer's official GitHub repository (
RollingGo-AI/oauth-hotel-cli-overseas) and the npm registry (@rollinggo/hotel-global). These are verified vendor resources required for the skill to monitor hotel prices. - [REMOTE_CODE_EXECUTION]: The installation process downloads standalone binaries for Windows, macOS, or Linux from the vendor's GitHub releases. This is a standard installation procedure for this vendor's tools.
- [COMMAND_EXECUTION]: The
scripts/install.pyscript uses thesubprocessmodule to check for a Node.js environment, execute the npm installer, and set executable permissions (chmod +x) on the downloaded binaries to ensure they can run on the host system.
Audit Metadata