paper-analyzer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited paper-analyzer (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.
export MINERU_TOKEN="your_token_here"pip install requests markdownpython scripts/mineru_api.py <pdf_path> <output_dir>Or pass the token directly:
python scripts/mineru_api.py paper.pdf ./output YOUR_TOKENOutput:
output_dir/*.md – Markdown files (including formulas and tables)output_dir/images/ – High-quality extracted imagespython scripts/extract_paper_info.py <output_dir>/*.md paper_info.jsonBefore generating the article, you must ask the user to choose the following options:
#### 1. Writing Style (Required)
| Style | Characteristics | Use Cases |
|---|---|---|
| storytelling | Starts from intuition, uses metaphors and examples, narrative-driven | Blogs, tech columns, popular science |
| academic | Professional terminology, rigorous expression, preserves original concepts | Academic reports, surveys, research group sharing |
| concise | Straight to the point, tables and lists, high information density | Quick reads, paper overviews, technical research |
#### 2. Formula Option (Optional)
| Option | Description |
|---|---|
| with-formulas | Insert formula images and explain symbol meanings in detail |
| no-formulas (default) | Pure text description, no formula images |
#### 3. Code Option (Optional, only if the paper has GitHub)
| Option | Description |
|---|---|
| with-code | Clone the repository, include key source code, and explain it alongside the paper |
| no-code (default) | No code analysis |
(...)
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.