18 lines
534 B
JSON
18 lines
534 B
JSON
{
|
|
"id": "stellaops.secrets.pypi-token",
|
|
"version": "1.0.0",
|
|
"name": "PyPI API Token",
|
|
"description": "Detects PyPI API tokens",
|
|
"type": "regex",
|
|
"pattern": "pypi-AgEIcHlwaS5vcmc[A-Za-z0-9_-]{50,}",
|
|
"severity": "high",
|
|
"confidence": "high",
|
|
"keywords": ["pypi-", "pypi.org"],
|
|
"filePatterns": [".pypirc", "*.yml", "*.yaml", "*.json", "*.env", "*.sh", "*.toml"],
|
|
"enabled": true,
|
|
"tags": ["pypi", "python", "package-manager", "credentials", "token"],
|
|
"references": [
|
|
"https://pypi.org/help/#apitoken"
|
|
]
|
|
}
|