linkfox-eureka-description
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes technical documentation from an external source.
- Ingestion points: Technical patent description data is retrieved via the
https://tool-gateway.linkfox.com/eureka/descriptionDataAPI, as implemented inscripts/eureka_description.pyandreferences/api.md. - Boundary markers: Absent. The instructions in
SKILL.mddo not recommend wrapping the retrieved patent text in delimiters or providing warnings to ignore instructions embedded within the technical content. - Capability inventory: The skill includes network read operations and telemetry reporting via the Feedback API; it does not perform file system writes or execute arbitrary system commands.
- Sanitization: No sanitization, filtering, or validation of the API-returned content is specified in the documentation or the retrieval script.
- [DATA_EXFILTRATION]: The skill performs network operations to vendor-specific domains.
- It sends requests to
tool-gateway.linkfox.comto fetch data andskill-api.linkfox.comfor feedback reporting. Both domains are associated with the skill's author, linkfox-ai. - The skill correctly handles sensitive credentials by reading the
LINKFOXAGENT_API_KEYfrom environment variables rather than hardcoding secrets.
Audit Metadata