Calliper-Compare2Markdown — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Calliper-Compare2Markdown (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.
Run a JavaScript workflow that submits two local files to the calliper synchronous API through PDRouter (POST /openapi/{serviceCode}/compare/markdown by default) and returns Markdown diff output in one step. This is suitable for document comparison, change extraction, compliance checks, and feeding structured diff content into follow-up scripts.
npx skills add PaodingAI/skillsnode skills/calliper-compare2markdown/scripts/compare_to_markdown.js <left-file-path> <right-file-path> [output-markdown-path]scripts/compare_to_markdown.js directly. Do not reimplement the API flow yourself.PAODINGAI_API_KEY: Preferred bearer token used by the script.CALLIPER_ACCESS_TOKEN: Optional fallback bearer token when PAODINGAI_API_KEY is absent.PD_ROUTER_BASE_URL: Optional. Defaults to https://platform.paodingai.com/.PD_ROUTER_SERVICE_CODE: Optional. Defaults to calliper.PD_ROUTER_COMPARE_ENDPOINT: Optional. Defaults to /compare/markdown. Use only when routing endpoint differs.CALLIPER_COMPARE_CONFIG: Optional. JSON string forwarded as config form field. Default is {}.PAODINGAI_API_KEY; fallback to CALLIPER_ACCESS_TOKEN; fail if both are missing.file1, file2, and optional config to POST /openapi/{serviceCode}{compareEndpoint} using Authorization: Bearer <token>.data.markdown, markdown) or fallback to JSON text.output-markdown-path is provided, also write the same output text to that file while still printing to stdout.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.