python-typing-patterns
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): No malicious patterns or security vulnerabilities were detected in the skill files. The skill correctly serves its purpose as an educational resource for Python developers.
- COMMAND_EXECUTION (SAFE): The
scripts/check-types.shscript is a utility for runningmypyandpyright. It securely handles user input by using double brackets for existence checks and quoting variables in command calls, preventing command injection. It also usesmktempfor secure temporary file creation.
Audit Metadata