linkfox-shopee-store-livestream
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/_shopee_livestream_common.pyexecutes a local Python scriptscripts/check_auth_dependency.pyusingsubprocess.run. This is used to verify that the requiredlinkfox-shopee-store-authskill is available in the environment. - [PROMPT_INJECTION]: The skill provides functionality to fetch live comments from Shopee (
get_latest_comment_list.py). Since these comments are generated by external users, they represent an indirect prompt injection vector if the agent processes them without strict context isolation. - Ingestion points: Data enters the context through the
get_latest_comment_listAPI response handled inscripts/get_latest_comment_list.py. - Boundary markers: None identified; the response JSON is printed directly to stdout or saved to disk.
- Capability inventory: The skill allows for file writing to the local workspace and subsequent network calls to manage comments and items.
- Sanitization: No specific sanitization or filtering of comment content is performed before presentation to the agent.
- [EXTERNAL_DOWNLOADS]: The
scripts/onboarding.pyscript checks for and requests the manual installation of third-party librariesrequests,qrcode, andpillowto support login and payment QR code generation. - [SAFE]: The skill interacts exclusively with the vendor's domains (
tool-gateway.linkfox.com,api.linkfox.com,agent-api.linkfox.com) for API proxying and account management, which is consistent with its stated purpose.
Audit Metadata