asset-access-control
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill manages asset permissions based on data retrieved from external tools, creating a surface where malicious metadata or asset names could influence agent behavior.
- Ingestion points: The skill ingests untrusted data via
search_media_library(user-provided names) and tool outputs frombuild_access_listas described inSKILL.md. - Boundary markers: No specific delimiters or instructions to ignore embedded content are provided for the data retrieved from search or ACL tools.
- Capability inventory: The skill possesses sensitive permission-modifying capabilities through the
update_asset_aclandupdate_media_collectiontools. - Sanitization: The instructions include a mitigation strategy by requiring the agent to use system-validated
userIdandgroupIdvalues from official tool responses rather than user-supplied strings.
Audit Metadata