Markdown Exporter

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a coherent Markdown conversion utility, with the main thing to notice being that it installs and runs an external PyPI command-line package that reads and writes user-specified files.

This appears safe to use for ordinary Markdown file conversion. Before installing, make sure you trust the md-exporter package source, and when using it, choose input and output paths carefully so the agent does not process sensitive Markdown files or overwrite important documents.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing the skill gives the external md-exporter package the ability to run as the markdown-exporter command on local files.

Why it was flagged

The skill depends on installing an external package to provide the CLI binary. This is normal for the stated converter purpose, but the executable package code is not included in the provided artifact set.

Skill content
uv | package: md-exporter | creates binaries: markdown-exporter
Recommendation

Install only if you trust the PyPI package and linked project; consider checking the package version and repository before use.

What this means

The tool may create or overwrite output files if directed to paths the user or agent provides.

Why it was flagged

The skill exposes a local command-line tool that takes input and output file paths. This is central to the conversion workflow, but it means the agent can read specified Markdown files and write converted files.

Skill content
markdown-exporter <subcommand> <args> [options]
Recommendation

Use explicit, intended input and output paths, and avoid pointing it at sensitive files or important existing files unless that is your goal.