claude-code — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited claude-code (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Budgetary tells you how many tokens an LLM query will cost — before you run it.
Budgetary is a hosted API at https://api.budgetary.tools that returns probabilistic pre-inference token-spend estimates for LLM queries. This repository holds the open-source clients that talk to it: language SDKs and editor plugins.
import { BudgetaryClient } from "@budgetary/sdk";
const budgetary = new BudgetaryClient({ apiKey: process.env.BUDGETARY_API_KEY! });
const estimate = await budgetary.estimate("Summarize the attached PDF in three bullets.");The SDK in this release is a stub — the call above illustrates the shape of the API surface, not a working implementation.
See docs/installation.md for per-client setup:
@budgetary/sdk on npmbudgetary on PyPIBearer-auth HTTP API at https://api.budgetary.tools. The wire contract is published at docs/api-contract.md.
Early access. The hosted API is live, but client interfaces may change between releases until they reach 1.0. Pin exact versions in production.
Apache-2.0. Copyright Budgetary.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.