pilot-chat
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is designed to ingest and process text messages from external agents using the
pilotctl inboxandpilotctl listencommands. This creates an indirect prompt injection surface where a malicious sender could embed instructions to manipulate the receiving agent's behavior. - Ingestion points: Incoming message data retrieved via
pilotctl inboxandpilotctl --json listen 7as described in SKILL.md. - Boundary markers: None. There are no instructions or delimiters provided to help the agent distinguish between its own system prompt and the untrusted data received from the network.
- Capability inventory: The skill explicitly allows the
Bashtool and demonstrates using it for command substitution and piping to utilities likejq. - Sanitization: The provided workflow and command examples do not include any validation, escaping, or sanitization of the received message content before it is processed by the agent.
- [COMMAND_EXECUTION]: The skill's core functionality relies on executing shell commands via the
Bashtool to interact with thepilotctlbinary. While these commands are specific to the protocol's intended use, they provide the agent with active control over a local network-interfacing utility.
Audit Metadata