linkfox-temu-category-search
Fail
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: HIGHCOMMAND_EXECUTIONCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions in
references/onboarding.mddirect the agent to guide users in modifying shell configuration files (~/.zshrc,~/.bashrc,~/.bash_profile) and Windows environment variables viasetxto persist API keys. These actions create persistence mechanisms for credentials across sessions. Additionally,scripts/temu_category_search.pydynamically modifies the Python module search path (sys.path.insert) to include relative external directories. - [CREDENTIALS_UNSAFE]: The script
scripts/onboarding.pycontains a hardcoded internal identifier (_LOGIN_FIXED_UID) used in authentication headers, which is a significant risk for credential management and potential spoofing. - [EXTERNAL_DOWNLOADS]: The onboarding script requires third-party Python packages
requests,qrcode, andpillowwhich are not included in the standard library and lack version pinning, creating a dependency on external package registries. - [PROMPT_INJECTION]: The skill ingests user keywords in
scripts/temu_category_search.pywithout sanitization, sending them to a remote API. The agent then processes the API response without boundary markers, creating an indirect prompt injection surface. - Ingestion points:
keywordparameter inscripts/temu_category_search.py. - Boundary markers: None identified.
- Capability inventory: Network requests via
urllib.request.urlopenand local file writes to the projectlinkfox/directory. - Sanitization: None.
Recommendations
- AI detected serious security threats
Audit Metadata