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.2.0.tar.gz (12.9 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.2.0-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pipguard_security-0.2.0.tar.gz
  • Upload date:
  • Size: 12.9 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.2.0.tar.gz
Algorithm Hash digest
SHA256 91d3ce26b3aceecd1084b7f66917cb9cab8787ee67787f257bc13a08e8ae70c4
MD5 6473ed804f48a8f16bf175a140313526
BLAKE2b-256 2d8d1b85716713c67255dae59030a69b005384b8090a64e421eefcded58e7266

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pipguard_security-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 16.0 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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 86b0f3f85b83e5716abb06b8a5cf967c53b9eedd383da764bfea2fb2ddb3f892
MD5 3103b256e57e304b2acdd3c118432e5b
BLAKE2b-256 d57667343e556ce074fd67ccdae9dd0875b7f6a68f1b54dd959f541da5cf0860

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