linkfox-shopee-store-bundle-deal
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONREMOTE_CODE_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external Shopee API responses through the
developerProxyand saves the full JSON results to the local filesystem under thelinkfox/directory. If the agent is subsequently directed to read these saved files, it may encounter and execute malicious instructions embedded within the third-party data. - Ingestion points: External API responses from
tool-gateway.linkfox.comare saved to disk by theemit_resultfunction inscripts/_shopee_bundle_deal_common.py. - Boundary markers: None identified; raw API data is written directly to files.
- Capability inventory: The skill possesses
subprocess.runcapabilities inscripts/_shopee_bundle_deal_common.pyand file-writing capabilities in the same script. - Sanitization: No sanitization or validation of the remote data is performed before it is saved or potentially presented to the agent.
- [COMMAND_EXECUTION]: The skill uses
subprocess.runinscripts/_shopee_bundle_deal_common.pyto execute its internal dependency checker script,scripts/check_auth_dependency.py. This is used to verify that thelinkfox-shopee-store-authskill is available in the environment. - [DATA_EXPOSURE]: The
scripts/check_auth_dependency.pyscript performs a search across several system and user directories (such as~/.claude/skills,~/.cursor/skills, and~/.linkfox/skills) to locate other installed skills. While this is used for dependency management, it involves scanning the user's home directory structures. - [REMOTE_CODE_EXECUTION]: The onboarding script (
scripts/onboarding.py) requires external Python packages (requests,qrcode,pillow) for authentication and QR code generation. It provides instructions to the user to install these dependencies viapip. - [EXTERNAL_DOWNLOADS]: The skill communicates with vendor-owned infrastructure at
tool-gateway.linkfox.com,api.linkfox.com, andagent-api.linkfox.comfor API proxying, user registration, and billing operations. These interactions involve transmitting environment-based API keys and user credentials (phone numbers/SMS codes) to the vendor's servers.
Audit Metadata