扫描报告
5 /100
workwork
Academic review writer and formatting assistant for Chinese academic papers
This is a legitimate academic document processing skill with properly declared filesystem and network access for reference checking and document generation. No malicious behavior detected.
可以安装
This skill is safe to use for its documented purpose of academic paper validation and formatting.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md declares file reading for markdown input |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md declares report generation and file output |
| 网络访问 | READ | READ | ✓ 一致 | api.crossref.org calls for reference verification are documented |
| 命令执行 | WRITE | WRITE | ✓ 一致 | Auto-open functionality uses subprocess, declared in docs |
2 项发现
中危 外部 URL 外部 URL
http://schemas.openxmlformats.org/wordprocessingml/2006/main scripts/extract_ref_format.py:20 中危 外部 URL 外部 URL
https://api.crossref.org/works?query= scripts/literature_integrity_checker.py:299 目录结构
25 文件 · 221.1 KB · 6621 行 Python 14f · 4131L
Markdown 7f · 1818L
JavaScript 2f · 530L
YAML 1f · 88L
JSON 1f · 54L
├─
▾
references
│ ├─
features_checklist.md
Markdown
│ └─
workflow_guide.md
Markdown
├─
▾
scripts
│ ├─
analyze_citation_pattern.py
Python
│ ├─
check_duplicate_citations.py
Python
│ ├─
create_word_doc_v3.js
JavaScript
│ ├─
create_word_with_superscript.js
JavaScript
│ ├─
document_format_checker.py
Python
│ ├─
extract_and_fix_references.py
Python
│ ├─
extract_ref_format.py
Python
│ ├─
filter_references.py
Python
│ ├─
literature_integrity_checker_auto_open.py
Python
│ ├─
literature_integrity_checker.py
Python
│ ├─
merge_duplicate_citations_in_paragraphs.py
Python
│ ├─
reference_accuracy_checker.py
Python
│ ├─
reference_formatter.py
Python
│ ├─
simple_verify.py
Python
│ ├─
typo_grammar_checker.py
Python
│ └─
unified_checker.py
Python
├─
▾
templates
│ └─
ref_format_default.yml
YAML
├─
CHANGELOG.md
Markdown
├─
package.json
JSON
├─
README.md
Markdown
├─
SKILL.md
Markdown
├─
test_sample_with_errors.md
Markdown
└─
test_sample.md
Markdown
依赖分析 3 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
docx | ^9.6.1 | npm | 否 | Standard document generation library |
pyyaml | * | pip | 否 | For configuration file parsing |
python-docx | * | pip | 否 | Optional, for Word document manipulation |
安全亮点
✓ No credential harvesting or environment variable access
✓ No base64 encoded commands or obfuscated payloads
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ No remote code execution patterns (curl|bash, wget|sh)
✓ No data exfiltration or C2 communications
✓ No reverse shell capabilities
✓ All subprocess/network operations are documented and relevant to the skill's purpose
✓ Uses standard libraries (urllib, subprocess) with legitimate academic document processing
✓ No hidden functionality - all capabilities match documentation