More screenshots

    Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLI+17 more

    ⚠️ Dangerous Command Linter

    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 2 months ago

    Listed2 months ago

    Frequently Asked Questions