Scan Report
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.
Safe to install
No action needed. This skill is safe to use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | read_chapter() method at line 58 reads input files only |
| Network | NONE | NONE | — | No network imports or requests found in codebase |
| Shell | NONE | NONE | — | No subprocess or os.system calls found |
| Environment | NONE | NONE | — | No os.environ access found |
| Skill Invoke | NONE | NONE | — | No skill invocation capability |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database connectivity |
File Tree
3 files · 15.5 KB · 520 lines Python 1f · 369L
Markdown 1f · 150L
Text 1f · 1L
├─
▾
scripts
│ ├─
check_quality.py
Python
│ └─
requirements.txt
Text
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
rich | * | pip | No | Version not pinned but library is reputable |
Security Positives
✓ 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)