capturing-meeting-actions — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited capturing-meeting-actions (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.
Converts unstructured discussion into structured, traceable tasks. Every action item should end up with an owner, a due date, and a link back to where it came from — that traceability is what makes the output trustworthy.
Pull every commitment, decision-with-follow-up, and "someone should…" out of the notes. For each, capture:
Ignore pure status updates and discussion that produced no commitment.
For each named owner, resolve to a real member with astravue_get_member_by_email (if an email is given) or astravue_get_workspace_members (to match by name). Flag any owner you can't resolve rather than guessing.
Confirm which project the tasks belong to. Use astravue_list_projects if unclear.
Show a table: title | owner | due date | source. Mark rows missing an owner or due date so the user can fill them. Ask for approval before creating anything.
astravue_bulk_create_tasks — create the confirmed action items in one callastravue_add_task_comment — optionally attach the source line as a comment for contextReport which tasks were created, and re-list any items that were skipped because they lacked an owner or due date.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.