Skip to main content

AI-powered supply chain security. Blocks malicious packages at install and import time. Works with Claude Code, Cursor, Devin, and every AI coding agent.

Project description

stillrunning

Supply chain security for developers and AI coding agents. Blocks malicious packages at install AND import time.

Version Protected by stillrunning Python License

What's new in v2.0

  • Python import hook — blocks at execution, not just install
  • MCP server — Claude Code checks packages before installing
  • Interactive Telegram approvals — default deny, one tap to allow
  • Works with every AI coding agent — Claude Code, Cursor, Devin, Replit, Windsurf, Aider
  • Autonomous mode for CI/CD pipelines
  • Hash verification against PyPI registry

What it blocks

Attack Vector Status
pip install malicious-pkg Blocked
pip3 install malicious-pkg Blocked
python3 -m pip install malicious-pkg Blocked
npm install malicious-pkg Blocked
pip install -r requirements.txt Scans all packages
import malicious_pkg Blocked (via hook)
from malicious_pkg import x Blocked (via hook)

Known limitations

Gap Workaround
/usr/bin/pip direct binary Use import hook for coverage
Virtual env pip Activate intercept or use import hook
Conda/poetry/pipx Manual activation required

Quick start (30 seconds)

pip install stillrunning
stillrunning --setup

Import protection (one line)

import stillrunning.hook

Always-on import protection

stillrunning --install-hook

Autonomous mode (CI/CD + AI agents)

export STILLRUNNING_APP_NAME="my-app"
export STILLRUNNING_TELEGRAM_TOKEN="..."
export STILLRUNNING_CHAT_ID="..."
stillrunning --autonomous

MCP / Claude Code integration

Add to ~/.claude/settings.json:

{
  "mcpServers": {
    "stillrunning": {
      "type": "url",
      "url": "https://stillrunning.io/mcp",
      "name": "stillrunning"
    }
  }
}

Claude Skill

Install the stillrunning skill for automatic package checking in every Claude Code session:

github.com/johhnyg/stillrunning-skill

Works with every AI coding agent

Claude Code, Cursor, Devin, Replit, GitHub Copilot, Windsurf, Aider

Setup: stillrunning.io/agent-setup

Commands

stillrunning --setup          # 3-minute setup wizard
stillrunning --doctor         # Health check
stillrunning --install-hook   # Enable always-on import protection
stillrunning --autonomous     # CI/CD mode (no prompts)
stillrunning --allow <pkg>    # Allow a blocked package
stillrunning --block <pkg>    # Manually block a package
stillrunning whitelist add <pkg>    # Add to whitelist
stillrunning whitelist remove <pkg> # Remove from whitelist
stillrunning whitelist list         # Show whitelist

Pricing

Tier Price Features
Personal $9/mo Process monitor, auto-restart, Telegram alerts
Basic $29/mo + File integrity, tripwire, honeypot
AI $49/mo + AI package review, import hook, MCP integration
Enterprise $499/mo + Unlimited scans, SIEM, SSO, compliance

Badge

![Protected by stillrunning](https://stillrunning.io/badge/protected)

Links

License

MIT License

Patent Pending — US Provisional Application filed April 12, 2026

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

stillrunning-2.0.4.tar.gz (61.4 kB view details)

Uploaded Source

Built Distribution

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

stillrunning-2.0.4-py3-none-any.whl (65.0 kB view details)

Uploaded Python 3

File details

Details for the file stillrunning-2.0.4.tar.gz.

File metadata

  • Download URL: stillrunning-2.0.4.tar.gz
  • Upload date:
  • Size: 61.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for stillrunning-2.0.4.tar.gz
Algorithm Hash digest
SHA256 aeb248577c7fa19ef331fcddd38847abe8a0f7eb62ce197def69a6a9c47042b5
MD5 f7f310a55c4e3c49eb37c1c127af77b1
BLAKE2b-256 4cc5f51e105fbc116f7c635b58aa54666f845b312309ddc3e73468f5448dbb06

See more details on using hashes here.

File details

Details for the file stillrunning-2.0.4-py3-none-any.whl.

File metadata

  • Download URL: stillrunning-2.0.4-py3-none-any.whl
  • Upload date:
  • Size: 65.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for stillrunning-2.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e4b7a1412ead438e878e5663261d81aa3f971433e06a84d24fe8ccd052f8b81e
MD5 59f4339e0ed7822f8c72bdc1cca15d14
BLAKE2b-256 64c1fdd99e7084f38490778382193de5f25021a2832f563711ff4c1f210f7c46

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