io.github.BitmapAsset/dear-agent
NPM · DEAR-AGENT · SCANNED AUG 3
Your AI agent keeps your diary for you. Local-first, private, works in any agent.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 34 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability61
- 50% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 740 tokens (~56/item across 13 items; 11 tools + 2 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage81
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 44% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · dear-agent
claude mcp add bitmapasset-dear-agent -- npx -y dear-agent
codex mcp add bitmapasset-dear-agent -- npx -y dear-agent
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"bitmapasset-dear-agent": {
"type": "local",
"command": [
"npx",
"-y",
"dear-agent"
],
"enabled": true
}
}
} openclaw mcp add bitmapasset-dear-agent --command npx --arg -y --arg dear-agent
mcp_servers:
bitmapasset-dear-agent:
command: "npx"
args: ["-y", "dear-agent"] {
"mcpServers": {
"bitmapasset-dear-agent": {
"command": "npx",
"args": [
"-y",
"dear-agent"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 −3
No change was recorded against any check on this day. Supply Chain Security went from 97 to 87. Other categories moved too: Stability & Change Management rose 4.
- 2 Aug 26 +46
- Provenance: unverified → fail ▼ security
- Malware scan: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- License: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 −3
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 28 Jul 26 −21
- Schema quality: 50 → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- 27 Jul 26 45
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
add_entry ~124
Record a text moment in the user's diary. Capture whenever they share something worth remembering — an event, feeling, win, or decision. The user never types into an app; you keep the diary for them.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | Day: "today" (default), "yesterday", or YYYY-MM-DD. |
| mood | string | — | Optional one-word mood. |
| tags | array | — | Optional short tags, e.g. work, family, health. |
| text | string | yes | What happened, in the user's own meaning, first person where it fits. |
No output schema declared.
No examples provided.
add_photo ~81
Save a photo into the user's diary for a day (local path or base64), with an optional caption.
| Name | Type | Req | Description |
|---|---|---|---|
| caption | string | — | — |
| data | string | — | — |
| date | string | — | Day: "today" (default), "yesterday", or YYYY-MM-DD. |
| filename | string | — | — |
| path | string | — | — |
No output schema declared.
No examples provided.
add_voice_note ~83
Save a voice note into the user's diary for a day (local path or base64), with an optional transcript.
| Name | Type | Req | Description |
|---|---|---|---|
| data | string | — | — |
| date | string | — | Day: "today" (default), "yesterday", or YYYY-MM-DD. |
| filename | string | — | — |
| path | string | — | — |
| transcript | string | — | — |
No output schema declared.
No examples provided.
get_day ~49
Read back one day's full diary entry, including any photos and voice notes filed that day.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | Day: "today" (default), "yesterday", or YYYY-MM-DD. |
No output schema declared.
No examples provided.
get_range ~31
Read diary entries between two dates (inclusive).
| Name | Type | Req | Description |
|---|---|---|---|
| end | string | yes | — |
| start | string | yes | — |
No output schema declared.
No examples provided.
list_days ~21
List every day that has a diary entry, oldest to newest.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
on_this_day ~56
Resurface entries from this same calendar date in past years (true anniversaries). The memory people fall in love with.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | Day: "today" (default), "yesterday", or YYYY-MM-DD. |
No output schema declared.
No examples provided.
recall ~113
Turn the diary into living memory of the person. With `about`, returns everything the diary knows about a person/place/topic across time. Without it, returns a profile digest (recurring people, themes, mood pattern, open commitments) for you to synthesize into who this person is. This is what makes Dear Agent a memory, not just a notebook.
| Name | Type | Req | Description |
|---|---|---|---|
| about | string | — | A person, place, project, or topic to recall. Omit for a whole-life profile digest. |
| limit | integer | — | — |
No output schema declared.
No examples provided.
reflect ~84
Get reflection material so you can proactively talk back to the user: patterns, progress, open loops, and on-this-day memories over the last week or month. Use for a daily check-in or weekly recap so the diary feels alive.
| Name | Type | Req | Description |
|---|---|---|---|
| end | string | — | Day: "today" (default), "yesterday", or YYYY-MM-DD. |
| period | string | — | — |
No output schema declared.
No examples provided.
search ~37
Search the whole diary for a word or phrase; returns matching days with snippets.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| query | string | yes | — |
No output schema declared.
No examples provided.
weekly_digest ~50
Pull the last 7 days of entries so you can write the user a short weekly reflection.
| Name | Type | Req | Description |
|---|---|---|---|
| end | string | — | Day: "today" (default), "yesterday", or YYYY-MM-DD. |
No output schema declared.
No examples provided.