pr-testing
Warn
Audited by Snyk on May 5, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill explicitly reads PR comments via
gh pr viewto extract the "Dogfood this PR" curl/powershell command and then runs scripts fetched from raw.githubusercontent.com (as shown in the SKILL.md install steps), meaning untrusted, user-generated PR comment content and remote repository-hosted scripts are ingested and directly drive installation and execution.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly runs remote installer scripts at runtime (e.g., curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash and irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1 | iex, plus aka.ms install links like https://aka.ms/install-aspire-cli.sh / https://aka.ms/install-aspire-cli.ps1), which fetch required content that is directly executed, satisfying the conditions for a runtime remote-code dependency.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata