korean-patent-search
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill communicates with the official KIPRIS Plus Open API at plus.kipris.or.kr, a well-known and authoritative service for intellectual property data in South Korea. All network requests are conducted over HTTPS.
- [SAFE]: Credential management follows secure practices. The skill retrieves the required API service key from environment variables (KIPRIS_PLUS_API_KEY) or explicit command-line flags, ensuring that sensitive keys are not hardcoded or inadvertently exposed.
- [SAFE]: The implementation is minimalist and secure, relying entirely on the Python standard library (such as urllib and xml.etree.ElementTree). This avoids potential supply chain risks associated with third-party package dependencies.
Audit Metadata