Architecture Impact
Warn
Audited by Snyk on Mar 29, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill's workflow and ensure_arch_repo.sh explicitly clone and git-pull the public GitHub repository https://github.com/openshift-hyperfleet/architecture.git, and SKILL.md states the analyzer "reads entire documents" from that repository to inform LLM decisions, so untrusted third-party content from that public repo is ingested and can influence agent actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill's ensure_arch_repo.sh is executed at runtime to git clone/pull https://github.com/openshift-hyperfleet/architecture.git, and the fetched repository is a required knowledge index whose documents are read and supplied to the analysis agent (i.e., directly influencing prompts), so remote content can control the agent's instructions.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata