Trusted — Risk Score 5/100
Last scan:1 day ago Rescan
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.
Skill Namequality-checker
Duration25.9s
Enginepi
Safe to install
No action needed. This skill is safe to use.
ResourceDeclaredInferredStatusEvidence
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 369L · 11.7 KB
│ └─ 📄 requirements.txt Text 1L · 5 B
└─ 📝 SKILL.md Markdown 150L · 3.8 KB

Dependencies 1 items

PackageVersionSourceKnown VulnsNotes
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)