Skip to main content

python-packaging

Facilitates the creation and distribution of Python packages with structured project setups and publishing to PyPI.

Install this skill

or
81/100

Security score

The python-packaging skill was audited on Mar 8, 2026 and we found 11 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 473

Template literal with variable interpolation in command context

SourceSKILL.md
473```yaml
medium line 760

Template literal with variable interpolation in command context

SourceSKILL.md
760```yaml
low line 456

Access to hidden dotfiles in home directory

SourceSKILL.md
456# Create ~/.pypirc
low line 222

External URL reference

SourceSKILL.md
222Documentation = "https://my-awesome-package.readthedocs.io"
low line 447

External URL reference

SourceSKILL.md
447pip install --index-url https://test.pypi.org/simple/ my-package
low line 710

External URL reference

SourceSKILL.md
710[![PyPI version](https://badge.fury.io/py/my-package.svg)](https://pypi.org/project/my-package/)
low line 711

External URL reference

SourceSKILL.md
711[![Python versions](https://img.shields.io/pypi/pyversions/my-package.svg)](https://pypi.org/project/my-package/)
low line 739

External URL reference

SourceSKILL.md
739Full documentation: https://my-package.readthedocs.io
low line 789

External URL reference

SourceSKILL.md
789pip install my-package --index-url https://private.pypi.org/simple/
low line 793

External URL reference

SourceSKILL.md
793index-url = https://private.pypi.org/simple/
low line 797

External URL reference

SourceSKILL.md
797twine upload --repository-url https://private.pypi.org/ dist/*
Scanned on Mar 8, 2026
View Security Dashboard