channel — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited channel (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.
Manage messaging channels (imessage, email, telegram, whatsapp, signal, teams) and their runtime services. Read the referenced file ONLY when triggered.
| Concern | Owner |
|---|---|
| Channel inventory, health, deploy, start/stop | This skill |
| Scheduled messages, cron/launchd/systemd jobs | `/schedule` skill |
| Recipient groups for those messages | `/mandants` skill |
When the user asks about a scheduled message ("compliment for Mom", "weekly-digest", cron timing) route to /schedule. Channel management is the transport layer; scheduling is a separate concern.
| Argument | Effect | Default |
|---|---|---|
(none) | Channel overview | — |
{name} | Detail view of one channel | — |
health | Health check all channels | — |
deploy {name} | Deploy channel service | — |
start/stop/restart {name} | Service control | — |
User wants to...
├── Channel overview / status → Read references/workflow.md (§ Overview)
├── Channel health check → Read references/workflow.md (§ Health Check)
├── Start/stop a channel → Read references/workflow.md (§ Start/Stop)
├── Deploy channel services → Read references/workflow.md (§ Deploy)
├── Scheduled messages / cron jobs → Delegate to `/schedule` skill
├── Recipient group management → Delegate to `/mandants` skill
└── Questions about channels → Answer from this file~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.