扫描报告
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.
可以安装
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
├─
SKILL.md
Markdown
└─
teacher_kit.py
Python
依赖分析 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