| name | figure-reference-checker |
| description | Check figure references in manuscripts |
| version | 1.0.0 |
| category | Writing |
| tags | [] |
| author | AIPOCH |
| license | MIT |
| status | Draft |
| risk_level | Medium |
| skill_type | Tool/Script |
| owner | AIPOCH |
| reviewer | |
| last_updated | 2026-02-06 |
Figure Reference Checker
Check consistency of figure references in manuscripts.
Parameters
| Parameter | Type | Default | Required | Description |
|---|
--manuscript, -m | string | - | Yes | Path to manuscript file |
Usage
python scripts/main.py --manuscript paper.docx
Features
- Detect orphaned figure references
- Check figure-label consistency
- Flag missing citations
Risk Assessment
| Risk Indicator | Assessment | Level |
|---|
| Code Execution | Python/R scripts executed locally | Medium |
| Network Access | No external API calls | Low |
| File System Access | Read input files, write output files | Medium |
| Instruction Tampering | Standard prompt guidelines | Low |
| Data Exposure | Output files saved to workspace | Low |
Security Checklist
Prerequisites
No additional Python packages required.
Evaluation Criteria