inbox-summary — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited inbox-summary (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.
Use get_emails_with_preview to fetch recent emails with body previews in one pass. Default to limit: 50. Each email in the response now includes priority (1–5) and category fields — use these directly rather than re-classifying manually.
Before presenting the digest, call list_reminders. If any reminders are overdue or due today, surface them first:
⏰ **Follow-up reminders due**
- UID 123 (INBOX) — [note] · overdue
- UID 88 (INBOX) — [note] · due todaySkip this block if list_reminders returns no active reminders.
Map the category field from the tool response to digest sections:
| Tool category | Digest section |
|---|---|
ActionRequired | 🔴 Action Required |
Finance | 💰 Finance & Billing |
Travel or Calendar | 📅 Events & Calendar |
Newsletter, Social, Updates | 📦 Updates & FYI |
Use the priority field to sort within sections — highest priority first. Emails with priority ≥ 4 always appear in Action Required regardless of category.
If your local rules (from list_rules) add overrides, apply them: a rule with action_type: "priority" bumps the score; action_type: "category" overrides the section; action_type: "flag" adds a tag next to the sender name.
## Your inbox — last [N] emails
⏰ **Follow-up reminders due** (if any)
- UID [x] — [note] · overdue
### 🔴 Action Required ([n])
- **[Sender]** — [Subject] · [Date]
[One line on what action is needed]
### 💰 Finance & Billing ([n])
- **[Sender]** — [Subject] · [Date]
[Amount or key detail if visible in preview]
### 📅 Events & Calendar ([n])
- **[Sender]** — [Subject] · [Date]
[Date/time of event if visible]
### 📦 Updates & FYI ([n])
- **[Sender]** — [Subject] · [Date]
---
### 💡 I can help you
- Reply to [sender] about [topic]
- Unsubscribe from [newsletter] (say "unsubscribe from UID [x]")
- Set a reminder on [email] for follow-up
- Bulk archive the [n] newsletter emails
- Extract the event details from [email]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.