collection-membership-audit
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill ingests untrusted product and collection data from the Shopify API, creating a surface for indirect prompt injection where malicious instructions in product titles could influence agent behavior.
- Ingestion points:
productsandcollectionsGraphQL query results inSKILL.md. - Boundary markers: Absent; there are no instructions to delimit or ignore instructions within the retrieved data.
- Capability inventory: Uses the
shopify-admintoolkit for API access and has the ability to write CSV files to the local file system. - Sanitization: No explicit sanitization or escaping of external content is performed before processing or output generation.
- [SAFE]: The skill specifies read-only GraphQL operations and requests minimal API scopes (
read_products). No unauthorized network operations, hardcoded credentials, or persistence mechanisms were detected.
Audit Metadata