makepad-deployment
Warn
Audited by Snyk on Mar 31, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly installs and runs remote code during runtime (e.g., cargo install --git https://github.com/makepad/makepad.git and cargo install --git https://github.com/project-robius/robius-packaging-commands.git, and the referenced GitHub Action makepad-packaging-action), so those URLs fetch and execute external code that the packaging workflow depends on.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.70). The prompt includes explicit privileged system commands (e.g., "sudo apt-get update" and "sudo apt-get install ...") that require elevated privileges and modify the machine's system state, so it should be flagged as a potential compromise risk.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata