hm-research
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a local bash script
scripts/crawlora.shto perform network operations. This script wrapscurland handles the transmission of theCRAWLORA_API_KEYenvironment variable as an authentication header. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data from H&M catalog entries, specifically customer reviews and product descriptions retrieved via the API.
- Ingestion points: Data is fetched from API endpoints described in
reference/endpoints.md, particularly thehm_productendpoint which returns customer review bodies. - Boundary markers: The instructions do not specify any delimiters or safety warnings for the agent when interpreting the content of product reviews.
- Capability inventory: The skill allows shell command execution through the
scripts/crawlora.shscript to perform further API queries. - Sanitization: The helper script correctly uses
curl's--data-urlencodefor outbound parameters, but there is no explicit filtering applied to the content returned from the API before it enters the agent's context.
Audit Metadata