render-workflows
Fail
Audited by Snyk on Aug 1, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). The URLs are mostly official docs and example code, but they include a raw GitHub-hosted install.sh meant to be piped to sh and a GitHub Releases page for downloading CLI executables — both are distribution vectors for arbitrary code and should be treated as potentially risky unless verified.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In the local development runtime path, an outsider can supply arbitrary JSON inputs via the CLI interactive menu (
render workflows tasks list --local→ selectrun→ “Provide input as a JSON array”), which the workflow task code will then process insiderender workflows dev/the local task server.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill explicitly instructs fetching remote example files at runtime to verify API patterns (e.g., https://raw.githubusercontent.com/render-oss/sdk/main/python/example/task/main.py), meaning externally-hosted code/content would be fetched and used to control generated prompts/code.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata