data360-orchestrate
Fail
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads external plugin code from an untrusted GitHub repository:
https://github.com/Jaganpro/sf-cli-plugin-data360.git.- [REMOTE_CODE_EXECUTION]: The scriptscripts/bootstrap-plugin.shperforms agit cloneof an external repository and immediately executesyarn installandnpx tsc. This allows for the execution of arbitrary code defined in the external package's dependencies or build scripts.- [REMOTE_CODE_EXECUTION]: The documentation inreferences/plugin-setup.mdsuggests using a piped execution pattern:curl -sSL https://raw.githubusercontent.com/Jaganpro/sf-skills/main/tools/install.py | python3. This allows unverified remote code to run directly in the environment.- [COMMAND_EXECUTION]: The skill usesscripts/verify-plugin.shandscripts/diagnose-org.mjsto execute system-level shell commands for interacting with the Salesforce CLI (sf). This represents an attack surface for command injection if inputs are not strictly controlled.
Recommendations
- AI detected serious security threats
Audit Metadata