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.3.0.tar.gz (21.8 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.3.0-py3-none-any.whl (26.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pipguard_security-0.3.0.tar.gz
  • Upload date:
  • Size: 21.8 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.3.0.tar.gz
Algorithm Hash digest
SHA256 387cc969298a29b88d8d057b314d9cc18b7644f96ee794b65d7e6b3cc58df4b8
MD5 f07129c8c4ccecfa76dbca4f76041f23
BLAKE2b-256 c2192ac7e5807ab9cadc7be3d37d81deb0ef3c9dd62a7cfa2676472d661ea1f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pipguard_security-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 26.9 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.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7dbae3e57d3625012c30f46311b68067e97852fa7b0a4e131d58e7c7bf7b8631
MD5 814eb524e8a3e6efa74391bb9ca9e4af
BLAKE2b-256 9c711fe5b31cbe79ed252130c21763aecdfb850d1fd52c637de2049c6e7cc61d

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