youtube-transcript — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited youtube-transcript (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.
Extract YouTube video transcripts and save them as formatted markdown files using defuddle parse.
Run defuddle parse with the YouTube URL to extract the transcript as markdown:
bunx defuddle parse "<youtube-url>" -m -o <output-path>-m (or --md) to output in markdown format-o to specify the output file pathhttps://www.youtube.com/watch?v=VIDEO_ID)Read the generated file to check if the transcript was successfully extracted. Some videos may not have accessible transcripts — in that case the file will only contain the video link.
Prepend the video title (or user-provided name) and a markdown separator to the top of the file:
<Channel or Video Title>
---

## Transcript
...Use the edit tool to insert the title and --- separator before the first line of content.
User shares: https://www.youtube.com/watch?v=abc123 and says "save this as notes"
bunx defuddle parse "https://www.youtube.com/watch?v=abc123" -m -o notes.mdnotes.md to verify transcript content existsChannel Name\n\n---\n\ndefuddle could not extract the transcript. This can happen if the video has no subtitles, uses dynamic loading, or has a non-standard page structure. Try re-running once. If it still fails, inform the user.--debug flag to defuddle parse for more verbose output when troubleshooting.The final markdown file should look like:
<Channel/Video Title>
---

## Transcript
**0:00** · First line of transcript...
**0:15** · Next line...~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.