data360-prepare
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Executes standard Salesforce CLI commands (sf data360) and node-based diagnostic scripts. These are standard administrative actions for the platform.
- [CREDENTIALS_UNSAFE]: Recommended credential management uses .env files and environment variables, which is a standard and safe practice for local script execution. No hardcoded secrets were found in the source code.
- [EXTERNAL_DOWNLOADS]: Includes instructions to install standard, well-known Python packages (PyJWT, cryptography, requests) from official registries.
- [REMOTE_CODE_EXECUTION]: The send-data.py script performs standard network operations to official Salesforce and Data Cloud login/tenant domains for authentication and data ingestion.
- [DATA_EXFILTRATION]: Network operations are limited to the intended functionality of sending records to the user-configured Salesforce Data Cloud tenant URL. No unauthorized data transmission was detected.
Audit Metadata