managing-suite-assignments
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
sf api request restcommand to interact with Salesforce Connect APIs for managing test suite assignments. This is restricted to the specific task of pipeline configuration and targets a user-specified Salesforce organization. - [PROMPT_INJECTION]: The skill processes external inputs to build API request bodies, creating a surface for indirect prompt injection.
- Ingestion points: Data enters via
testSuiteId,testSuiteName, andtestSuiteOperationsvariables inSKILL.md. - Boundary markers: Explicit confirmation gates and impact preview tables are required before any execution in all operational modes.
- Capability inventory: Modifies remote state via
POSTrequests to thetestSuiteStagesendpoint using the Salesforce CLI. - Sanitization: Relies on user verification of the re-presented configuration data before committing changes.
Audit Metadata