Scan Report
5 /100
teacher-kit
AI 备课助手 — 一键生成教案、试题、课程大纲
This is a legitimate educational tool for generating lesson plans, quizzes, and course outlines. The implementation is a pure prompt-generation utility with no security concerns.
Safe to install
No action needed. The skill is safe for use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file read/write operations in teacher_kit.py |
| Network | NONE | NONE | — | No network requests in teacher_kit.py |
| Shell | NONE | NONE | — | No subprocess or shell execution in teacher_kit.py |
| Environment | NONE | NONE | — | No os.environ access in teacher_kit.py |
| Skill Invoke | NONE | NONE | — | No skill_invoke capability used; only generates LLM prompts |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database operations |
File Tree
3 files · 23.5 KB · 706 lines Python 1f · 492L
Markdown 2f · 214L
├─
README.md
Markdown
├─
SKILL.md
Markdown
└─
teacher_kit.py
Python
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
pydantic | * | pip | No | Version not pinned; no known vulnerabilities |
Security Positives
✓ Clean codebase with no obfuscation or suspicious patterns
✓ Documentation accurately describes implementation behavior
✓ No credential harvesting or sensitive data access
✓ No network communications or data exfiltration
✓ No shell execution or code injection vectors
✓ Standard pydantic usage for configuration validation
✓ Uses regex only for legitimate time/week parsing