manage-users
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it incorporates untrusted input into parameters for Harness management tools. Malicious instructions embedded in user data could be executed by the agent.
- Ingestion points: Untrusted data enters via the
search_termparameter inharness_listand various fields in thebodyparameter forharness_createas seen inSKILL.md. - Boundary markers: No delimiters or warnings are used to differentiate between instructions and user-supplied data.
- Capability inventory: The skill employs
harness_list,harness_get,harness_create, andharness_deleteinSKILL.mdto perform administrative actions on users, groups, and service accounts. - Sanitization: The instructions do not define any sanitization or validation for the interpolated data.
Audit Metadata