Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
Sign inSign up free
catalog / DevOps & Infra / Evidently
△EvalDevOps & InfraFree

Evidently

Open-source ML and LLM observability framework for evaluating, monitoring, and testing AI system quality.

@ai-supply
Installs129k
⟳ upstream v0.7.21 · updated 4mo ago
↗ Source repository
← More DevOps & InfraDevOps & Infra leaderboard →How we grade security →Source ↗
! Grade B · 75/100 · ReviewSecurity assessment
✓No compromise signals27capabilities surfaced1known CVE5of 20 OWASP controls clear
Broad capability surfaceBroad capability surfacePotentially unbounded loopVery high entropy
scanned 17d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

Evidently

Evidently is an open-source Python library for evaluating, testing, and monitoring ML models and LLM-powered applications. It provides 100+ built-in metrics covering data quality, data drift, model performance, and LLM output quality.

Key Features

  • LLM evaluation: Assess text quality, hallucination, toxicity, semantic similarity, and custom criteria
  • Data drift detection: Statistical tests (KS, PSI, Wasserstein) to detect distribution shifts in features
  • Column-level reports: Generate interactive HTML reports for any dataset or prediction batch
  • Test suites: Codify quality expectations as pass/fail tests for CI/CD integration
  • Monitoring platform: Evidently Cloud or self-hosted for continuous production monitoring
  • Integrations: Works with MLflow, Airflow, Prefect, Dagster, and any Python-based pipeline

Quick Start

pip install evidently
from evidently import Dataset, DataDefinition
from evidently.presets import DataDriftPreset
from evidently import Report

report = Report(metrics=[DataDriftPreset()])
report.run(reference_data=reference_df, current_data=current_df)
report.save_html("drift_report.html")

Add to ai-supply

npx ai-supply add evidently-ml-monitoring

Curated mirror of the open-source Evidently (Apache-2.0). Get it from the source.

Rating rank
#1
of 23 in DevOps & Infra
Install rank
#9
of 23 in DevOps & Infra
Security score
75/100 · B
review
Security rank
#15
of 23 in DevOps & Infra
Installs
129k
cat avg 212k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the DevOps & Infra leaderboard →
! Security: Review · 7575/100 · grade Bscanned 17d ago
✓ no compromise signals28 risk-surface · 10/20 OWASP controls flagged

Compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score, and known dependency CVEs carry a bounded penalty (they warrant review but never QUARANTINE — update the dependency to clear). Other dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to its OWASP control below.

Control card · high confidence (static)
framework: pytestframework: guardrails-aicovers: secrets-leakcovers: toxicitycovers: biascovers: robustnesscovers: piicovers: hallucinationcovers: prompt-injection
stringbooleanfilepostgres

Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not, except a known CVE, which carries a small bounded penalty (high/critical → Review).

