Scan Report
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.
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.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| 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
│ ├─
pytest-reference.md
Markdown
│ ├─
ruff-reference.md
Markdown
│ ├─
ty-reference.md
Markdown
│ └─
uv-reference.md
Markdown
├─
LICENSE.txt
Text
└─
SKILL.md
Markdown
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