🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

evalguardai-sdk

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evalguardai-sdk

DEPRECATED — install '@evalguard/sdk' instead. This package is a thin re-export shim kept so existing installs keep working; the canonical name is @evalguard/sdk.

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

evalguardai-sdk (deprecated)

⚠️ This package is deprecated. Install @evalguard/sdk instead.

npm install @evalguard/sdk

The evalguardai-sdk slot is kept so existing installs keep working — it re-exports everything from @evalguard/sdk and emits a one-time deprecation warning on first import.

Why the rename

The legacy name embedded the .ai TLD into the package handle. Industry convention (openai, @anthropic-ai/sdk, stripe, @vercel/*) keeps package names brand-only. Switching now — before customer integrations lock in the wrong name — avoids a future forced migration.

What you need to do

Replace:

import { EvalGuard } from "evalguardai-sdk";

with:

import { EvalGuard } from "@evalguard/sdk";

API surface is identical. No code changes needed beyond the import.

Verifying the canonical package

The canonical @evalguard/sdk is published with cryptographic provenance (npm OIDC trusted publisher + Sigstore). Verify after install:

npm install @evalguard/sdk
npm audit signatures

Reporting issues

Issues, PRs, and security reports go to the monorepo: https://github.com/EvalGuardAi/evalguard/issues

Keywords

deprecated

FAQs

Package last updated on 28 Apr 2026

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