扫描报告
0 /100
raspberry-pi-servo
通过硬件PWM来控制树莓派上的舵机
A simple Raspberry Pi servo control skill with only documentation, declaring all shell commands and file operations transparently.
可以安装
This skill is safe to use. It only contains documentation for hardware PWM control on Raspberry Pi with no executable code.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md documents pip install, lsmod, ls, pinctrl, tee commands |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md documents modifying /boot/config.txt |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md checks $VIRTUAL_ENV |
| 网络访问 | NONE | NONE | — | No network access found |
| 技能调用 | NONE | NONE | — | No skill invocation found |
| 剪贴板 | NONE | NONE | — | No clipboard access found |
| 浏览器 | NONE | NONE | — | No browser access found |
| 数据库 | NONE | NONE | — | No database access found |
目录结构
2 文件 · 4.3 KB · 161 行 Markdown 2f · 161L
├─
▾
references
│ └─
troubleshooting.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Pure documentation skill with no executable code
✓ All shell commands and file operations clearly documented
✓ No dependencies to install (no package.json, requirements.txt, etc.)
✓ No credential or sensitive data access
✓ No network requests or data exfiltration
✓ No obfuscation or suspicious patterns
✓ Standard Raspberry Pi hardware configuration workflow