injective-core-detect-changes
Warn
Audited by Snyk on Jul 22, 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.85). The workflow fetches GitHub release notes and a changelog for
NEXT_TAG(outsider-authored public web content), summarizes them intoNOTES_FROM_RELEASE, and passes that free-form text into the invokeddevrel-detect-breaking-changesagent, so the LLM context is indirectly fed outsider text at runtime.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly instructs the agent to fetch and analyze repository/release content at git@github.com:InjectiveFoundation/injective-core.git and specific GitHub release/changelog URLs (e.g. https://github.com/InjectiveLabs/injective-core/releases/tag/v1.20.0) at runtime, which will inject external content into the agent's analysis context and thus directly control its prompts/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