OWASP Top 10 for LLM Applications
⚠LLM03Supply Chaincritical
Vulnerable/compromised dependencies, models or archives in the artifact.
•Dependency manifest — 14 pip requirements declared · evidentlyai-evidently-a4aa4c2/examples/grafana/grafana_data_drift_dashboard/requirements.txtrisk surface
•Dependency manifest — 15 pip requirements declared · evidentlyai-evidently-a4aa4c2/examples/grafana/grafana_llm_evaluation_dashboard/requirements.txtrisk surface
•Dependency manifest — 2 npm dependencies declared · evidentlyai-evidently-a4aa4c2/ui/html-visual-testing/package.jsonrisk surface
•Dependency manifest — 1 npm dependencies declared · evidentlyai-evidently-a4aa4c2/ui/package.jsonrisk surface
•Dependency manifest — 31 npm dependencies declared · evidentlyai-evidently-a4aa4c2/ui/packages/evidently-ui-lib/package.jsonrisk surface
•Dependency manifest — 13 npm dependencies declared · evidentlyai-evidently-a4aa4c2/ui/service/package.jsonrisk surface
•Dependency manifest — 9 npm dependencies declared · evidentlyai-evidently-a4aa4c2/ui/standalone/package.jsonrisk surface
•Vulnerable dependencies — 285 known vulnerabilities in: litestar@2.9.1, pillow@11.3.0, pyarrow@9.0.0, pytest@7.4.4, setuptools@65.5.1, setuptools@68.2.2, uvicorn@0.9.1, filelock@3.19.1 (CWE-1395)known CVE · -25 pts
⚠LLM02Sensitive Information Disclosurehigh
Secrets, credentials or PII shipped inside the artifact.
•Email addresses present — contains email-like strings · evidentlyai-evidently-a4aa4c2/docker/Dockerfile.serviceexpected
•Phone number present — contains phone number-like pattern (E.164 or formatted) · evidentlyai-evidently-a4aa4c2/examples/agentic_systems_tracing.ipynb (CWE-359)expected
•Credit-card-like number — a number passes the Luhn checksum · evidentlyai-evidently-a4aa4c2/tests/metrics/data_quality/test_column_value_range_metric.py (CWE-359)expected
•Low-confidence secret match — 1 possible: generic-api-key · evidentlyai-evidently-a4aa4c2/src/evidently/telemetry.py (CWE-798)risk surface
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — OS command execution · evidentlyai-evidently-a4aa4c2/api-reference/generate.py (CWE-78)expected
•Suspicious code patterns — destructive rm -rf / · evidentlyai-evidently-a4aa4c2/docker/Dockerfile.service (CWE-78)expected
•Suspicious code patterns — dynamic code execution · evidentlyai-evidently-a4aa4c2/src/evidently/legacy/ui/assets/static/js/dashboard-main-DwKS_DMS.js (CWE-95)expected
•Suspicious code patterns — environment/secret exfiltration · evidentlyai-evidently-a4aa4c2/src/evidently/legacy/ui/demo_projects/adult.py (CWE-200)expected
•Suspicious code patterns — child_process exec · evidentlyai-evidently-a4aa4c2/ui/replace-playwright-screens.mjs (CWE-78)expected
⚠LLM06Excessive Agencyhigh
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 1 distinct host(s) · evidentlyai-evidently-a4aa4c2/.dvcignoreexpected
•External endpoints declared — 2 distinct host(s) · evidentlyai-evidently-a4aa4c2/.github/workflows/main.ymlexpected
•External endpoints declared — 4 distinct host(s) · evidentlyai-evidently-a4aa4c2/CONTRIBUTING.mdexpected
•External endpoints declared — 12 distinct host(s) · evidentlyai-evidently-a4aa4c2/README.mdexpected
•External endpoints declared — 3 distinct host(s) · evidentlyai-evidently-a4aa4c2/api-reference/README.mdexpected
•Egress to a private/loopback host — 127.0.0.1 · evidentlyai-evidently-a4aa4c2/examples/service/README.md (CWE-918)expected
•Broad capability surface — 4 high-impact capability categories referenced — verify least-privilege · evidentlyai-evidently-a4aa4c2/examples/service/docker_s3_tutorial.ipynb (CWE-272)risk surface
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · evidentlyai-evidently-a4aa4c2/src/evidently/legacy/collector/config.py (CWE-272)risk surface
⚠LLM08Vector and Embedding Weaknesseshigh
PII or plaintext source leakage in embedding/vector exports.
Embedding inversion/poisoning is largely runtime; static check covers PII in vector exports.
•Email addresses present — contains email-like strings · evidentlyai-evidently-a4aa4c2/docker/Dockerfile.serviceexpected
•Phone number present — contains phone number-like pattern (E.164 or formatted) · evidentlyai-evidently-a4aa4c2/examples/agentic_systems_tracing.ipynb (CWE-359)expected
•Credit-card-like number — a number passes the Luhn checksum · evidentlyai-evidently-a4aa4c2/tests/metrics/data_quality/test_column_value_range_metric.py (CWE-359)expected
⚠LLM07System Prompt Leakagemedium
Secrets, internal hosts or proprietary logic exposed in shipped prompts.
•Internal host / private infrastructure reference — shipped content references a private IP range or internal-only host · evidentlyai-evidently-a4aa4c2/examples/service/docker_s3_tutorial.ipynb (CWE-200)expected
•Low-confidence secret match — 1 possible: generic-api-key · evidentlyai-evidently-a4aa4c2/src/evidently/telemetry.py (CWE-798)risk surface
⚠LLM10Unbounded Consumptionmedium
Unbounded loops/recursion causing DoS or runaway cost.
Enforced at runtime by the gateway (rate limits + spend caps + size caps); static check flags unbounded loops.
•Potentially unbounded loop — an infinite loop (while True / while(1) / for(;;)) may cause runaway consumption · evidentlyai-evidently-a4aa4c2/src/evidently/legacy/ui/assets/static/js/index-jazVifCz.js (CWE-835)risk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
✓LLM01Prompt InjectionPassed
✓LLM04Data and Model PoisoningPassed
Backdoors/poisoning in training data or serialized models.
Behavioral poisoning needs model execution; static check covers unsafe serialization + dataset skew only.
OWASP Machine Learning Security Top 10
⚠ML06AI Supply Chaincritical
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Dependency manifest — 14 pip requirements declared · evidentlyai-evidently-a4aa4c2/examples/grafana/grafana_data_drift_dashboard/requirements.txtrisk surface
•Dependency manifest — 15 pip requirements declared · evidentlyai-evidently-a4aa4c2/examples/grafana/grafana_llm_evaluation_dashboard/requirements.txtrisk surface
•Dependency manifest — 2 npm dependencies declared · evidentlyai-evidently-a4aa4c2/ui/html-visual-testing/package.jsonrisk surface
•Dependency manifest — 1 npm dependencies declared · evidentlyai-evidently-a4aa4c2/ui/package.jsonrisk surface
•Dependency manifest — 31 npm dependencies declared · evidentlyai-evidently-a4aa4c2/ui/packages/evidently-ui-lib/package.jsonrisk surface
•Dependency manifest — 13 npm dependencies declared · evidentlyai-evidently-a4aa4c2/ui/service/package.jsonrisk surface
•Dependency manifest — 9 npm dependencies declared · evidentlyai-evidently-a4aa4c2/ui/standalone/package.jsonrisk surface
•Vulnerable dependencies — 285 known vulnerabilities in: litestar@2.9.1, pillow@11.3.0, pyarrow@9.0.0, pytest@7.4.4, setuptools@65.5.1, setuptools@68.2.2, uvicorn@0.9.1, filelock@3.19.1 (CWE-1395)known CVE · -25 pts
⚠ML02Data Poisoninghigh
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
•Email addresses present — contains email-like strings · evidentlyai-evidently-a4aa4c2/docker/Dockerfile.serviceexpected
•Phone number present — contains phone number-like pattern (E.164 or formatted) · evidentlyai-evidently-a4aa4c2/examples/agentic_systems_tracing.ipynb (CWE-359)expected
•Credit-card-like number — a number passes the Luhn checksum · evidentlyai-evidently-a4aa4c2/tests/metrics/data_quality/test_column_value_range_metric.py (CWE-359)expected
⚠ML09Output Integrityhigh
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — OS command execution · evidentlyai-evidently-a4aa4c2/api-reference/generate.py (CWE-78)expected
•Suspicious code patterns — destructive rm -rf / · evidentlyai-evidently-a4aa4c2/docker/Dockerfile.service (CWE-78)expected
•Suspicious code patterns — dynamic code execution · evidentlyai-evidently-a4aa4c2/src/evidently/legacy/ui/assets/static/js/dashboard-main-DwKS_DMS.js (CWE-95)expected
•Suspicious code patterns — environment/secret exfiltration · evidentlyai-evidently-a4aa4c2/src/evidently/legacy/ui/demo_projects/adult.py (CWE-200)expected
•Suspicious code patterns — child_process exec · evidentlyai-evidently-a4aa4c2/ui/replace-playwright-screens.mjs (CWE-78)expected
§ML01Input Manipulation (Adversarial)Governance
Models vulnerable to adversarial perturbations.
Requires runtime robustness evaluation; addressed via publisher robustness attestation.
§ML03Model InversionGovernance
Training data reconstructable from a model's outputs.
Runtime/evaluation property; addressed via model-card data-provenance + DP attestation.
§ML04Membership InferenceGovernance
Determining whether a record was in the training set.
Runtime/evaluation property; addressed via overfitting disclosure + DP attestation.
§ML08Model SkewingGovernance
Models trained on skewed data producing biased output.
Requires fairness evaluation; addressed via model-card bias/limitations disclosure.
✓ML05Model TheftPassed
Unlicensed re-distribution / license-incompatible derivatives.
Static check verifies license declaration; extraction throttling is runtime.
✓ML07Transfer Learning AttackPassed
Backdoored base models / LoRA adapters propagating to derivatives.
Backdoor detection needs behavioral probing; static check covers unsafe serialization + provenance.
✓ML10Model Poisoning (Weights)Passed
Tampered model weight files; integrity must be verifiable.
Static check enforces safe formats + records a content hash for downstream verification.
Other findings (24) · hygiene / uncategorized
•Unrecognized file type — '.dockerignore' is not on the allowlist · evidentlyai-evidently-a4aa4c2/.dockerignorerisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · evidentlyai-evidently-a4aa4c2/.dvc/.gitignorerisk surface
•Unrecognized file type — '.?' is not on the allowlist · evidentlyai-evidently-a4aa4c2/.dvc/configrisk surface
•Unrecognized file type — '.dvcignore' is not on the allowlist · evidentlyai-evidently-a4aa4c2/.dvcignorerisk surface
•Unrecognized file type — '.mjs' is not on the allowlist · evidentlyai-evidently-a4aa4c2/.github/scripts/support-litestar-openapi-tuples.mjsrisk surface
•Suspicious network references — suspicious TLD (1 URLs) · evidentlyai-evidently-a4aa4c2/.github/share-actions/get-bikes-dataset-cached/action.ymlexpected
•Suspicious network references — suspicious TLD (6 URLs) · evidentlyai-evidently-a4aa4c2/CONTRIBUTING.mdexpected
•Unrecognized file type — '.in' is not on the allowlist · evidentlyai-evidently-a4aa4c2/MANIFEST.inrisk surface
•Unrecognized file type — '.jinja2' is not on the allowlist · evidentlyai-evidently-a4aa4c2/api-reference/evidently-theme/index.html.jinja2risk surface
•Unrecognized file type — '.jsonc' is not on the allowlist · evidentlyai-evidently-a4aa4c2/biome.jsoncrisk surface
•Unrecognized file type — '.service' is not on the allowlist · evidentlyai-evidently-a4aa4c2/docker/Dockerfile.servicerisk surface
•Unrecognized file type — '.dev' is not on the allowlist · evidentlyai-evidently-a4aa4c2/docker/Dockerfile.service.devrisk surface
•Suspicious network references — raw IP URL (6 URLs) · evidentlyai-evidently-a4aa4c2/examples/service/README.mdexpected
•Suspicious network references — raw IP URL (4 URLs) · evidentlyai-evidently-a4aa4c2/examples/service/workspace_tutorial.ipynbexpected
•Suspicious network references — raw IP URL (1 URLs) · evidentlyai-evidently-a4aa4c2/src/evidently/legacy/ui/components/telemetry.pyexpected
•Suspicious network references — suspicious TLD (2 URLs) · evidentlyai-evidently-a4aa4c2/src/evidently/legacy/ui/demo_projects/bikes.pyexpected
•Unrecognized file type — '.ini' is not on the allowlist · evidentlyai-evidently-a4aa4c2/src/evidently/ui/service/storage/sql/migrations/alembic.inirisk surface
•Unrecognized file type — '.mako' is not on the allowlist · evidentlyai-evidently-a4aa4c2/src/evidently/ui/service/storage/sql/migrations/script.py.makorisk surface
•Unrecognized file type — '.dvc' is not on the allowlist · evidentlyai-evidently-a4aa4c2/test_data/20news-bydate_py3.pkz.dvcrisk surface
•Unrecognized file type — '.citation' is not on the allowlist · evidentlyai-evidently-a4aa4c2/test_data/adults.CITATIONrisk surface
•Unrecognized file type — '.pkz' is not on the allowlist · evidentlyai-evidently-a4aa4c2/test_data/cal_housing_py3.pkzrisk surface
•Very high entropy — 7.87 bits/byte suggests packed or encrypted content · evidentlyai-evidently-a4aa4c2/test_data/cal_housing_py3.pkzrisk surface
•Opaque binary content — non-text payload not statically analyzable · evidentlyai-evidently-a4aa4c2/test_data/cal_housing_py3.pkzrisk surface
•Suspicious network references — raw IP URL (3 URLs) · evidentlyai-evidently-a4aa4c2/ui/service/vite.config.tsexpected
✔ verified source · pinned evidentlyai-evidently-a4aa4c2
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/evidently-ml-monitoring/check). Click a policy:

Consume Evidently programmatically. Authenticate with an API key or session — see Authorize an agent.

# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/evidently-ml-monitoring

# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/evidently-ml-monitoring/check \
  -H "Content-Type: application/json" \
  -d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'

# CLI
npx ai-supply add evidently-ml-monitoring

# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/evidently-ml-monitoring/install \
  -H "Authorization: Bearer $AIM_KEY"

# MCP tool
install_listing({ "slug": "evidently-ml-monitoring" })
OpenAPI spec →
vlatest
! Security: Review · 751mo ago

Curated mirror — latest upstream source. See the repository for tagged releases.

Sign in and install this listing to leave a review.

More from @ai-supply

View profile →
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 1.0M
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 892k
⇄Connector
Meilisearch
Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.
↓ 811k
△Eval
Weights & Biases (wandb)
ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.
↓ 784k
ai-supply.store

Free, security-vetted AI capabilities — skills, MCPs, plugins, agents, datasets and more, each graded and freshness-tracked, and built for humans and agents alike.

api · v3.1status · all green
Contact
support@ai-supply.storesecurity@ai-supply.store
Catalog
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
  • Security
  • Scan a repo
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
Account
  • Create account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy