Skills baoyu-format-markdown
๐Ÿ“ฆ

baoyu-format-markdown

v1.57.0 Content revision r2 Safe โš™๏ธ External commands๐Ÿ“ Filesystem access๐ŸŒ Network access

Format Markdown for Clearer Reading

Turn plain text or uneven Markdown into a structured document that readers can scan quickly. Preserve the author's content while improving headings, emphasis, lists, frontmatter, and typography.

Supports: Claude Codex Code(CC)
๐Ÿฅ‡ 83 Gold

This skill is part of a pack

Install the whole pack to get every skill the task needs, in one command.

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "baoyu-format-markdown" from https://skillstore.io/skills/jimliu-baoyu-format-markdown.md and its manifest at https://skillstore.io/api/skills/jimliu-baoyu-format-markdown/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Agent-readable resources

Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.

Test it

Using "baoyu-format-markdown". A plain-text guide with several paragraphs, an informal title, and a sequence of setup steps.

Expected outcome:

A formatted Markdown copy with frontmatter, a concise title and summary, section headings, an ordered setup list, and marked commands.

Using "baoyu-format-markdown". A bilingual Markdown article with dense CJK and English text and inconsistent emphasis punctuation.

Expected outcome:

The same article with improved spacing, corrected emphasis punctuation, and preserved wording.

Security Audit

Safe
v5 โ€ข 8/7/2026 Open versioned report

The audit found one confirmed high-risk behavior: the formatter launches npx to execute autocorrect-node, which introduces external package and host-command risk. The remaining findings are false positives caused by documentation syntax, expected file formatting operations, dependency metadata, integrity hashes, or fixed text escapes; no prompt injection or data-exfiltration intent was found.

8
Files scanned
1,908
Lines analyzed
2
Review items
0
False positives ignored
Capability review items (2)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

High
Node.js child_process module
import { spawnSync } from "node:child_process";
This import supports the formatter's external npx execution path. The behavior is intentional, but running a package through a host process is a real execution and supply-chain risk.
High
Synchronous spawn
const result = spawnSync(npxCmd, ["autocorrect-node", "--fix", filePath], {
The formatter synchronously launches npx to run autocorrect-node with the user-provided file path. This executes an external package during formatting and creates supply-chain and host-command risk.

Risk Factors

โš™๏ธ External commands (50)
๐Ÿ“ Filesystem access (5)
๐ŸŒ Network access (50)
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/jimliu-baoyu-format-markdown/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/jimliu-baoyu-format-markdown/security.svg)](https://skillstore.io/skills/jimliu-baoyu-format-markdown?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/jimliu-baoyu-format-markdown?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/jimliu-baoyu-format-markdown/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/jimliu-baoyu-format-markdown.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

jimliu. (2026). baoyu-format-markdown security audit report (audit version 5) [Author version 1.57.0]. Skillstore. https://skillstore.io/skills/jimliu-baoyu-format-markdown/audits/5

BibTeX citation

@techreport{jimliu-jimliu-baoyu-format-markdown-2026, author = {jimliu}, title = {baoyu-format-markdown security audit report (audit version 5)}, institution = {Skillstore}, year = {2026}, number = {5}, url = {https://skillstore.io/skills/jimliu-baoyu-format-markdown/audits/5}, note = {Author version 1.57.0} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "baoyu-format-markdown security audit report (audit version 5)" version: "1.57.0" type: report authors: - name: "jimliu" date-released: "2026-08-07" url: "https://skillstore.io/skills/jimliu-baoyu-format-markdown/audits/5" identifiers: - type: other value: "skillstore:jimliu-baoyu-format-markdown:audit:5" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
64
Architecture
100
Maintainability
87
Content
71
Community
91
Spec Compliance

What You Can Build

Polish Draft Articles

Improve the structure and scanability of a plain-text or Markdown article without changing its substantive writing.

Standardize Technical Notes

Add consistent headings, code markers, lists, and frontmatter to engineering notes before sharing them.

Fix CJK Typography

Apply CJK and English spacing, emphasis, and optional quote fixes to an existing Markdown document.

Try These Prompts

Format a Draft
Format this draft as readable Markdown. Preserve every substantive sentence, add a clear title and summary, and save a formatted copy.
Improve Existing Markdown
Optimize the Markdown structure of this file. Keep the existing meaning, improve heading hierarchy, emphasize key points, and convert clear parallel items into lists.
Prepare Technical Documentation
Format this technical document for publication. Add accurate frontmatter, mark commands and file paths as code, organize procedures into lists, and preserve all technical details.
Apply Controlled Typography Fixes
Run typography fixes on this Markdown file with spacing and emphasis enabled. Replace quotes only if requested, and report whether the original file or a copy was changed.

Best Practices

  • Provide the exact input path and state whether the original may be changed.
  • Use optimize mode when structure needs improvement, then review the formatted copy.
  • Keep quote replacement disabled unless fullwidth quotation marks are required.

Avoid

  • Do not use the formatter to rewrite claims, add research, or remove inconvenient content.
  • Do not run typography-only mode on an original file without a backup or version control.
  • Do not treat formatting changes as factual, accessibility, or link validation.

Frequently Asked Questions

What files can this skill format?
It formats plain-text and Markdown files supplied by path.
Does it rewrite my content?
The workflow preserves substantive content and limits changes to formatting and obvious typos.
Where is the result saved?
The standard workflow saves a copy using the original filename with -formatted.md appended.
Can it preserve existing Markdown?
Yes. Choose keep-original formatting or typography-only behavior when the current structure should remain.
Does it support CJK typography?
Yes. The typography script can add CJK and English spacing and fix CJK emphasis issues.
Can it modify the original file?
Yes. Typography-only mode is documented as an in-place operation, so review the target path before running it.

Developer Details

Author

jimliu

License

MIT

Author version

v1.57.0

Skillstore revision

r2

Ref

1c2ebded2116f8124f45dba86a2e567f56e64d8e

Maintenance freshness

8/7/2026

Usage

9 downloads ยท 297 views

File structure

๐Ÿ“ references/

๐Ÿ“„ title-formulas.md

๐Ÿ“ scripts/

๐Ÿ“„ autocorrect.ts

๐Ÿ“„ bun.lock

๐Ÿ“„ main.ts

๐Ÿ“„ package-lock.json

๐Ÿ“„ package.json

๐Ÿ“„ quotes.ts

๐Ÿ“„ SKILL.md