可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
quality-checker
章节质量检测器 - 检测章节正文的质量问题并生成评分报告
This is a legitimate chapter quality checker for Chinese novels with no security issues - it only performs text analysis on input files.
技能名称quality-checker
分析耗时25.9s
引擎pi
可以安装
No action needed. This skill is safe to use.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 read_chapter() method at line 58 reads input files only
网络访问 NONE NONE No network imports or requests found in codebase
命令执行 NONE NONE No subprocess or os.system calls found
环境变量 NONE NONE No os.environ access found
技能调用 NONE NONE No skill invocation capability
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser automation
数据库 NONE NONE No database connectivity

目录结构

3 文件 · 15.5 KB · 520 行
Python 1f · 369L Markdown 1f · 150L Text 1f · 1L
├─ 📁 scripts
│ ├─ 🐍 check_quality.py Python 369L · 11.7 KB
│ └─ 📄 requirements.txt Text 1L · 5 B
└─ 📝 SKILL.md Markdown 150L · 3.8 KB

依赖分析 1 项

包名版本来源已知漏洞备注
rich * pip Version not pinned but library is reputable

安全亮点

✓ Clean codebase with no obfuscation or suspicious patterns
✓ Documentation accurately describes functionality
✓ No network requests or external communications
✓ No credential access or harvesting
✓ No shell execution or subprocess calls
✓ Only accesses user-specified input files
✓ Uses well-established library (rich) with no known vulnerabilities
✓ Proper error handling with typed exceptions
✓ Safe text analysis operations only (word count, paragraph analysis, dialogue ratio, punctuation checking)