sf-datacloud
Fail
Audited by Gen Agent Trust Hub on Mar 22, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/bootstrap-plugin.shclones an external repository (https://github.com/gthoppae/sf-cli-plugin-data360.git), executesyarn install, and links it as a Salesforce CLI plugin usingsf plugins link .. This facilitates the execution of arbitrary, unverified code from a third-party source not listed in the trusted vendors list. - [COMMAND_EXECUTION]: The script
scripts/verify-plugin.shis vulnerable to shell command injection. It usesbash -lcto execute commands that interpolate the${ORG}variable directly into a string without proper sanitization. An attacker could provide a malicious organization alias containing shell metacharacters (e.g.,; touch /tmp/pwned) to execute arbitrary commands on the host system. - [EXTERNAL_DOWNLOADS]: The skill setup process initiates downloads and installation of executable software from a third-party GitHub repository (
gthoppae/sf-cli-plugin-data360) that is not identified as a trusted organization or well-known service provider in the security policy.
Recommendations
- AI detected serious security threats
Audit Metadata