More screenshots

    Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLIVVS CodeWWindsurf+15 more

    ⚠️ Dangerous Command Linter

    by JustHandled Labs

    1

    It identifies destructive, irreversible, or high-risk operations that could lead to data loss or system instability.

    Secure checkout via Stripe

    0 installsSecurity scanned

    See it in action

    You say

    Is it safe to run this? curl -sSL https://install.example.com | sudo bash

    Your agent does

    Findings:

    [High] Pipe-to-Shell: Remote content is piped directly to sudo bash.

    • Evidence: curl ... | sudo bash
    • Risk: Unverified remote execution.
    • Alternative: Download script, inspect manually, then run: curl -O [URL] && less [file]

    Scope:

    1 command string.

    What you get

    Audit third-party install scripts before running them locallyIdentify recursive delete commands that lack specific path targetsFlag 'force' flags in Git and Cloud CLI commands to prevent data lossScan PowerShell scripts for permission 'blowouts' and security risks

    About this skill

    Safety First for Shell Operations

    The Dangerous Command Linter is a specialized security tool designed for developers and DevOps engineers who want an extra layer of protection before executing shell commands or scripts. It identifies destructive, irreversible, or high-risk operations that could lead to data loss or system instability.

    What it does

    This skill performs a heuristic analysis on shell scripts (.sh, .bash, .zsh, .ps1) and raw CLI strings. It scans for patterns including recursive deletions, force pushes, database drops, permission overrides (chmod 777), and the "curl | sh" anti-pattern. Unlike a standard LLM prompt, it utilizes a dedicated Python scanner and a curated JSON database of dangerous patterns to ensure consistent, rule-based detection.

    Supported Tools & Frameworks

    • Bash, Zsh, and PowerShell scripts
    • Git, Docker, and Cloud CLI commands
    • Standard Linux/Unix system utilities (rm, chmod, chown)
    • Database CLI tools

    Why use this skill?

    While an AI can "guess" if a command is bad, this skill follows a structured audit workflow. It provides a formal report categorizing findings by severity, identifies the exact line of concern, and suggests safe alternatives or remediation snippets. It acts as a pre-execution linting layer for your terminal workflow, reducing the risk of "fat-finger" errors in production environments.

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 1 month ago

    Listed1 month ago

    Creator

    JustHandled Labs builds focused agent skills for the work nobody wants to do by hand. Each one is a single repeatable job done well: catching the security and data mistakes that quietly ship, keeping docs and tests honest, gating the commands an agent is about to run, sharpening writing, and handling the founder chores around launches, outreach, and brand setup. Not generic AI productivity. Specific workflows that are easy to run, review, and repeat. Maintained by H.J. Westerfield, with a background in communications, editing, project coordination, customer support, and practical AI systems. Tools for people who want useful automation without theatrical complexity.

    Frequently Asked Questions

    Popular in Security & Compliance