using-markit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited using-markit (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.
Use this skill to run markit reliably in terminal-based agent workflows.
Do not cover plugin authoring, provider authoring, or onboarding context files unless the user explicitly asks.
navigation).
markit command.markit is missing, install globally with npm install -g markit-ai.--json when the result will be parsed or used for branching decisions.-q when raw markdown should be piped/copied as-is.markit onboard.--json) or emitted as markdown (-q).markit --versionnpm install -g markit-aimarkit --versionmarkit <source> --jsonmarkit <source> -qmarkit <source> -o <output.md>markit https://example.com/article -q--json mode, read:successmarkdown (or error)title when present-o), verify success from command exit/output.markit formats and choose a supported input path.--json when you need reliable machine parsing.-q when markdown is the final artifact or will be piped.Use for image description and audio transcription.
Typical setup:
export OPENAI_API_KEY=sk-...
markit photo.jpg -q
markit recording.mp3 -qPrompt focus for images:
markit receipt.jpg -p "Extract all line items and prices as a table" -qInput: Convert a PDF and parse result in an automated flow. Command: markit report.pdf --json Output: JSON with success, source, optional title, and markdown (or error on failure).
Input: Convert a DOCX and pass raw markdown to another tool. Command: markit document.docx -q Output: Markdown only (no extra decoration).
Input: Convert a webpage to markdown. Command: markit https://example.com -q Output: Markdown extracted from fetched page content.
Input: Convert slides and persist the result. Command: markit slides.pptx -o slides.md Output: slides.md written to disk; command success confirms write.
Input: Confirm whether a format is supported before conversion. Command: markit formats Output: List of built-in and plugin-provided formats.
Use --json when downstream logic parses fields like success, markdown, title, or error.
markit <source> --jsonUse -q when raw markdown is the final artifact or passed to another command.
markit <source> -q# Local file to markdown
markit report.pdf -q
# URL to markdown
markit https://example.com/article -q
# Write result to file
markit slides.pptx -o slides.md
# Check supported formats
markit formats markit --version npm install -g markit-aimarkit formats and pick a supported source.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.