hotel-all-in-one
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/install.pyscript downloads platform-specific binary executables (rgh-win.exe,rgh-macos,rgh-linux) from the author's official GitHub repository atRollingGo-AI/oauth-hotel-cli. - [COMMAND_EXECUTION]: The installation script utilizes the
subprocessmodule to detect local Node.js environments and attempt package installation vianpm. - [COMMAND_EXECUTION]: The
SKILL.mdfile instructs the agent to execute variousrghCLI commands (e.g.,search-hotels,hotel-detail,book) to fulfill user requests. - [COMMAND_EXECUTION]: The
scripts/install.pyscript programmatically modifies file permissions usingos.chmodto ensure the downloaded binaries are executable on macOS and Linux platforms. - [PROMPT_INJECTION]: The skill includes a self-updating mechanism that asks the agent to fetch a remote version of the
SKILL.mdfile fromraw.githubusercontent.comand conditionally alter its response based on the version metadata found in the remote file.
Audit Metadata