thumbgate-feedback-c21c42 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited thumbgate-feedback-c21c42 (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.
This skill captures feedback in TWO places simultaneously:
First, store in Amp's native memory for in-session recall:
Use mcp__memory__remember to store: "GOOD: {context}. What worked: {details}"Then, pipe to thumbgate for DPO export and analytics:
npx -y thumbgate capture --feedback=up --context="..." --what-worked="..." --tags="..."First, store in Amp's native memory so the mistake is recalled immediately:
Use mcp__memory__remember to store: "BAD: {context}. What went wrong: {details}. Fix: {what to change}"Then, pipe to thumbgate for prevention rules and DPO pairs:
npx -y thumbgate capture --feedback=down --context="..." --what-went-wrong="..." --what-to-change="..." --tags="..."Recall from Amp's memory (instant, in-session):
Use mcp__memory__recall with query describing the current taskAlso check thumbgate for cross-session prevention rules:
npx -y thumbgate rulesAmp's MCP memory gives you instant in-session recall. thumbgate gives you:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.