.cursor — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited .cursor (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Keep project context and personal AI memory local so tools can continue work without re-explaining the same context.
AI sessions reset too often. mindswap saves the current task, decisions, blockers, and handoff context so the next tool can pick up cleanly.
npm install mindswap --save-devnpx mindswap init
npx mindswap
npx mindswap doctor
npx mindswap resume
npx mindswap ask "Why did we choose JWT?"init to set up a repo and import existing AI contextsave to capture the current task, git state, and decisionsdoctor to check setup health and stale contextresume to start with a clean briefingask to search project memory with citationsmemory to manage blockers, assumptions, questions, and resolutions--global memory and ask scope for personal cross-tool memory under ~/.mindswap/reindex to rebuild the local SQLite search index from your file-based memorysync to share continuity state across machinesmcp and mcp-http to expose the same context to AI clientsMindSwap now supports two local memory scopes:
<repo>/.mindswap/~/.mindswap/Use global memory when a preference or learning should follow you across projects and tools.
npx mindswap log "Prefer concise explanations" --type assumption --global
npx mindswap memory list --scope all
npx mindswap ask "What explanation style should we use?" --scope all
npx mindswap reindex --scope allmindswap generates context for tools like Claude Code, Cursor, Copilot, Codex, Windsurf, Cline, Roo, Aider, Amp, Gemini CLI, and AGENTS.md-based workflows.
npx mindswap mcp-install
npx mindswap mcp-httpThe main repo data lives in .mindswap/:
.mindswap/
├── HANDOFF.md
├── state.json
├── decisions.log
├── memory.json
├── config.json
├── branches/
└── history/If mindswap helps your workflow, star the repo and keep improving the handoff loop.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.