ecommerce-policy-readiness
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
references/checks.mdfile contains shell commands usingcurl,grep, andsedto retrieve and process ecommerce policy information from user-provided storefront URLs. These tools are used for their intended purpose of content extraction. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from external websites, which represents an indirect prompt injection surface. The risk is mitigated by explicit safety instructions.
- Ingestion points: Untrusted content enters the agent's context through
curloperations defined inreferences/checks.mdtargeting external storefront URLs. - Boundary markers:
SKILL.mdimplements guardrails requiring the agent to ground all answers in verified policy sources and to useHOLDorBLOCKstates when information is unverifiable. - Capability inventory: The skill utilizes shell execution for networking (
curl) and text processing (sed,grep,tr,head). - Sanitization: The
references/checks.mdscript includes basic HTML stripping logic (sed 's/<[^>]*>/ /g') to clean the ingested text before the agent processes it.
Audit Metadata