orchestrating-datacloud
Fail
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/bootstrap-plugin.shclones an external repository (github.com/Jaganpro/sf-cli-plugin-data360.git) and links it into the Salesforce CLI as a plugin. Additionally,references/plugin-setup.mdinstructs users to pipe a remote script fromraw.githubusercontent.com/Jaganpro/sf-skills/main/tools/install.pydirectly into thepython3interpreter, which is a high-risk execution pattern. - [EXTERNAL_DOWNLOADS]: The skill downloads code, configuration, and dependencies from unverified external sources, specifically the
JaganproGitHub account, which is not identified as a trusted vendor. This includes cloning a repository and potentially installing Node.js packages viayarn installinside the downloaded plugin. - [COMMAND_EXECUTION]: Multiple scripts, including
scripts/diagnose-org.mjs,scripts/verify-plugin.sh, andscripts/bootstrap-plugin.sh, execute various shell commands and child processes to manage the environment, compile code, and interact with the Salesforce CLI. - [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface in
scripts/diagnose-org.mjs. This script ingests and processes stdout/stderr data from external CLI outputs without sufficient sanitization, boundary markers, or validation of the source content before it is processed by the agent context.
Recommendations
- AI detected serious security threats
Audit Metadata