zig-docs
Fetches Zig language documentation via CLI, providing quick access to API details and standard library function signatures.
Install this skill
or
82/100
Security score
The zig-docs skill was audited on Feb 28, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 54
Curl to non-GitHub URL
SourceSKILL.md
| 54 | curl -sL "https://api.github.com/repos/ziglang/zig/contents/lib/std" | jq -r '.[].name' |
medium line 57
Curl to non-GitHub URL
SourceSKILL.md
| 57 | curl -sL "https://api.github.com/repos/ziglang/zig/contents/lib/std/mem" | jq -r '.[].name' |
low line 44
External URL reference
SourceSKILL.md
| 44 | pandoc -f html -t plain "https://ziglang.org/documentation/master/" |
low line 47
External URL reference
SourceSKILL.md
| 47 | pandoc -f html -t plain "https://ziglang.org/documentation/master/" | head -200 |
low line 54
External URL reference
SourceSKILL.md
| 54 | curl -sL "https://api.github.com/repos/ziglang/zig/contents/lib/std" | jq -r '.[].name' |
low line 57
External URL reference
SourceSKILL.md
| 57 | curl -sL "https://api.github.com/repos/ziglang/zig/contents/lib/std/mem" | jq -r '.[].name' |
low line 64
External URL reference
SourceSKILL.md
| 64 | pandoc -f html -t plain "https://zig.guide/" |
low line 106
External URL reference
SourceSKILL.md
| 106 | pandoc -f html -t plain "https://ziglang.org/documentation/0.14.0/" |
low line 146
External URL reference
SourceSKILL.md
| 146 | - Language Reference: https://ziglang.org/documentation/master/ |
low line 148
External URL reference
SourceSKILL.md
| 148 | - Zig Guide: https://zig.guide/ |
Scanned on Feb 28, 2026
View Security Dashboard