Meeting To Action

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is a coherent meeting summarizer with draft-only guardrails, though users should notice its optional calendar/task and webhook integration guidance.

This skill appears safe to use for drafting meeting summaries and action items. Before enabling any optional integrations, confirm that it will only read the intended meeting content, use trusted transcript sources, and produce drafts for your review rather than sending messages, creating events, or updating task systems automatically.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If the user chooses to connect calendar or task systems, the agent may need account access even though it should only prepare drafts.

Why it was flagged

Calendar or task-system access can involve delegated account authority, but the artifact frames it as optional, approval-gated, and limited to draft modes.

Skill content
If calendar or task system access is requested, require explicit approval and use draft modes only.
Recommendation

Only grant calendar or task access when needed, confirm the exact account and scope, and review drafts before anything is created or sent.

What this means

If webhook-style automation is enabled, meeting identifiers, transcript URLs, and participant information could be exposed to or accepted from external systems.

Why it was flagged

Webhook payloads can carry sensitive meeting metadata and transcript links; the artifact notes validation but does not define a concrete trust boundary.

Skill content
Optional: trigger when a recording is ready. Accept payloads with meeting id, transcript url, and participant list. Validate payloads before use.
Recommendation

Use webhook integrations only with trusted meeting systems, require validation of payload origin, and avoid processing transcript links from unknown sources.