fsxmemory
Provides a structured memory system for AI agents, enabling context resilience and semantic search with Obsidian compatibility.
Install this skill
or
65/100
Security score
The fsxmemory skill was audited on Feb 9, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 43
Access to hidden dotfiles in home directory
SourceSKILL.md
| 43 | # Set global environment variable (in ~/.bashrc or ~/.zshrc) |
low line 169
Access to hidden dotfiles in home directory
SourceSKILL.md
| 169 | fsxmemory migrate --from openclaw --vault ~/.openclaw/workspace/memory --dry-run |
low line 172
Access to hidden dotfiles in home directory
SourceSKILL.md
| 172 | fsxmemory migrate --from openclaw --vault ~/.openclaw/workspace/memory --backup --verbose |
low line 175
Access to hidden dotfiles in home directory
SourceSKILL.md
| 175 | fsxmemory stats --vault ~/.openclaw/workspace/memory |
low line 176
Access to hidden dotfiles in home directory
SourceSKILL.md
| 176 | fsxmemory doctor --vault ~/.openclaw/workspace/memory |
low line 33
Access to .env file
SourceSKILL.md
| 33 | # Create .env in workspace root |
low line 34
Access to .env file
SourceSKILL.md
| 34 | echo 'FSXMEMORY_PATH=/path/to/workspace/memory' > .env |
medium line 289
Access to .env file
SourceSKILL.md
| 289 | ### 3. .env file (for workspace-isolated memory) |
low line 291
Access to .env file
SourceSKILL.md
| 291 | # Create .env in workspace root |
low line 292
Access to .env file
SourceSKILL.md
| 292 | cat > .env << 'EOF' |
medium line 301
Access to .env file
SourceSKILL.md
| 301 | **Use .env when:** |
medium line 305
Access to .env file
SourceSKILL.md
| 305 | - ✅ **Git-safe** — Add `.env` to `.gitignore` to protect paths |
medium line 312
Access to .env file
SourceSKILL.md
| 312 | - `FSXMEMORY_PATH` — Vault path (can be set in shell or `.env` file) |
medium line 328
Access to .env file
SourceSKILL.md
| 328 | - `.env.example` - Configuration template |
low line 342
External URL reference
SourceSKILL.md
| 342 | - npm: https://www.npmjs.com/package/@foresigxt/foresigxt-cli-memory |
Scanned on Feb 9, 2026
View Security Dashboard