Summary
claude-mem versions 13.4.0 through 13.6.1 depend on shell-quote==1.8.3, which has CVE-2026-9277 (quote() does not escape newlines in object .op values).
Affected paths
<version>/package.json:34 across every currently-shipped version I could see:
- 13.4.0 / 13.4.1 / 13.4.2 / 13.5.5 / 13.5.6 / 13.6.0 / 13.6.1
Impact
Low-to-medium. The vulnerability only triggers when user-supplied data containing newlines is passed through shell-quote's op operand. Most code paths in claude-mem probably don't expose that shape, but a defense-in-depth bump is cheap.
Suggested fix
Bump shell-quote from 1.8.3 to whatever the current patched release is (1.8.4+ at the time of writing), then ship a new minor.
— flagged via NVIDIA SkillSpector scan during a personal Claude Code plugin audit on 2026-06-16
Summary
claude-memversions 13.4.0 through 13.6.1 depend onshell-quote==1.8.3, which has CVE-2026-9277 (quote()does not escape newlines in object.opvalues).Affected paths
<version>/package.json:34across every currently-shipped version I could see:Impact
Low-to-medium. The vulnerability only triggers when user-supplied data containing newlines is passed through
shell-quote'sopoperand. Most code paths inclaude-memprobably don't expose that shape, but a defense-in-depth bump is cheap.Suggested fix
Bump
shell-quotefrom1.8.3to whatever the current patched release is (1.8.4+ at the time of writing), then ship a new minor.— flagged via NVIDIA SkillSpector scan during a personal Claude Code plugin audit on 2026-06-16