unicode-tools
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard Unicode utility functions using the Python standard library (
unicodedata). No dangerous system calls, file system modifications, or persistence mechanisms were found. - [SAFE]: External communication is restricted to the author's official API domain (
unicodefyi.com) through an optional HTTP client. This is documented and intended behavior for the 'api' feature of the package. - [SAFE]: Dependencies are well-known, legitimate libraries (fonttools, httpx, typer, rich, mcp) used for their intended purposes (metadata extraction, HTTP requests, CLI formatting, and MCP protocol support).
- [SAFE]: All tools are correctly scoped to Unicode processing. There is no evidence of prompt injection, obfuscation, or data exfiltration attempts.
Audit Metadata