Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
0 /100
python-dev
Opinionated Python development setup with uv + ty + ruff + pytest + just
Pure documentation skill containing only markdown files about Python development tooling. No executable code, scripts, or any malicious behavior detected.
Skill Namepython-dev
Duration27.6s
Enginepi
Safe to install
This skill is safe to use. It's purely instructional documentation for Python project setup with uv, ty, ruff, pytest, and just.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE Documentation-only skill, no file operations
Network NONE NONE No network operations in skill code
Shell NONE NONE No shell commands executed by this skill
Environment NONE NONE No environment access
Skill Invoke NONE NONE No skill chaining
Clipboard NONE NONE No clipboard access
Browser NONE NONE No browser access
Database NONE NONE No database access
11 findings
🔗
Medium External URL 外部 URL
https://www.apache.org/licenses/
LICENSE.txt:3
🔗
Medium External URL 外部 URL
https://docs.astral.sh/uv/
SKILL.md:24
🔗
Medium External URL 外部 URL
https://docs.astral.sh/ruff/
SKILL.md:26
🔗
Medium External URL 外部 URL
https://docs.pytest.org/
SKILL.md:27
🔗
Medium External URL 外部 URL
https://just.systems/
SKILL.md:28
🔗
Medium External URL 外部 URL
https://docs.pytest.org/en/stable/
SKILL.md:280
🔗
Medium External URL 外部 URL
https://just.systems/man/en/
SKILL.md:281
🔗
Medium External URL 外部 URL
https://api.example.com/health
references/justfile-reference.md:168
🔗
Medium External URL 外部 URL
https://peps.python.org/api/peps.json
references/uv-reference.md:188
🔗
Medium External URL 外部 URL
https://download.pytorch.org/whl/cpu
references/uv-reference.md:276
🔗
Medium External URL 外部 URL
https://private.example.com/simple/
references/uv-reference.md:281

File Tree

7 files · 47.2 KB · 1831 lines
Markdown 6f · 1669L Text 1f · 162L
├─ 📁 references
│ ├─ 📝 justfile-reference.md Markdown 270L · 4.9 KB
│ ├─ 📝 pytest-reference.md Markdown 265L · 6.3 KB
│ ├─ 📝 ruff-reference.md Markdown 213L · 5.8 KB
│ ├─ 📝 ty-reference.md Markdown 272L · 6.3 KB
│ └─ 📝 uv-reference.md Markdown 368L · 8.0 KB
├─ 📄 LICENSE.txt Text 162L · 8.9 KB
└─ 📝 SKILL.md Markdown 281L · 7.0 KB

Security Positives

✓ Pure documentation skill with no executable code
✓ All external URLs are legitimate documentation links (docs.astral.sh, pytest.org, just.systems)
✓ Example URLs (api.example.com, private.example.com) are clearly for illustration only
✓ No scripts, binaries, or dependency files present
✓ Clear documentation of tool stack: uv, ty, ruff, pytest, just
✓ SKILL.md accurately describes the skill's purpose and behavior
✓ No credential access, data exfiltration, or obfuscation patterns
✓ No supply chain risks since this skill has no dependencies