python-typing-ops
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The documentation and reference files (SKILL.md, references/*.md) provide legitimate, high-quality guidance on modern Python typing features such as generics, protocols, and type narrowing.
- [SAFE]: The shell script
scripts/check-types.shfollows security best practices by usingset -efor error handling and properly quoting variables (e.g., "$TARGET") to prevent command injection when executing mypy or pyright. - [SAFE]: All external dependencies and tools referenced, including Pydantic, mypy, pyright, and various type stubs, are well-known and trusted resources within the Python development community.
Audit Metadata