miro-boards — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited miro-boards (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.
Working with Miro whiteboards: creating boards, adding content, building diagrams, or running collaborative workflows like sprint planning or retrospectives.
miro_list_boards or miro_find_board to get the target board ID. Every subsequent operation needs a board ID.miro_get_board for an overview, miro_list_items or miro_list_all_items for specific content, or miro_search_board to find items by text.miro_create_sticky for sticky notes (colors: yellow, green, blue, pink, orange, red, gray, cyan, purple)miro_create_shape for shapes (rectangle, circle, triangle, rhombus, star, hexagon)miro_create_text for text labelsmiro_create_frame for grouping sectionsmiro_create_connector to connect items (requires source and target item IDs)miro_create_card for structured cards with descriptionsmiro_create_mindmap_node for mindmap branchesmiro_bulk_create when adding multiple items at oncemiro_create_connector with start and end item IDs.miro_create_frame to group related items, miro_create_group to lock items together, or miro_attach_tag to categorize.Create a frame for each column (Backlog, In Progress, Review, Done), then add stickies for tasks.
Create three sections with colored stickies:
Create a central topic shape, then radiate stickies outward. Use connectors to show relationships.
Use miro_generate_diagram to convert Mermaid syntax into visual diagrams on the board. Supports flowcharts and sequence diagrams.
miro_list_boards to get board IDs; never guess or hardcode them.miro_bulk_create for 3+ items instead of individual create calls.miro_get_item.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.