marimo-pair
Warn
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a script
execute-code.shthat allows the agent to run arbitrary Python code within a marimo notebook's kernel. This is a core feature but constitutes high-privilege execution within the notebook environment. - [EXTERNAL_DOWNLOADS]: The
execute-code.shscript allows the agent to connect to remote server URLs via the--urlflag. The instructions correctly warn that connecting to non-local servers could lead to data exfiltration or interaction with malicious endpoints. - [CREDENTIALS_UNSAFE]: Authentication tokens for marimo servers can be passed via the
--tokencommand-line argument. This is insecure as it exposes the secret in the system's process list (e.g., viaps), although the script also supports the saferMARIMO_TOKENenvironment variable. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection. The agent reads and processes output from the notebook kernel; if a notebook contains attacker-controlled data or malicious instructions, it could influence the agent's behavior during the session.
Audit Metadata