field-service-data-capture-reference-configure
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard developer CLI tools including
sf(Salesforce CLI) andpython3. It provides commands for metadata deployment (sf project deploy start) and a maintenance script viasf apex runto update AssignedResource records. These are intended functionalities for Salesforce development and administration. - [INDIRECT_PROMPT_INJECTION]: The skill instructs the agent on how to build Flow metadata that interpolates Salesforce system variables such as
{$User.Username}and{$Flow.CurrentDate}. This represents standard platform configuration for the Field Service mobile environment and does not involve processing untrusted external text to influence agent reasoning. - [DYNAMIC_EXECUTION]: A Python one-liner is provided in the deployment section to parse JSON output and extract error messages. This uses standard library modules (
sys,json) and is a common utility pattern for CLI automation.
Audit Metadata