article-to-markdown — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited article-to-markdown (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.
Convert external article URLs into structured Markdown notes and save them to the Obsidian vault.
1a. Detect vault root — follow ../../_shared/common-steps.md "Vault Detection" section.
1b. Fetch article content:
Use mcp__firecrawl__firecrawl_scrape to scrape the URL. This covers most pages including JS-rendered content.
If firecrawl fails, ask the user to paste the article content directly. Do not attempt other fallback tools.
Special cases:
mcp__firecrawl__firecrawl_scrape, reconstruct thread order2a. Understand and restructure — do NOT simply copy the raw text:
2b. Search for bidirectional links — follow the Bidirectional Link Search in ../../_shared/common-steps.md.
2c. Format as Obsidian Markdown — follow the template in references/article-template.md exactly:
[[wikilink]] connections from Step 2b2d. (Optional) Mermaid architecture diagram — if the article has a clear multi-layered architecture or flow worth visualizing, embed a Mermaid diagram after the blockquote metadata and before ## Background. Skip for simple or short articles. Use:
graph TD / graph LR for flowssubgraph for logical grouping3a. Determine target directory — follow the Directory Mapping Rules in ../../_shared/common-steps.md. For external URL sources, match against the configured categories; if no rule matches, use the configured default directory.
3b. Save — follow the Save and Open in Obsidian section in ../../_shared/common-steps.md.
3c. Update index.md — follow the Index Update section in ../../_shared/common-steps.md. Use the article's title, summary (condensed to under 80 chars), and top 2 tags.
3d. Report to user:
[[wikilink]] connections made)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.