stax
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill implements a command,
stax comments, which retrieves and displays Pull Request comments from GitHub. This functionality creates an attack surface for indirect prompt injection, where an external actor could place malicious instructions in a PR comment that the agent might subsequently process. - Ingestion points:
SKILL.mdandreferences/commands.mdspecify thestax commentscommand for fetching remote PR data. - Boundary markers: The skill does not provide instructions to wrap the comment output in delimiters or treat it as untrusted content.
- Capability inventory: The skill has extensive shell execution capabilities via the
staxandgitbinaries across all reference files. - Sanitization: No explicit sanitization or filtering of the PR comment content is documented.
- [COMMAND_EXECUTION]: The skill manages complex Git workflows through the
staxCLI. It includes a reference tostax shell-setup --installinreferences/commands.md, which is a utility to modify shell profile configuration files (~/.bashrc, ~/.zshrc) to enable shell integration. While this is a standard developer tool feature, it is a persistence-related operation that modifies system configuration.
Audit Metadata