linkfox-shopee-store-orders
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/_shopee_orders_common.pyutilizessubprocess.runto execute an internal Python script (check_auth_dependency.py) to verify that the required authentication skill is present in the environment. - [PERSISTENCE_MECHANISMS]: The
references/onboarding.mddocumentation provides explicit instructions for the agent to guide the user in modifying shell configuration files (such as~/.zshrcand~/.bashrc) to persist theLINKFOX_AGENT_API_KEYacross sessions. - [EXTERNAL_DOWNLOADS]: The
scripts/onboarding.pytool checks for the presence of external libraries (requests,qrcode,pillow) and provides the user withpip installcommands if they are missing. It also communicates with vendor-controlled domains (linkfox.com) for authentication and billing services. - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill automatically saves full API responses from Shopee—which may contains sensitive order and customer information—to local JSON files within a
linkfox/directory in the current workspace. This is designed to optimize agent context usage but results in plain-text storage of business data. - [INDIRECT_PROMPT_INJECTION]: The skill processes data from the external Shopee Open API. While it implements a summarization strategy to handle large payloads, there are no explicit boundary markers or sanitization routines to prevent the agent from potentially following instructions embedded within order data.
Audit Metadata