tm-search
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill correctly directs the agent to interact with official US Patent and Trademark Office domains (
tmsearch.uspto.govandtsdrapi.uspto.gov) and well-known services like RapidAPI. These interactions are consistent with the skill's stated purpose of retrieving trademark information. - [COMMAND_EXECUTION]: The provided Python script (
scripts/tm_search.py) uses the standardrequestslibrary to perform HTTP lookups. The code is well-structured and contains no hidden or malicious command execution patterns. - [CREDENTIALS_UNSAFE]: The skill uses placeholders such as
YOUR_KEY_HEREfor API authentication, properly instructing users to register for their own credentials rather than hardcoding sensitive data. - [DATA_EXFILTRATION]: There is no evidence of sensitive data harvesting or unauthorized network transmission. All data egress is limited to searching trademark keywords and retrieving status information from authoritative sources.
Audit Metadata