replay-mcp
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION] (LOW): The skill grants access to the
Bashtool limited to thereplayio:prefix. This allows the agent to execute external CLI tools to interact with recordings, which is a powerful capability that should be monitored for unexpected usage patterns.- [DATA_EXFILTRATION] (LOW): The skill provides tools likeConsoleMessages,LocalStorage, andNetworkRequestto inspect the full state of a captured browser session. If a recording contains sensitive information such as API keys, tokens, or PII, the agent has the capability to read and potentially exfiltrate this data.- [PROMPT_INJECTION] (LOW): The skill is susceptible to indirect prompt injection because it processes untrusted data from external recordings. Malicious content within console logs or source code could attempt to influence the agent's behavior. - Ingestion points:
ConsoleMessages,ReadSource,SearchSources,NetworkRequesttools reading fromhttps://replay.iorecordings. - Boundary markers: Absent; there are no instructions to the agent to ignore instructions embedded within the recording data.
- Capability inventory:
Evaluate(dynamic expression evaluation),Bash(replayio:*)(scoped command execution), andReadSource(file reading). - Sanitization: Absent; the skill relies on the agent's internal safety filters to handle potentially malicious strings in the recording data.- [DYNAMIC_EXECUTION] (LOW): The
EvaluateandLogpointtools allow the agent to execute JavaScript expressions within the context of the recording. While intended for debugging, this constitutes dynamic code execution on data that could be influenced by the recording's original environment.
Audit Metadata