hexgrid-algorithms
Provides algorithms for hexagonal grid mathematics and pathfinding, essential for developing hex-based games.
Install this skill
or
75/100
Security score
The hexgrid-algorithms skill was audited on Feb 12, 2026 and we found 3 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
medium line 172
Template literal with variable interpolation in command context
SourceSKILL.md
| 172 | return `${coord.q},${coord.r}`; |
medium line 371
Template literal with variable interpolation in command context
SourceSKILL.md
| 371 | return corners.map((c, i) => `${i === 0 ? 'M' : 'L'} ${c.x} ${c.y}`).join(' ') + ' Z'; |
high line 377
Template literal with variable interpolation in command context
SourceSKILL.md
| 377 | 1. **Use string keys** for Map/Set operations: `${q},${r}` |
Scanned on Feb 12, 2026
View Security Dashboard