crawlkit
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard Go development commands (
go mod tidy,go test,go vet) and Git operations (git tag,git diff) within the local environment to manage library lifecycle. - [EXTERNAL_DOWNLOADS]: Downloads Go module information from the official Go proxy (
proxy.golang.org) and the author's public GitHub repository (github.com/vincentkoc/crawlkit) for version verification. - [DATA_EXPOSURE]: Employs security best practices by using temporary environment variables (
XDG_CONFIG_HOME,XDG_CACHE_HOME) to isolate CLI testing from the user's permanent home directory.
Audit Metadata