platform-apex-generate
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill enforces robust security constraints for Apex development, such as the mandatory use of 'with sharing' keywords, preventing data exposure, and requiring 'WITH USER_MODE' in queries to enforce Field Level Security (FLS) and CRUD permissions.
- [SAFE]: Specific protections against SOQL injection are integrated into the instructions and templates, mandating the use of bind variables for dynamic queries and validating dynamic field names against the SObject schema.
- [SAFE]: The workflow requires the execution of the Salesforce Code Analyzer (sf code-analyzer) to detect and remediate security vulnerabilities before code completion.
- [SAFE]: No malicious patterns such as obfuscation, unauthorized data exfiltration, or persistence mechanisms were detected in the instructions, templates, or example code.
Audit Metadata