korean-patent-search

Pass

Audited by Gen Agent Trust Hub on May 12, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill interacts exclusively with the official Korean Intellectual Property Rights Information Service (KIPRIS) API at plus.kipris.or.kr. All network operations are directed to this legitimate service and the official Public Data Portal (data.go.kr).
  • [SAFE]: Credentials are managed following security best practices. The skill instructs users to provide the API key via the KIPRIS_PLUS_API_KEY environment variable or a command-line flag, avoiding hardcoded secrets.
  • [SAFE]: The Python helper script scripts/patent_search.py is well-structured and uses only built-in Python modules such as urllib, xml.etree.ElementTree, and argparse. No dynamic code execution (eval, exec) or third-party package installations are performed.
  • [SAFE]: Data processing is limited to parsing XML responses from the trusted KIPRIS API and converting them into structured JSON. No risk of privilege escalation or persistence was identified.
Audit Metadata
Risk Level
SAFE
Analyzed
May 12, 2026, 05:48 AM
Security Audit — agent-trust-hub — korean-patent-search