cleanup-weak-types
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a variety of standard development tools to perform static analysis and code refactoring.
- Evidence: Uses
grepto scan source files, and language-specific tools liketsc,mypy,go, andcargoto detect type-safety issues. - [COMMAND_EXECUTION]: Performs automated verification by running the project's own build and test scripts.
- Evidence: Executes
bun run typecheck,bun test,pytest,go test, andcargo testto ensure that type changes do not break existing functionality. - [SAFE]: The skill operates entirely within the local project environment.
- Evidence: No network operations (
curl,wget), external code downloads, or exfiltration patterns were detected. All file operations are restricted to the project directory and temporary storage for reports.
Audit Metadata