oracle-manage
Warn
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
preparesubcommand is instructed to install system-level utilities (git,gh,ghq) onto the host platform. This involves executing package management commands that typically require elevated privileges. - [EXTERNAL_DOWNLOADS]: The
installsubcommand provides a mechanism to download and add new skills to the environment. Without explicit source validation or integrity checks, this creates a supply chain risk where malicious code could be introduced. - [CREDENTIALS_UNSAFE]: The skill includes functionality to "set up gh auth" within the
preparesubcommand. This process involves interacting with GitHub authentication tokens, which are sensitive credentials that could be exposed if handled improperly in a shared or automated environment. - [COMMAND_EXECUTION]: The
profileandenable/disablesubcommands perform file system modifications by renamingSKILL.mdfiles (e.g., toSKILL.md.disabled). This allows the skill to dynamically alter the agent's active command set and behavior. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection via the
$ARGUMENTSplaceholder. - Ingestion points: User input is interpolated into the prompt at the
$ARGUMENTSmarker inSKILL.md. - Boundary markers: No delimiters or instructions are provided to separate user input from the skill's logic.
- Capability inventory: The skill has the ability to install software (
prepare), modify configuration files (profile), and download content (install). - Sanitization: No sanitization or validation of the input is performed before interpolation.
Audit Metadata