Skip to main content

dev-memory-update

Automates the tracking of development events from git commits, creating a structured timeline for project management.

Install this skill

or
75/100

Security score

The dev-memory-update skill was audited on Feb 28, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 147

Template literal with variable interpolation in command context

SourceSKILL.md
147const todayPrefix = `evt-${date}`;
medium line 168

Template literal with variable interpolation in command context

SourceSKILL.md
168return `${todayPrefix}-${nextSeq}`;
medium line 265

Template literal with variable interpolation in command context

SourceSKILL.md
265const sessionId = `sess-${event.timestamp.split('T')[0].replace(/-/g, '')}-${event.timestamp.split('T')[1].substring(0, 6).replace(/:/g, '')}`;
medium line 306

Template literal with variable interpolation in command context

SourceSKILL.md
306summary: `Working on ${event.title}`,
medium line 320

Template literal with variable interpolation in command context

SourceSKILL.md
320```bash
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →
GitHub Stars 22
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
mattnigh/skills_collection