docs-stack-release
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from external sources which could potentially influence agent behavior.
- Ingestion points: Reads GitHub issue bodies via
gh issue viewand Slack thread replies viaslack_read_threadto resolve stakeholders and check release progress. - Boundary markers: Uses specific keyword patterns (e.g., "I can handle [product]") to identify relevant information, but does not implement robust delimiters to separate external content from instructions.
- Capability inventory: Includes the ability to execute
ghandgitcommands, write local state files, and post to Slack channels. - Sanitization: There is no evidence of explicit escaping or validation of the content parsed from external GitHub issues or Slack messages before it is processed or stored in the state file.
- [COMMAND_EXECUTION]: The skill makes extensive use of the GitHub CLI (
gh) andgitto automate repository management, issue editing, and pull request tracking within theelasticorganization. - [DATA_EXPOSURE]: The skill maintains session state in a local file at
~/.elastic-docs/stack-release-state.json. While this file contains information about active releases and PR statuses, it is scoped to the user's home directory and the vendor's specific toolset.
Audit Metadata