writing-tests
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions for writing unit and integration tests for Salesforce Apex tools. It promotes best practices such as cleaning up resources in
afterEachand using real implementations over mocks where possible. - [SAFE]: The skill references the Node.js package
@salesforce/apex-lsp-shared. This is a legitimate vendor resource owned by the skill's author, forcedotcom (Salesforce), and is used for configuring logging levels during testing. - [SAFE]: File system operations are restricted to reading local test fixtures using standard
fs.readFileSynccalls. This is expected behavior for a skill focused on writing and running tests. - [SAFE]: No evidence of malicious behavior, such as prompt injection, credential harvesting, or unauthorized remote code execution, was found in the instructions or code examples.
Audit Metadata