pre-changelog
Warn
Audited by Snyk on Aug 7, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The workflow reads outsider-authored free text from an open GitHub release PR by calling
gh api repos/MoonshotAI/kimi-code/pulls/<RELEASE>/filesand extracting the patch forapps/kimi-code/CHANGELOG.md, which is author-submitted content before merge.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill runs a GitHub API fetch at runtime (gh api repos/MoonshotAI/kimi-code/pulls//files) to retrieve the PR changelog diff which is then injected/processed to drive the agent's preview output, so external content directly controls the agent's behavior.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata