experience-lds-graphql-generate

Pass

Audited by Gen Agent Trust Hub on Aug 14, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses two bash scripts (fetch-lds-graphql-schema.sh and test-lds-graphql-query.sh) to interact with the Salesforce CLI (sf). These scripts execute shell commands to perform GraphQL introspection and query testing.
  • Evidence: sf api request rest is used for authenticated API calls.
  • Mitigation: The scripts implement specific security controls: fetch-lds-graphql-schema.sh uses a Python-based realpath check to prevent directory traversal (refusing to write outside the current working directory), and test-lds-graphql-query.sh includes a 'Mutation Guard' that prevents accidental execution of write operations (mutations) unless explicitly enabled via an environment variable.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 14, 2026, 12:16 PM
Security Audit — agent-trust-hub — experience-lds-graphql-generate