service-omni-queue-members-assign
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill demonstrates secure coding practices, including regex-based validation for queue names and agent identifiers to prevent injection.
- [SAFE]: It uses a 'detect-before-write' strategy to ensure operations are idempotent and non-destructive.
- [SAFE]: A production guard verifies the Salesforce organization type (Sandbox, Trial, or Developer Edition) before allowing any modifications, reducing the risk of accidental misconfiguration in live environments.
- [SAFE]: Analysis of the Python test suite confirms that subprocess calls are used strictly for local unit testing of the skill's own scripts and do not represent a command execution risk.
Audit Metadata