Scan Report
0 /100
raspberry-pi-servo
通过硬件PWM来控制树莓派上的舵机
A simple Raspberry Pi servo control skill with only documentation, declaring all shell commands and file operations transparently.
Safe to install
This skill is safe to use. It only contains documentation for hardware PWM control on Raspberry Pi with no executable code.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md documents pip install, lsmod, ls, pinctrl, tee commands |
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md documents modifying /boot/config.txt |
| Environment | READ | READ | ✓ Aligned | SKILL.md checks $VIRTUAL_ENV |
| Network | NONE | NONE | — | No network access found |
| Skill Invoke | NONE | NONE | — | No skill invocation found |
| Clipboard | NONE | NONE | — | No clipboard access found |
| Browser | NONE | NONE | — | No browser access found |
| Database | NONE | NONE | — | No database access found |
File Tree
2 files · 4.3 KB · 161 lines Markdown 2f · 161L
├─
▾
references
│ └─
troubleshooting.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 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