session-memory-mailbox-exclusion-4c08ac — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited session-memory-mailbox-exclusion-4c08ac (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.
Domain: multi-agent Trigger: Apply when a background or forked agent shares team context with a leader thread and must not consume mailbox messages intended for the leader. Source Pattern: Distilled from reviewed multi-agent coordination and child-runtime patterns.
Treat mailbox-draining attachments as ownership-sensitive, not universally thread-safe. When a background fork shares the same team context as the lead agent, exclude the mailbox attachment path for that fork so it cannot mark leader messages as read and silently steal them from the permanent conversation stream. Keep the exclusion narrow and source-based so the main thread and legitimate teammate consumers still receive mailbox attachments normally.
If a session-memory extractor runs as a background fork against the same team context as the lead agent, skip its teammate mailbox attachment. The leader still receives teammate DMs as durable conversation turns, while the background worker avoids consuming them as ephemeral side attachments.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.