shoplazza-orders
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data including order notes, shipping addresses, and buyer names which could contain malicious instructions designed to manipulate the agent.
- Ingestion points: External data is ingested through commands like
orders get,orders +search, andorders fulfillments listas documented inSKILL.mdandreferences/fulfillments.md. - Boundary markers: The skill does not implement explicit boundary markers or delimiters for untrusted data in the prompt instructions, though it does mandate re-confirming transaction details with the user.
- Capability inventory: The skill possesses the capability to modify order status, delete records, and issue refunds using the
shoplazzaCLI. - Sanitization: No explicit sanitization or filtering of external data fields is described in the instruction files; the skill relies on the
--dry-runsafety protocol to prevent unauthorized execution.
Audit Metadata