Skip to main content

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
172return `${coord.q},${coord.r}`;
medium line 371

Template literal with variable interpolation in command context

SourceSKILL.md
371return 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
3771. **Use string keys** for Map/Set operations: `${q},${r}`
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →
GitHub Stars 55
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
NeverSight/skills_feed