crossref-api — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited crossref-api (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.
This skill allows the LLM to interact with the Crossref REST API to search, filter, and retrieve scholarly metadata, including DOIs, academic papers, journals, publishers, funders, and author affiliations. Use this skill when the user asks for academic literature, citation data, DOI verification, or publisher information.
https://api.crossref.org
[email protected] to join the Crossref "polite pool", ensuring faster and more reliable responses.rows (max 1000) and offset for basic pagination, or cursor=* for deep paging through large result sets.filter. Filters are comma-separated pairs, e.g., filter=has-orcid:true,from-pub-date:2023-01-01.Retrieves metadata for scholarly articles or searches across all Crossref records.
GET /worksquery (string, optional): Free-text search query (e.g., keywords, title, authors).filter (string, optional): Filter results (e.g., has-references:true, type:journal-article, is-update:true).rows (integer, optional): Number of results per page (default: 20).sort (string, optional): Field to sort by (e.g., published, is-referenced-by-count, relevance).order (string, optional): asc or desc.Retrieves full metadata for a specific academic work using its unique DOI.
GET /works/{doi}doi (string, required): The DOI of the work (e.g., 10.1038/nature12345).Searches for research funding organizations registered with Crossref.
GET /fundersquery (string, optional): Name of the funding body (e.g., National Science Foundation).Retrieves all academic works funded by a specific funder ID.
GET /funders/{funder_id}/worksfunder_id (string, required): The unique Crossref Funder ID.Searches for publishers or organizations that register DOIs with Crossref.
GET /membersquery (string, optional): Name of the publisher (e.g., Elsevier, Springer).Searches for academic journals, magazines, or conference proceedings.
GET /journalsquery (string, optional): Journal title or ISSN (e.g., Nature, 0028-0836).GET /workshttps://api.crossref.org/works?query=machine+learning&filter=from-pub-date:2025-01-01&sort=published&order=desc&[email protected]GET /works/{doi}https://api.crossref.org/works/10.1145/[email protected]"message" object (e.g., response.message.items for lists, or response.message for single objects).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.