扫描报告
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.
可以安装
This skill is safe to use. It's purely instructional documentation for Python project setup with uv, ty, ruff, pytest, and just.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | Documentation-only skill, no file operations |
| 网络访问 | NONE | NONE | — | No network operations in skill code |
| 命令执行 | NONE | NONE | — | No shell commands executed by this skill |
| 环境变量 | NONE | NONE | — | No environment access |
| 技能调用 | NONE | NONE | — | No skill chaining |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
11 项发现
中危 外部 URL 外部 URL
https://www.apache.org/licenses/ LICENSE.txt:3 中危 外部 URL 外部 URL
https://docs.astral.sh/uv/ SKILL.md:24 中危 外部 URL 外部 URL
https://docs.astral.sh/ruff/ SKILL.md:26 中危 外部 URL 外部 URL
https://docs.pytest.org/ SKILL.md:27 中危 外部 URL 外部 URL
https://just.systems/ SKILL.md:28 中危 外部 URL 外部 URL
https://docs.pytest.org/en/stable/ SKILL.md:280 中危 外部 URL 外部 URL
https://just.systems/man/en/ SKILL.md:281 中危 外部 URL 外部 URL
https://api.example.com/health references/justfile-reference.md:168 中危 外部 URL 外部 URL
https://peps.python.org/api/peps.json references/uv-reference.md:188 中危 外部 URL 外部 URL
https://download.pytorch.org/whl/cpu references/uv-reference.md:276 中危 外部 URL 外部 URL
https://private.example.com/simple/ references/uv-reference.md:281 目录结构
7 文件 · 47.2 KB · 1831 行 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
安全亮点
✓ 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