etsy-tony-full-erank-tools
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONMETADATA_POISONING
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from Etsy and eRank exports, creating a potential surface for indirect prompt injection attacks.
- Ingestion points: Data is ingested from external CSV, JSON, and HTML files via functions like
load_listingsindata_io.pyandload_shop_rowsinshop_search.py. - Boundary markers: The skill lacks explicit delimiters or instructions to ignore embedded prompts when presenting processed marketplace data to the agent.
- Capability inventory: Across its scripts, the skill has the capability to write files (
write_csv,write_json), perform network requests viarequests, and execute its own CLI module usingsubprocess(e.g., inrun_erank.py). - Sanitization: While
reject_sensitive_fieldsinmember_data.pyeffectively filters for hardcoded credentials or browser session data, there is no validation or sanitization of natural language content in listing fields liketitle,description, ortags. - [METADATA_POISONING]: The
SKILL.mdfile contains instructional content that promotes the author's social media profile (Douyin ID: 93440780745) for follow-along tutorials and human support.
Audit Metadata