linkfox-zhihuiya-patent-family
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or injection attempts were detected in the skill's instructions, metadata, or scripts.
- [DATA_EXFILTRATION]: Network activity is confined to the vendor's domains (
linkfox.com) for patent data retrieval and feedback submission. These operations are transparently documented and consistent with the skill's intended functionality. - [CREDENTIALS_UNSAFE]: The skill implements safe secret management by retrieving the necessary API key from the
LINKFOXAGENT_API_KEYenvironment variable rather than using hardcoded values. - [COMMAND_EXECUTION]: The execution logic in
scripts/zhihuiya_patent_family.pyis limited to making a single POST request and parsing the JSON response. It does not utilize subprocesses or dynamic code execution functions likeeval()orexec(). - [EXTERNAL_DOWNLOADS]: The skill does not download or execute any external scripts or packages during runtime. It relies entirely on Python's standard library.
Audit Metadata