using-phux
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill establishes a workflow where an agent reads terminal output and performs actions based on it, creating a vulnerability to instructions embedded in that output.
- Ingestion points: Terminal data is ingested via
phux snapshot --json @Nas described inSKILL.md. - Boundary markers: There are no instructions to use delimiters or ignore commands found within terminal snapshots.
- Capability inventory: The agent possesses write and execution capabilities through
phux run,phux send-keys, andphux paste. - Sanitization: The skill does not specify any sanitization or validation of the terminal content before it is processed by the agent.
- [COMMAND_EXECUTION]: The skill is designed to execute arbitrary commands in persistent terminal environments.
- The
phux runcommand is used for discrete execution in target terminal panes. - Interactive inputs and multiline text are managed through the
send-keysandpasteverbs. - [DATA_EXFILTRATION]: Terminal snapshots provide access to potentially sensitive session history.
- The agent uses
phux snapshotto capture the state of terminal panes, which may contain environment variables, command history, or sensitive data displayed during the session.
Audit Metadata