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_KEYenvironment variable or a command-line flag, avoiding hardcoded secrets. - [SAFE]: The Python helper script
scripts/patent_search.pyis well-structured and uses only built-in Python modules such asurllib,xml.etree.ElementTree, andargparse. 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