可信 — 风险评分 5/100
上次扫描:20 小时前 重新扫描
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.
技能名称teacher-kit
分析耗时21.8s
引擎pi
可以安装
No action needed. The skill is safe for use.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No file read/write operations in teacher_kit.py
网络访问 NONE NONE No network requests in teacher_kit.py
命令执行 NONE NONE No subprocess or shell execution in teacher_kit.py
环境变量 NONE NONE No os.environ access in teacher_kit.py
技能调用 NONE NONE No skill_invoke capability used; only generates LLM prompts
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser automation
数据库 NONE NONE No database operations

目录结构

3 文件 · 23.5 KB · 706 行
Python 1f · 492L Markdown 2f · 214L
├─ 📝 README.md Markdown 68L · 2.5 KB
├─ 📝 SKILL.md Markdown 146L · 4.6 KB
└─ 🐍 teacher_kit.py Python 492L · 16.5 KB

依赖分析 1 项

包名版本来源已知漏洞备注
pydantic * pip Version not pinned; no known vulnerabilities

安全亮点

✓ 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