platform-soql-query
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary purpose is educational and tool-oriented for Salesforce developers. All provided assets (SOQL examples and Apex classes) are standard patterns for the platform.
- [COMMAND_EXECUTION]: The file
scripts/post-tool-validate.pyis an advisory validation script. It uses standard Python libraries (os,sys,re,json) to perform static analysis on SOQL files. It attempts to import a localcode_analyzermodule from a relativeshareddirectory, which is a standard pattern for multi-skill repositories. - [DATA_EXFILTRATION]: No unauthorized network operations or exfiltration patterns were found. References to the Salesforce CLI (
sfcommands) inreferences/cli-commands.mdare documentation for interacting with the user's own authorized Salesforce environments. - [PROMPT_INJECTION]: The instructional content in
SKILL.mdand the reference guides focus on best practices for query performance, security enforcement (e.g.,WITH SECURITY_ENFORCED), and governor limit awareness. No bypass or override instructions were detected. - [INDIRECT_PROMPT_INJECTION]: While the validation script processes user-edited
.soqlfiles, it performs localized static analysis using regex and does not pipe untrusted content into dangerous execution sinks. The output is advisory and informative.
Audit Metadata