generating-marp-slides — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited generating-marp-slides (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.
Generate slides in two stages. Complete Stage 1 before Stage 2.
Given source material, produce a numbered slide outline — not full content.
Rules:
Present the outline for approval before proceeding.
Convert the approved outline into a complete Marp Markdown file:
---
marp: true
theme: default
paginate: true
---
# Assertion Title
- Bullet (max 12 words)
- Another bullet
- Supporting evidence
<!-- Speaker notes for the presenter -->
---
# Next Slide Assertion TitleRules:
marp: true, theme: default, paginate: true--- on its own line# for slide titles (assertion titles from the outline)**bold** for key terms only<!-- Speaker notes --> on every slide<!-- IMAGE: description -->After drafting, verify before delivering:
Fix all issues inline.
| Syntax | Effect |
|---|---|
 | Full background |
 | Image right 40%, text left |
 | Image left 50%, text right |
 | Contained, no crop |
 | Cover, may crop |
 | Blurred background |
 | Inline, 300px wide |
marp slides.md --pdf # PDF (best for sharing)
marp slides.md --pptx # PowerPoint
marp slides.md --html # HTML
marp slides.md --pdf --allow-local-files # PDF with local images~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.