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
| 147 | const todayPrefix = `evt-${date}`; |
medium line 168
Template literal with variable interpolation in command context
SourceSKILL.md
| 168 | return `${todayPrefix}-${nextSeq}`; |
medium line 265
Template literal with variable interpolation in command context
SourceSKILL.md
| 265 | const 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
| 306 | summary: `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