food-order-hardened
Warn
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill's debug section instructs users to use a throwaway configuration at
/tmp/ordercli.json. Because ordercli stores authentication tokens and session data in its configuration file, placing it in a world-writable or shared directory like/tmpcreates a significant risk of credential exposure and theft on multi-user systems.\n- [REMOTE_CODE_EXECUTION]: The skill metadata automates the installation of theorderclibinary from a remote GitHub repository (github.com/steipete/ordercli) using thego installcommand, which downloads and builds executable code at runtime.\n- [EXTERNAL_DOWNLOADS]: The skill fetches its primary tool and logic from an external third-party GitHub repository, which is not part of the standard system environment.\n- [COMMAND_EXECUTION]: The skill triggers multiple shell commands to interact with the Foodora service, including account configuration, session management, and order placement.\n- [PROMPT_INJECTION]: The instructions include defensive prompts designed to harden the agent against adversarial manipulation, specifically requiring explicit user confirmation for configuration changes and orders even if a third party (like a simulated 'IT admin') claims authority.
Audit Metadata