Skip to main content

A security tool to prevent accidental installation of malicious AI-generated packages

Project description

PipGuard

A security tool to prevent accidental installation of malicious AI-generated packages.

Problem

AI coding assistants (ChatGPT, Claude, Copilot) sometimes invent nonexistent Python packages. Developers might unknowingly run pip install on these hallucinated names, installing malware or typosquat packages that can compromise development environments.

Solution

PipGuard intercepts package installations and provides real-time risk assessment:

  • Typosquatting detection - Identifies packages mimicking popular libraries
  • Malicious package database - Checks against known malicious packages from OSV, GitHub Advisory Database
  • Suspicious pattern detection - Flags new packages with low download counts, obfuscated code
  • Warn-by-default approach - Never blocks workflows, builds trust through informative warnings

Installation

pip install pipguard

Usage

# Install a package with safety check
pipguard install requests

# Scan requirements file
pipguard scan requirements.txt

# Audit current environment
pipguard audit .

Risk Assessment

PipGuard analyzes packages for:

  • HIGH: Known malicious packages or clear typosquats
  • MEDIUM: Suspicious patterns (new package, low downloads, suspicious metadata)
  • LOW: Minor concerns worth noting

Example warning:

⚠️  Suspicious package detected: "reqeusts"
Reasons:
- Similar to popular package "requests"
- Published 2 days ago
- Low download count
Risk score: HIGH

Continue anyway? (y/N)

Data Sources

License

MIT License - see LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pipguard_security-0.1.1.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pipguard_security-0.1.1-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file pipguard_security-0.1.1.tar.gz.

File metadata

  • Download URL: pipguard_security-0.1.1.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.0 CPython/3.14.4 Darwin/24.6.0

File hashes

Hashes for pipguard_security-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f41074f53d84422cfff325b146628c87e94ab4a7e3297025222eae779e91bdf8
MD5 bebc3cc07a9483157d304832457461cd
BLAKE2b-256 31bfd6b231ab30132ecc025dee72192d184b2a7ada70d85e7754e58779e36769

See more details on using hashes here.

File details

Details for the file pipguard_security-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pipguard_security-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 11.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.0 CPython/3.14.4 Darwin/24.6.0

File hashes

Hashes for pipguard_security-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3b2e85d0cd8c0f26256a6b48371b8531b3aad42cc6a6f4d402348910a8417a14
MD5 1460e9c813dc110e0ae8d0fb10483aeb
BLAKE2b-256 dd44166f3f728b0ede95742b14c8373ff68c7aa6b6cb8e476a4587bc5677f408

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page