Nim Metaprogramming
Enables advanced compile-time code generation and manipulation in Nim, enhancing performance and abstraction in systems programming.
Install this skill
or
88/100
Security score
The Nim Metaprogramming skill was audited on Feb 22, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 315
Curl to non-GitHub URL
SourceSKILL.md
| 315 | const apiResponse = staticExec("curl -s https://api.example.com/data") |
low line 315
External URL reference
SourceSKILL.md
| 315 | const apiResponse = staticExec("curl -s https://api.example.com/data") |
low line 498
External URL reference
SourceSKILL.md
| 498 | url("https://api.example.com") |
low line 673
External URL reference
SourceSKILL.md
| 673 | - [Nim Macros Tutorial](<https://nim-lang.org/docs/tut3.html>) |
low line 674
External URL reference
SourceSKILL.md
| 674 | - [Nim Macros Module](<https://nim-lang.org/docs/macros.html>) |
low line 675
External URL reference
SourceSKILL.md
| 675 | - [Nim Manual - Macros](<https://nim-lang.org/docs/manual.html#macros>) |
low line 676
External URL reference
SourceSKILL.md
| 676 | - [Nim by Example - Metaprogramming](<https://nim-by-example.github.io/macros/>) |
low line 677
External URL reference
SourceSKILL.md
| 677 | - [Nim AST Pattern Matching](<https://nim-lang.org/docs/ast_pattern_matching.html>) |
Scanned on Feb 22, 2026
View Security Dashboard