New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

langpatrol-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

langpatrol-cli

CLI tool for analyzing prompts with LangPatrol

latest
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

LangPatrol CLI

Command-line tool for analyzing prompts with LangPatrol.

Installation

npm install -g langpatrol-cli

Usage

langpatrol analyze <pathGlob> [options]

Options

  • --json - Output JSON report
  • --out <file> - Write JSON report to file
  • --model <model> - Model to use for token estimation (default: gpt-4o)

Examples

# Analyze a single prompt file
langpatrol analyze prompt.txt

# Analyze multiple files and output JSON
langpatrol analyze "prompts/*.txt" --json --out report.json

# Specify model
langpatrol analyze prompt.txt --model gpt-4o-mini

License

MIT

FAQs

Package last updated on 26 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts