run-devops-with-orch-impl-rev
Warn
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill is designed to handle sensitive GitHub App private keys (
.pemfiles) and installation tokens. - Both the
impl-botandreview-botare instructed to access these secrets via shell commands (source .orchestrator/.bot-env.implandnode .orchestrator/app-token.js), which typically bypasses platform-level file-read protections. - The
IMPLEMENT-AGENT.mdplaybook explicitly instructs the agent to embed a GitHub installation token in a plaintext URL during thegit pushcommand (https://x-access-token:${GH_TOKEN}@github.com...), a practice that can expose the token in shell history, process lists, or log files. - [PROMPT_INJECTION]: The skill is highly susceptible to indirect prompt injection due to its operational model.
- Ingestion points: The
impl-botandreview-botagents ingest the task specification and the "approved approach" directly from GitHub issue bodies and comments usinggh issue view --comments. - Boundary markers: There are no instructions or delimiters provided to help the agents distinguish between legitimate instructions and malicious content injected by third parties into GitHub comments.
- Capability inventory: The agents have high-privilege capabilities, including writing to the repository, pushing commits to remote branches, and executing arbitrary "test commands" defined in the project's configuration via
Bash. - Sanitization: The skill lacks any mechanism to sanitize or validate the content retrieved from GitHub issues before it is used to guide the agent's actions.
Audit Metadata