gift-card-issuance
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted input from customer records and internal notes which are then processed by the agent.
- Ingestion points: Data enters the agent context through the
customer_email,customer_id, andreasonparameters defined inSKILL.md. - Boundary markers: The instructions lack explicit delimiters or specific directives for the agent to ignore potential commands embedded within the customer-provided data or notes.
- Capability inventory: The skill utilizes the
shopify-admin-executiontoolkit to performgiftCardCreatemutations inSKILL.md, which create real-world monetary value. - Sanitization: There is no evidence of input validation or sanitization for the
reasonorcustomer_emailfields before they are interpolated into the GraphQL mutation. - [COMMAND_EXECUTION]: The skill performs GraphQL mutations that result in the creation of financial value (gift cards).
- Evidence: The
giftCardCreatemutation inSKILL.mdis used to generate redeemable store credit. - Mitigation: The skill properly includes a
dry_runparameter and safety warnings to encourage verification before committing changes.
Audit Metadata