using-agent-relay
Warn
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill includes the
mcp__relaycast__workspace_set_keytool, which is designed to handle and store workspace API keys. - [REMOTE_CODE_EXECUTION]: The
mcp__relaycast__agent_addtool allows for the creation of new worker agents (running Claude, Gemini, Aider, etc.) and assigning them arbitrary tasks, which represents a form of delegated code/task execution. - [REMOTE_CODE_EXECUTION]: The custom command system (
mcp__relaycast__command_registerandmcp__relaycast__command_invoke) allows the agent to define and execute dynamic logic via slash commands. - [COMMAND_EXECUTION]: The documentation provides shell commands for the
agent-relayCLI utility, allowing for management of local processes, including viewing logs and terminating active agents. - [DATA_EXFILTRATION]: The
mcp__relaycast__file_uploadtool and the messaging suite facilitate the movement of files and data from the local environment to external channels and other agents. - [PROMPT_INJECTION]: The skill is highly susceptible to indirect prompt injection because its core function is to ingest and process data from external agents.
- Ingestion points: Tools such as
mcp__relaycast__message_inbox_check,mcp__relaycast__message_get, andmcp__relaycast__message_searchpull untrusted external messages into the agent's context. - Boundary markers: The instructions define a message format (e.g.,
Relay message from Alice [abc123]: Content) but do not implement strong delimiters or instructions to ignore embedded commands within the content. - Capability inventory: The presence of high-impact tools (agent spawning, file uploads, command execution) increases the potential damage if an indirect injection is successful.
- Sanitization: There is no mechanism described for sanitizing or filtering incoming message content to prevent the agent from obeying malicious instructions embedded in the communications.
Audit Metadata