Skip to main content

skill-system-memory

Provides persistent shared memory for AI agents using PostgreSQL, ensuring efficient memory retrieval and management.

Install this skill

or
33/100

Security score

The skill-system-memory skill was audited on Feb 12, 2026 and we found 13 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 193

Piping content to bash shell

SourceSKILL.md
193printf '%s' "Steps: ..." | bash "scripts/mem.sh" store semantic project "pgvector install" "postgres,pgvector,windows" 8
medium line 66

Access to hidden dotfiles in home directory

SourceSKILL.md
66- `~/.config/opencode/skill-system-memory/setup.json`
medium line 81

Access to hidden dotfiles in home directory

SourceSKILL.md
811) Copy `plugins/skill-system-memory.js` to `~/.config/opencode/plugins/`
medium line 86

Access to hidden dotfiles in home directory

SourceSKILL.md
86- Remove or rename `~/.config/opencode/plugins/skill-system-memory.js`
medium line 89

Access to hidden dotfiles in home directory

SourceSKILL.md
89- macOS/Linux: `~/.local/share/opencode/log/`
medium line 99

Access to hidden dotfiles in home directory

SourceSKILL.md
99- Remove `~/.config/opencode/plugins/skill-system-memory.js`
medium line 109

Access to hidden dotfiles in home directory

SourceSKILL.md
109- Linux/macOS: `~/.pgpass` (must be `chmod 0600 ~/.pgpass` or libpq will ignore it)
medium line 478

Access to hidden dotfiles in home directory

SourceSKILL.md
4781) Copy `plugins/skill-system-memory.js` to `~/.config/opencode/plugins/`
medium line 483

Access to hidden dotfiles in home directory

SourceSKILL.md
483- `~/.config/opencode/skill-system-memory/compaction-events.jsonl`
medium line 502

Access to hidden dotfiles in home directory

SourceSKILL.md
502- OpenCode events: `~/.config/opencode/agent-memory-systems-postgres/compaction-events.jsonl`
medium line 503

Access to hidden dotfiles in home directory

SourceSKILL.md
503- Output directory: `~/.config/opencode/agent-memory-systems-postgres/compaction-daily/`
low line 112

External URL reference

SourceSKILL.md
112- Docs: https://www.postgresql.org/docs/current/libpq-pgpass.html
low line 115

External URL reference

SourceSKILL.md
115- Docs: https://www.postgresql.org/docs/current/libpq-envars.html
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →