Citation Formatter

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a benign local citation-formatting helper, but its documentation overstates some capabilities and it asks for broad file/command tools.

This skill is reasonable to use for local citation formatting, but keep it scoped to intended manuscript/reference files, verify outputs manually, and do not assume the advertised 1000+ style coverage or journal compliance unless you confirm it yourself.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may read citation/manuscript files, run the local Python formatter, and write formatted outputs.

Why it was flagged

The skill grants broad local read/write/edit and shell capability. This is purpose-aligned for running a citation formatter and producing output files, but users should notice that it can affect local files if invoked with broad paths.

Skill content
allowed-tools: "Read Write Bash Edit"
Recommendation

Use explicit input and output paths, preferably in a project folder or on copies of manuscripts.

What this means

Some documented examples may not work as written or may overstate the packaged functionality.

Why it was flagged

The manifest only includes scripts/main.py, while SKILL.md also references scripts.citation_formatter and docs such as references/guide.md that are not present. This suggests incomplete or stale documentation rather than a demonstrated unsafe behavior.

Skill content
from scripts.citation_formatter import CitationFormatter
Recommendation

Rely on the included scripts/main.py CLI and verify any referenced files or modules exist before following examples.

What this means

Users could over-trust the formatter for journal compliance or unsupported styles.

Why it was flagged

The included references and visible script content appear focused on AMA-style conversion, so these broad accuracy and 1000+ style claims are not fully supported by the supplied artifacts.

Skill content
Automatically formats citations and bibliographies in 1000+ academic styles. Ensures reference accuracy, completeness, and compliance with journal requirements.
Recommendation

Manually verify formatted references against the target journal’s instructions before submission.