扫描报告
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.
可以安装
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
│ └─
requirements.txt
Text
└─
SKILL.md
Markdown
依赖分析 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)