linkfox-zhihuiya-description-data-translated
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted technical descriptions from the external Zhihuiya patent database, which could contain instructions intended to influence the agent.
- Ingestion points: Technical patent text is fetched via the
/zhihuiya/descriptionDataTranslatedAPI and handled byscripts/zhihuiya_description_translated.py. - Boundary markers: The instructions do not define clear delimiters or "ignore" directives to isolate the retrieved patent content from the agent's core instructions.
- Capability inventory: The skill uses Python scripts with the ability to write JSON data to the local workspace and perform network operations.
- Sanitization: No explicit filtering or sanitization of the technical technical content is performed before it is rendered to the agent.
- [PERSISTENCE_MECHANISMS]: The onboarding guide (
references/onboarding.md) includes instructions for persisting authentication credentials across sessions. - Evidence: The documentation provides commands for users to append API keys to shell profiles such as
~/.zshrcand~/.bashrc, or usesetxon Windows. - [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The onboarding script references external Python packages that are required for specific features.
- Evidence:
scripts/onboarding.pysuggests the installation ofqrcode,pillow, andrequestsvia the standardpippackage manager from the official registry. - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill manages authentication tokens and transmits technical identifiers to remote servers.
- Evidence: The skill reads
LINKFOX_AGENT_API_KEYfrom environment variables and communicates withtool-gateway.linkfox.comandapi.linkfox.com. These endpoints are confirmed vendor-owned resources.
Audit Metadata