dx-org-permission-set-assign
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes the
sfCLI via the Bash tool to perform org management tasks. - Evidence: The
WorkflowandCommand Decision Tablesections inSKILL.mdexplicitly instruct the agent to executesf org assign permsetwith various flags. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it interpolates untrusted user input into shell commands.
- Ingestion points: User-provided permission set names, org aliases, and target usernames extracted from user messages.
- Boundary markers: No explicit delimiters or safety instructions beyond basic quoting for spaces are defined in
SKILL.md. - Capability inventory: Full shell execution via the Bash tool as described in
SKILL.md. - Sanitization: Limited to basic double-quoting for strings containing spaces; lacks comprehensive escaping for shell metacharacters in the instruction set.
Audit Metadata