powerskills-outlook — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited powerskills-outlook (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.
Outlook COM automation for email and calendar.
.\powerskills.ps1 outlook <action> [--params]| Action | Params | Description | ||
|---|---|---|---|---|
inbox | --limit N | List inbox messages (default: 15) | ||
unread | --limit N | List unread messages (default: 20) | ||
sent | --limit N | List sent items (default: 15) | ||
read | `--index N --folder inbox\ | sent\ | drafts` | Read full email by index |
search | `--query "text" --folder inbox\ | sent --limit N` | Search by subject/body | |
calendar | --days N | List upcoming events (default: 7 days) | ||
send | --to addr --subject text --body text [--cc addr] [--draft] | Send or save as draft | ||
reply | --index N --body text [--reply-all] [--draft] | Reply to inbox email | ||
folders | List all mail folders with counts |
# Check unread mail
.\powerskills.ps1 outlook unread --limit 5
# Read a specific email
.\powerskills.ps1 outlook read --index 0 --folder inbox
# Read from sent folder
.\powerskills.ps1 outlook read --index 3 --folder sent
# Search for emails
.\powerskills.ps1 outlook search --query "project update" --limit 10
# Save a reply as draft
.\powerskills.ps1 outlook reply --index 0 --body "Thanks, will review." --draft
# Check calendar for next 3 days
.\powerskills.ps1 outlook calendar --days 3index, subject, sender, sender_email, received, unread, importance, has_attachments
subject, sender, sender_email, to, cc, received, body, unread, importance, attachments
subject, start, end, location, organizer, is_recurring, all_day, busy_status
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.