mdshare-tools-28e16f — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mdshare-tools-28e16f (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.
mdshare is a free, no-login markdown sharing service at mdshare.live. This skill orchestrates 14 MCP tools that let Cursor upload, read, edit, comment on, and version markdown documents.
.cursorrules, .cursor/commands/, AGENTS.md territory — different concept)$(cat file) does NOT work.upload_markdown returns only share_url by design.upload_markdown(file_path) — preferred; pass disk path so content never enters conversation contextupload_markdown(content) — fallback for inline content under ~1KBReturns share_url. Admin URL is stored locally; surface only if explicitly asked via get_admin_url(document_id).
patch_document(document_id, operations) — preferred for small edits (find/replace operations)update_document(document_id, file_path) — for whole-doc rewrites; pass file_path not contentgenerate_link(document_id, permission) — permission is one of admin, edit, comment, viewrevoke_link(token) — invalidate a specific linklist_links(document_id) — see all active linkspost_comment(document_id, content, anchor_text?) — anchor_text creates an inline-anchored commentlist_comments(document_id) — read the threadresolve_comment(comment_id) — mark resolved (drops the in-document highlight)list_my_documents() — all documents uploaded via this MCP serverregister_document(admin_url) — import an admin URL from elsewhereread_document(document_id, output_path?) — fetch content; pass output_path for documents over 10KBget_versions(document_id) — see edit history~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.