skills/forcedotcom/sf-skills/service-itsm-agentic-setup-agentforce-studio-validate/Gen Agent Trust Hub
service-itsm-agentic-setup-agentforce-studio-validate
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
Bashto invoke the Salesforce CLI (sf) and a local Node.js script. These operations are limited to authenticated API requests and internal data classification, adhering to the principle of least privilege by performing only read operations during validation. - [INDIRECT_PROMPT_INJECTION]: The skill processes data from external Salesforce API endpoints. A mandatory evidence chain analysis shows:
- Ingestion points: Data enters through
sf api request restwhich fetches feature toggle statuses from Salesforce. - Boundary markers: API responses are captured to temporary JSON files and processed via a standalone script rather than being directly interpolated into the primary prompt.
- Capability inventory: The skill uses
Bashfor command execution andAskUserQuestionfor user interaction. - Sanitization: The
classify-readiness.mjsscript performs strict JSON parsing and deterministic mapping of specific feature flags, preventing the agent from being influenced by unexpected or malicious content within the API response. - [DATA_EXFILTRATION]: The skill explicitly instructs against the extraction of
accessTokenfrom the CLI, ensuring that session credentials are not leaked into shell history or environment variables. All network communication is proxied through the authenticated Salesforce CLI, targeting only the user's own Salesforce organization.
Audit Metadata