npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

claude-yolo

v1.7.0

Published

YOLO wrapper for Claude CLI with danger mode always enabled, auto-updates, and colorful loading messages

Downloads

164

Readme

Claude YOLO

A wrapper for the Claude CLI that ALWAYS enables --dangerously-skip-permissions mode AND bypasses Docker and internet permission checks so that you can run in danger mode anywhere, anytime.

⚠️ SECURITY WARNING: This wrapper bypasses important safety checks! This completely bypasses the "human in the loop" checks, this could delete your data, leak your secrets and even brick your computer. Use at your own risk.

Installation

npm install -g claude-yolo

The first time you run claude-yolo, you will be presented with a consent prompt explaining the security implications. You must explicitly agree to continue.

Your consent choice is remembered for future runs.

GitHub: https://github.com/eastlondoner/claude-yolo

Usage

claude-yolo [options]

All arguments and options are passed directly to the Claude CLI.

This wrapper:

  1. Checks for and automatically installs updates to the Claude package
  2. Displays "🔥 YOLO MODE ACTIVATED 🔥" warning in yellow text
  3. Creates a modified copy of the Claude CLI code to bypass permission checks
    • Replaces all getIsDocker() calls with true
    • Replaces all hasInternetAccess() calls with false
    • Adds colorful YOLO-themed loading messages
  4. Leaves the original Claude CLI file untouched (won't affect your normal claude command)
  5. Adds the --dangerously-skip-permissions flag to command line arguments
  6. Imports the modified copy of the CLI

New in Version 1.6.1

  • Runtime Consent Check: Now requires explicit user consent on first run
  • Consent Persistence: Remembers user consent for future runs
  • Fixed Global Installation: Consent prompt will properly show for both local and global installations

New in Version 1.6.0

  • Installation Consent Prompt: Added explicit user consent during installation
  • Enhanced Security Warnings: Clear explanations of the security implications
  • Installation Abort Option: Users can cancel installation if they don't agree with the security implications

New in Version 1.5.0

  • YOLO Mode Warning: Displays a "🔥 YOLO MODE ACTIVATED 🔥" warning in yellow text
  • Colorful Loading Messages: Adds fun YOLO-themed loading messages with colorful text
    • "Thinking (safety's off, hold on tight)" in red
    • "Computing (all gas, no brakes, lfg)" in yellow
    • "Clauding (yolo mode engaged)" in magenta
    • "Processing (dangerous mode! I guess you can just do things)" in cyan

Features

  • Auto-update: Automatically checks for and installs updates to the Claude package at runtime
  • Non-destructive approach: Creates a separate modified copy of the CLI file instead of modifying the original
  • Safe for global installations: Your regular claude command will work normally even after installing claude-yolo
  • Debug mode: Set the DEBUG=1 environment variable to see detailed logs about the modifications

Why?

Sometimes you just want to YOLO and skip those pesky permission checks. This tool lets you do that without modifying your original Claude CLI installation.

Debugging

If you encounter any issues, you can run with debug output:

DEBUG=1 claude-yolo

This will show additional information about:

  • Claude package update checks
  • Current and latest available versions
  • When updates are being installed
  • Modifications being made to the CLI file

Auto-Update Feature

Claude YOLO automatically checks for updates to the Claude package each time it runs:

  1. When you run claude-yolo, it checks for the latest version of @anthropic-ai/claude-code on npm
  2. If your installed version is outdated, it will:
    • Update your package.json with the latest version
    • Run npm install to get the newest version
    • Notify you that an update was applied
  3. This ensures you're always using the latest Claude CLI features

Important Security Disclaimer

This is an unofficial tool and not supported by Anthropic. Use at your own risk.

SECURITY WARNING:

  • This tool bypasses safety mechanisms intentionally built into the Claude CLI
  • The --dangerously-skip-permissions flag was designed for use in container environments
  • By using this tool, you acknowledge that:
    • Important safety checks are being bypassed
    • Claude may access files it normally would not have permission to access
    • You accept full responsibility for any security implications

Anthropic designed these safety checks for good reason. Only use claude-yolo if you fully understand and accept these risks.