Python Typing Checker
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears to perform read-only local static analysis of Python typing and shows no credential, network, persistence, or destructive behavior.
This looks appropriate for checking Python typing quality. Before installing or invoking it, make sure the agent is operating in the specific project directory you want reviewed, because the provided commands search local files under the current directory.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If invoked from the wrong directory, the agent could read and summarize code outside the intended project scope.
The instructions use local shell tools to enumerate and search Python files in the current directory. This is read-only and aligned with typing analysis, but it means the agent may inspect files wherever it is invoked.
find . -name "*.py" ...; grep -rn ... --include="*.py" .
Run or invoke this skill only from the repository you want analyzed, and avoid using it from a home directory or other broad parent folder.
