pilot-email-bridge
Warn
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The workflow example provided in
SKILL.mdinstructs the execution of a local script namedsmtp_relay_server.pyusingpython3. This script is not provided within the skill's file list, meaning its contents and security posture are unverifiable. - [DATA_EXFILTRATION]: The skill utilizes the
pilotctl send-filecommand, which allows the agent to read and transmit local files. If an attacker can influence the file path argument, this could lead to the exfiltration of sensitive files such as SSH keys or environment configurations. - [PROMPT_INJECTION]: The skill is designed to receive and process external messages via
pilotctl inboxandpilotctl recv. This creates a significant surface for Indirect Prompt Injection, where malicious instructions embedded in incoming emails could manipulate the agent's behavior. - Ingestion points:
pilotctl inbox,pilotctl recv(documented inSKILL.md) - Boundary markers: None identified in the provided instructions.
- Capability inventory: Execution of shell commands via
Bash, file system access viasend-file, and network configuration viaset-webhook. - Sanitization: No evidence of sanitization or content filtering for incoming message data.
- [COMMAND_EXECUTION]: The skill requires the
Bashtool and executes multiple subprocesses via thepilotctlbinary, including starting a daemon and managing webhooks.
Audit Metadata