typing-exclusion-worker
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill behavior is consistent with its stated purpose of managing typing debt in a Python project. It uses standard development tools and restricts its operations to assigned modules and configuration files.
- [COMMAND_EXECUTION]: The workflow involves running shell commands for linting and testing. These commands (mypy, pytest, and pre-commit run --files) are standard practices for maintaining code quality and do not involve untrusted remote sources or suspicious arguments.
- [DATA_EXPOSURE]: The skill modifies pyproject.toml and project source files. This access is necessary for the skill's function and does not involve accessing sensitive system credentials, private keys, or exfiltrating data to external domains.
Audit Metadata