noteshell-e3b0c4 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited noteshell-e3b0c4 (Agent Skill) 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.
Your Inkdown knowledge base as MCP tools. Notes, secretary planner, cross-agent context — all accessible from any MCP-compatible client.
| Prefix | Count | Purpose |
|---|---|---|
notes_* | 13 | Note CRUD, search, artifacts, structure |
projects_* | 1 | List projects/folders |
secretary_* | 20 | Memory files, plans, daily tasks, analytics |
context_* / soul_* | 5 | Cross-agent context bus, user soul/preferences |
calendar_* | 3 | Calendar events via memory files |
search_* | 2 | Full-text search across notes + memory |
#### Read Before Write
Always read the current state before writing:
1. secretary_today → see current plan
2. secretary_task_modify → update a task#### Project-Scoped Operations
Most note tools accept project_id for filtering:
1. projects_list → find project UUID
2. notes_list { project_id: "..." } → list notes in project#### Memory File Naming
AI.md, Plan.md, Today.md, Tomorrow.md, Recurring.md, Calendar.mdPlans/<name>.md (e.g. Plans/algo-roadmap.md)History/YYYY-MM-DD.md (auto-archived daily plans)1. secretary_today → today's plan
2. secretary_plans_list → active roadmaps
3. context_entries → recent activity across agents1. projects_list → find target project
2. notes_create { title, content, project_id } → create the note
3. context_write { type: "note_created" } → log in context bus1. secretary_preferences → study hours, break frequency
2. secretary_plans_list → active plans + schedule
3. secretary_recurring_manage → recurring blocks
4. secretary_daily_generate { target: "Tomorrow.md", content: "..." }1. search_global { query: "..." } → search notes + memory
2. notes_get { note_id: "..." } → read full content1. secretary_analytics → completion rates, streaks, mood trends
2. soul_read → goals and preferencesFor deeper workflows, see the specialized skill files:
| Skill | File | When to Use |
|---|---|---|
| Morning Routine | skills/morning-routine.md | Full morning planning: review yesterday, archive, pick focus, generate Today.md |
| Evening Reflection | skills/evening-reflection.md | End-of-day review: capture mood, carry over tasks, prepare tomorrow |
| Weekly Review | skills/weekly-review.md | Weekly analysis: patterns, plan progress, suggestions, soul updates |
| Study Planning | skills/study-planning.md | Creating roadmaps, daily plans, tracking progress |
| Note Organization | skills/note-organization.md | Structuring projects, rich notes, Task→Note conversion |
| Research to Notes | skills/research-to-notes.md | Capturing research findings as structured notes |
| Daily Workflow | skills/daily-workflow.md | Activity logging, quick task updates during the day |
# Recommended: browser-based login
npx @noteshell/mcp login
# Legacy alternative: email/password
npx @noteshell/mcp setup <email> <password>Writes ~/.noteshell.json automatically. Requires a Noteshell account at noteshell.app.
{
"mcpServers": {
"noteshell": {
"command": "npx",
"args": ["-y", "@noteshell/mcp"]
}
}
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.