Scan Report
5 /100
paper-research-agent
Autonomous multi-agent paper research system with parallel sub-agent analysis, 6-section structured reports, and arXiv integration
Legitimate academic paper research tool with clear documentation, proper declared capabilities, and no malicious indicators.
Safe to install
This skill is safe to use. No security concerns identified.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Auto-install with unpinned dependencies Supply Chain | scripts/research_pipeline.py:20 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md lines 152-155: file writes for output directories |
| Network | READ | READ | ✓ Aligned | SKILL.md lines 30-32: arXiv API integration; research_pipeline.py line 178: requ… |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md lines 145-150: subprocess.run with python3 for pipeline execution |
| Environment | NONE | NONE | — | No os.environ access detected in code |
| Skill Invoke | READ | READ | ✓ Aligned | SKILL.md lines 165-176: sessions_spawn for sub-agents |
| Clipboard | NONE | NONE | — | No clipboard access in code |
| Browser | NONE | NONE | — | No browser automation in code |
| Database | NONE | NONE | — | No database access in code |
File Tree
5 files · 44.3 KB · 1468 lines Markdown 3f · 1033L
Python 1f · 427L
JSON 1f · 8L
├─
▾
references
│ └─
analysis_standards.md
Markdown
├─
▾
scripts
│ └─
research_pipeline.py
Python
├─
_meta.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
Dependencies 3 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
arxiv | * | pip | No | Version not pinned - auto-installed |
requests | * | pip | No | Version not pinned - auto-installed |
pdfplumber | * | pip | No | Version not pinned - auto-installed |
Security Positives
✓ Documentation accurately reflects all implemented functionality
✓ All subprocess calls explicitly declared in SKILL.md
✓ Network requests limited to legitimate arXiv.org domain only
✓ No credential harvesting or sensitive file access
✓ No data exfiltration mechanisms present
✓ No obfuscation techniques detected
✓ No remote script execution from external sources
✓ Clean code structure with no hidden functionality
✓ MIT license provided, author clearly identified