Versioned security assessment

Report ID: SA-EC986B0D

2/17/2026, 8:56:20 AM

baoyu-format-markdown security assessment v1

Skill Security Certification Report

Audit History
Audit model: claude Historical report
Skill name
baoyu-format-markdown
Version
v1
Maintainer
jimliu
Coverage
6 Files scanned · 1,631 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

High

2 confirmed security findings require attention.

Installation context

Historical evidence

This report may not describe the currently installable artifact. Open the current Skill page for install guidance.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

Security evaluation confirms this is a legitimate markdown formatting skill. Static findings flagged external command execution (autocorrect-node), filesystem operations, and npm package URLs. All are false positives: execSync runs a known typography tool with CLI-provided paths, file I/O is scoped to user-specified files, and network access is limited to standard npm package downloads.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

6 Files scanned · 1,631 Lines analyzed

5 items shown for review

Limitations

This report does not claim runtime or sandbox execution and does not prove the absence of side effects.

Evidence chain

Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.

  1. Source

    Binding unavailable

  2. Artifact

    Identity incomplete

  3. Audit

    Complete

  4. Install contract

    Open manifest to verify

    Open manifest

Capabilities observed

Observed means this report recorded supporting evidence. Not recorded does not prove that a capability is absent.

Contains scripts

May execute code included with the Skill.

Not recorded by this audit

Network access

May connect to external services.

Observed in 91 evidence locations

Filesystem access

May read or write local files.

Observed in 5 evidence locations

Env variables

May read values from the process environment.

Not recorded by this audit

External commands

May invoke commands or programs outside the Skill.

Observed in 79 evidence locations

Capability review items (3)
High
External Command Execution in autocorrect.ts
execSync used to run npx autocorrect-node. This is a legitimate typography tool call, not command injection. The filePath argument comes from CLI input and is enclosed in quotes, minimizing injection risk.
This is a false positive - execSync runs a known typography tool (autocorrect-node) with hardcoded command structure. The file path argument is properly quoted.
Medium
Synchronous File Operations
readFileSync and writeFileSync used for file I/O. This is standard synchronous file handling for a formatter tool, not a security issue.
Standard file I/O operations for reading/writing markdown files - legitimate behavior for a formatting utility.
Low
NPM Registry URLs in package-lock.json
Hardcoded npm registry URLs for package dependencies. Standard npm behavior for package management.
Standard npm package registry URLs - normal package dependency references, not suspicious network behavior.

Risk findings

Confirmed security concerns are separated from items that still need review.

Confirmed security concerns (2)

RISK-001 High
Weak Cryptographic Hashes in package-lock.json
SHA-1 hashes detected in npm package-lock.json. These are standard npm integrity verification hashes, not cryptographic vulnerabilities in the skill code.
Standard npm package-lock.json SHA-1 integrity hashes for package verification - not a security vulnerability in the skill itself.
RISK-002 Low
Unicode Escape Sequences in quotes.ts
Unicode escape sequences used for curly quote characters. Legitimate character encoding for typography.
Standard Unicode escape sequences for curly quotes (U+201C, U+201D) - legitimate typography character encoding.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
Unavailable
Content hash
Unavailable
Tree hash
Unavailable
Skill path
Unavailable
Audit payload hash
Unavailable

Analysis metadata

Audit model: claude

Analysis state: Complete

Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.

Verify and export

The manifest and lockfile bind install artifacts to cryptographic hashes. This integrity claim is separate from the security assessment.

Audit attestation: not_attestable