Codex skill for formatting Chinese academic references and BibTeX
SaferSkills independently audited chinese-reference-formatter-skill (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.
Convert one or more Chinese or English reference titles into通用中文论文参考文献条目 and BibTeX. Always verify bibliographic metadata from public sources before formatting; do not invent missing references.
references/chinese-reference-rules.md before formatting.未找到与“<title>”明确对应的公开文献。scripts/format_reference.py to produce the reference entry plus BibTeX.Use sources appropriate to the document type:
The formatter accepts a JSON object, a JSON list, or { "items": [...] } through stdin or --input.
python scripts/format_reference.py --start 1 < metadata.jsonCommon normalized fields:
{
"type": "article",
"title": "Paper title",
"authors": ["Family, Given", "中文作者"],
"journal": "Journal name",
"booktitle": "Proceedings name",
"year": 2026,
"volume": "12",
"issue": "3",
"pages": "1-10",
"doi": "10.xxxx/example",
"url": "https://example.org",
"access_date": "2026-05-07",
"sources": ["https://source.example"]
}Supported type values include article, inproceedings, book, chapter, thesis, report, standard, patent, newspaper, and online.
Default output for each resolved item:
标准参考文献:[1] ...
BibTeX:...
核验来源:...Preserve the user's input order. Start numbering at [1] unless the user gives a different starting number. Do not append to a project .bib file unless the user explicitly asks.
等 or et al.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.