More screenshots
Works with the AI tools you already use
💸 LLM Cost Leak Linter
The problem LLM application code often contains hidden patterns that drain budgets before billing alerts trigger.
Secure checkout via Stripe
See it in action
You say
Scan the src directory for potential LLM cost leaks and tell me if I am wasting tokens.
Your agent does
Found 3 cost leaks:
- LCL002 (High): Loop in
chains.py:42calls gpt-4-turbo without a max_retries limit. - LCL005 (Med):
loaders.ts:12passes raw file buffer to prompt without truncation. - LCL003 (Low): Using gpt-4 for sentiment analysis on line 88; consider gpt-3.5-turbo.
What you get
About this skill
The problem
LLM application code often contains hidden patterns that drain budgets before billing alerts trigger. Developers lack automated ways to detect uncapped generations, expensive models used for trivial tasks, or inefficient prompting patterns during development.
What it does
- Scans source files for LLM calls lacking output caps or truncation logic.
- Identifies model calls inside loops or retry blocks without attempt limits.
- Flags expensive models used for high-frequency or simple tasks based on
model-pricing.json. - Detects instances where entire files are injected into prompts without preprocessing.
- Points out missing token usage logging and cost instrumentation.
Frameworks & tools
Supports Python, JavaScript, TypeScript, and React (JSX/TSX). Works with any LLM provider but requires manual updates to pricing reference files.
Why this beats prompting it yourself
Generic LLMs often miss specific architectural cost leaks like loop retry logic or missing backoff limits. This skill provides a structured heuristic scan that maps code patterns to specific cost-risk IDs rather than offering vague advice.
Use cases
- Pre-production audit of AI features to prevent runaway costs.
- Reviewing legacy LLM implementations for potential savings.
- Standardizing cost-conscious coding practices across a team.
Known limitations
This is a heuristic linter, not a runtime monitor. It identifies risky patterns but does not track real-world token usage or live expenditure.
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
More reviews for JustHandled Labs5.0(3)
Feedback buyers left on other skills by the same creator.
I already had a forecasting tool but this gave us more detail that I had Claude take the best parts and merge it into my current agent to make it more robust.
Trust & safety
Security scanned
Verified clean 1 month ago
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Also available in a bundle
Frequently Asked Questions
Popular in Code Review

🧪 AI Build Sanity Check
Scan local Python, JavaScript, TypeScript, JSX/TSX, HTML, JSON, and .env files for build markers, returned fake-data terms, swallowed errors, placeholders, route-adjacent canned success, and advisory empty handlers. Read-only findings include rule, severity, file, line, and a plain fix.
pr-reviewer
Automated, high-precision code reviews that detect bugs, security flaws, and performance bottlenecks in your PRs.

codegraph-ast-grep
Supercharge repo exploration and refactoring with semantic call-graph tracing and structural AST pattern matching.
typescript-type-auditor
Deep audit of TypeScript codebases for type safety violations, unsafe casts, and runtime-risk anti-patterns.