comet-open
Warn
Audited by Gen Agent Trust Hub on May 29, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple bash commands using variables (
$COMET_STATE,$COMET_GUARD) that are initialized at runtime from an external sourced file. It also uses placeholders like<name>and<change-name>that could lead to command injection if the agent populates them with unsanitized user-provided input.\n- [REMOTE_CODE_EXECUTION]: The skill uses thefindcommand to search for a script namedcomet-env.shin various locations, including the current working directory (.). It then proceeds to source this file (. "$COMET_ENV"), allowing for the execution of arbitrary shell code if a malicious file with that name is present in any of the searched directories.
Audit Metadata