Patent Assistant
Analysis
The skill is coherent for drafting patent disclosures and running patent searches, but users should avoid sending confidential invention details to external search sites unless they are comfortable with that exposure.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
url = f"https://patents.google.com/xhr/query?url=q%3D{encoded_query}&num={limit}&exp=" ... url = f"http://www.innojoy.com/search/index.html?kw={encoded_query}"The patent search helper URL-encodes the user's query and sends it to external search providers; one supported provider uses plain HTTP. This is aligned with patent search, but unpublished technical details may leave the local environment.
