data360-orchestrate
Fail
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/bootstrap-plugin.shand documentation inreferences/plugin-setup.mdautomate the installation of a CLI plugin by cloning a repository fromhttps://github.com/Jaganpro/sf-cli-plugin-data360.gitand runningyarn install. This executes arbitrary code from an unverified external source during the environment setup phase.\n- [REMOTE_CODE_EXECUTION]: Documentation inreferences/plugin-setup.mdrecommends an insecure execution pattern where a remote script is fetched viacurland executed directly by thepython3interpreter (curl ... | python3 -). This pattern bypasses local security checks and allows for immediate execution of potentially malicious code from a remote server.\n- [EXTERNAL_DOWNLOADS]: The skill relies on external code and assets hosted by a third-party GitHub user (Jaganpro) who is not affiliated with the primary vendor organization, creating a high-risk supply chain dependency on an unverified entity.\n- [COMMAND_EXECUTION]: Thescripts/verify-plugin.shscript executes shell commands usingbash -lcwhich include variable interpolation for the org alias. If this input is not strictly validated, it presents a risk of command injection through the script arguments.\n- [COMMAND_EXECUTION]: Thescripts/diagnose-org.mjsscript performs multiple shell command executions viaspawnSyncto probe the environment. Although it uses an argument array, the script is designed to execute commands provided by an external, unverified CLI plugin, the integrity of which cannot be guaranteed.
Recommendations
- AI detected serious security threats
Audit Metadata