
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@quantakrypto/agent
Advanced tools
BYOK LLM client for qScan triage and remediation. Native fetch, zero runtime dependencies.
BYOK (bring-your-own-key) LLM client for qScan triage and remediation. Native fetch, zero third-party runtime dependencies.
This is the only networked package in the quantakrypto toolset. All deterministic
pieces (the context redactor, the verify_fix gate, codemods, the patch-policy
engine) live in @quantakrypto/core,
so the offline MCP server never loads this package.
resolveClient(config) → an LlmClient for anthropic or any
openai-compatible endpoint (baseURL + key + model). Responses are
JSON-schema-validated with one repair-retry.triageFindings(findings, opts) — ask the model for an exposure verdict
per finding (annotate + re-rank, never suppress).proposeFix(finding, opts) — ask the model for a corrected full file. Skips
any file containing secrets; the result is gated downstream by verify_fix.(promptVersion, model, contextLevel, fingerprint)
so reruns are reproducible and cheap.You normally reach these through qscan --triage and qremediate --llm rather
than directly. The BYOK key is read from the environment: QK_LLM_API_KEY, or the
provider-native ANTHROPIC_API_KEY / OPENAI_API_KEY.
import { resolveClient, triageFindings } from "@quantakrypto/agent";
const client = resolveClient({
provider: "anthropic",
model: "claude-sonnet-5",
apiKey: process.env.ANTHROPIC_API_KEY!,
});
const verdicts = await triageFindings(findings, {
client,
level: "snippet", // metadata | snippet | function | file — secrets always redacted
readFile: (p) => fs.promises.readFile(p, "utf8"),
fingerprint: fingerprintFinding,
});
fetch only.Apache-2.0 · quantakrypto.com/tools
FAQs
BYOK LLM client for qScan triage and remediation. Native fetch, zero runtime dependencies.
The npm package @quantakrypto/agent receives a total of 84 weekly downloads. As such, @quantakrypto/agent popularity was classified as not popular.
We found that @quantakrypto/agent demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.