Agent Memory — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Agent Memory (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.
Give your agent persistent memory across sessions. Before starting any task, recall what went wrong last time. After completing work, capture whether it succeeded or failed. Prevention rules are auto-generated from repeated mistakes.
Add the MCP server (one-time):
claude mcp add thumbgate -- npx -y thumbgate serveNo API key needed. All data stays local.
Call the recall MCP tool with a description of your current task. The tool returns:
Read the prevention rules carefully. These are patterns that failed before — follow them.
Complete the task as normal. Keep track of what you did and whether it worked.
Call the capture_feedback MCP tool:
If succeeded:
upIf failed:
downVague feedback like "it failed" will be rejected. Be specific.
Call the feedback_stats MCP tool to see approval rate, top failure domains, and whether the agent is trending better or worse.
| Tool | What it does |
|---|---|
recall | Search past feedback and prevention rules for current task |
capture_feedback | Record what worked or failed with structured context |
prevention_rules | View auto-generated rules from repeated mistakes |
feedback_stats | Approval rate, trend analysis, top failure domains |
feedback_summary | Human-readable summary of recent signals |
| Profile | Tools | Use case |
|---|---|---|
essential | 5 core tools | Default — start here |
commerce | 6 tools + commerce_recall | Agentic commerce agents |
default | 12 tools | Full pipeline including DPO export |
Set profile: THUMBGATE_MCP_PROFILE=essential npx thumbgate serve
down feedbackdown feedback againrecall returns the rule → agent follows itThis is the core value. The agent doesn't learn — but it reads the rules and follows them.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.