Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
Sign inSign up free
catalog / DevOps & Infra / Weights & Biases (wandb)
△EvalDevOps & InfraFree

Weights & Biases (wandb)

ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.

@ai-supply
Installs784k
⟳ upstream v0.28.1 · updated 11d ago
↗ Source repository
← More DevOps & InfraDevOps & Infra leaderboard →How we grade security →Source ↗
✓ Grade A · 95/100 · SafeSecurity assessment
✓No compromise signals39capabilities surfaced1known CVE5of 20 OWASP controls clear
Potentially unbounded loopBroad capability surfaceBroad capability surfaceVulnerable dependencies
scanned 8d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

Weights & Biases (wandb)

Weights & Biases is the open-source ML experiment tracking library used by tens of thousands of researchers and ML engineers. It logs training runs to a central dashboard, enabling comparison of experiments, hyperparameter sweeps, model versioning, and dataset versioning — all from a two-line code addition.

Key Features

  • Automatic tracking: metrics, hyperparameters, code, system (GPU/CPU/memory)
  • Interactive dashboards: compare any runs with custom plots
  • Sweeps: distributed hyperparameter search (grid, random, Bayesian)
  • Artifacts: version datasets, models, and evaluation tables
  • W&B Tables: analyze model predictions with rich media (images, audio, text)
  • Self-hosted option (wandb server) for on-prem deployments

Quick Start

import wandb

wandb.init(project="my-project", config={"lr": 0.001, "epochs": 10})

for epoch in range(10):
    loss = train_one_epoch()
    wandb.log({"epoch": epoch, "loss": loss})

wandb.finish()

Install via ai-supply

npx ai-supply add wandb-experiment-tracking

Curated mirror of the open-source Weights & Biases (MIT). Get it from the source.

Rating rank
#1
of 23 in DevOps & Infra
Install rank
#2
of 23 in DevOps & Infra
Security score
95/100 · A
safe
Security rank
#8
of 23 in DevOps & Infra
Installs
784k
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: Safe · 9595/100 · grade Ascanned 8d ago
✓ no compromise signals40 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: pytestcovers: secrets-leakcovers: prompt-injectioncovers: piicovers: robustness
stringbooleanmarkdowntextareachoicetime.Timeint64interface

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
⚠LLM02Sensitive Information Disclosurehigh
Secrets, credentials or PII shipped inside the artifact.
•Email addresses present — contains email-like strings · wandb-wandb-9f5dcee/CODE_OF_CONDUCT.mdexpected
•Credit-card-like number — a number passes the Luhn checksum · wandb-wandb-9f5dcee/core/go.mod (CWE-359)expected
•Phone number present — contains phone number-like pattern (E.164 or formatted) · wandb-wandb-9f5dcee/core/vendor/charm.land/lipgloss/v2/README.md (CWE-359)expected
•IBAN-like number present — contains a string matching the IBAN format · wandb-wandb-9f5dcee/core/vendor/github.com/ProtonMail/go-crypto/eax/random_vectors.go (CWE-359)expected
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — pipe-to-shell install · wandb-wandb-9f5dcee/.circleci/config.yml (CWE-494)expected
•Suspicious code patterns — dynamic code execution · wandb-wandb-9f5dcee/core/vendor/charm.land/bubbletea/v2/exec.go (CWE-95)expected
⚠LLM06Excessive Agencyhigh
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 6 distinct host(s) · wandb-wandb-9f5dcee/.circleci/config.ymlexpected
•External endpoints declared — 1 distinct host(s) · wandb-wandb-9f5dcee/.gitattributesexpected
•External endpoints declared — 2 distinct host(s) · wandb-wandb-9f5dcee/.github/scripts/validate-docs-coverage.jsexpected
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · wandb-wandb-9f5dcee/.github/workflows/release-sdk.yml (CWE-272)risk surface
•External endpoints declared — 8 distinct host(s) · wandb-wandb-9f5dcee/.github/workflows/release-sdk.ymlexpected
•Broad capability surface — 4 high-impact capability categories referenced — verify least-privilege · wandb-wandb-9f5dcee/CHANGELOG.md (CWE-272)risk surface
•External endpoints declared — 7 distinct host(s) · wandb-wandb-9f5dcee/CHANGELOG.mdexpected
•External endpoints declared — 14 distinct host(s) · wandb-wandb-9f5dcee/CONTRIBUTING.mdexpected
•External endpoints declared — 13 distinct host(s) · wandb-wandb-9f5dcee/README.mdexpected
•External endpoints declared — 3 distinct host(s) · wandb-wandb-9f5dcee/core/internal/clients/proxy_test.goexpected
•External endpoints declared — 4 distinct host(s) · wandb-wandb-9f5dcee/core/internal/leet/remote_test.goexpected
•External endpoints declared — 12 distinct host(s) · wandb-wandb-9f5dcee/core/vendor/charm.land/bubbletea/v2/README.mdexpected
•External endpoints declared — 5 distinct host(s) · wandb-wandb-9f5dcee/core/vendor/cloud.google.com/go/monitoring/apiv3/v2/monitoringpb/uptime.pb.goexpected
•External endpoints declared — 10 distinct host(s) · wandb-wandb-9f5dcee/core/vendor/cloud.google.com/go/storage/storage.goexpected
•External endpoints declared — 17 distinct host(s) · wandb-wandb-9f5dcee/core/vendor/dario.cat/mergo/README.mdexpected
•Egress to a private/loopback host — 169.254.169.254 · wandb-wandb-9f5dcee/core/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/TROUBLESHOOTING.md (CWE-918)expected
•Egress to a private/loopback host — 10.132.141.33 · wandb-wandb-9f5dcee/core/vendor/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas/url_parts.go (CWE-918)expected
•Egress to a private/loopback host — 169.254.169.254, 127.0.0.1 · wandb-wandb-9f5dcee/core/vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity/managedidentity.go (CWE-918)expected
•Egress to a private/loopback host — 169.254.170.2 · wandb-wandb-9f5dcee/core/vendor/github.com/aws/aws-sdk-go-v2/config/resolve_credentials.go (CWE-918)expected
•Egress to a private/loopback host — 169.254.169.254, [fd00:ec2::254], [::1] · wandb-wandb-9f5dcee/core/vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_client.go (CWE-918)expected
⚠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 · wandb-wandb-9f5dcee/CODE_OF_CONDUCT.mdexpected
•Credit-card-like number — a number passes the Luhn checksum · wandb-wandb-9f5dcee/core/go.mod (CWE-359)expected
•Phone number present — contains phone number-like pattern (E.164 or formatted) · wandb-wandb-9f5dcee/core/vendor/charm.land/lipgloss/v2/README.md (CWE-359)expected
•IBAN-like number present — contains a string matching the IBAN format · wandb-wandb-9f5dcee/core/vendor/github.com/ProtonMail/go-crypto/eax/random_vectors.go (CWE-359)expected
⚠LLM03Supply Chainmedium
Vulnerable/compromised dependencies, models or archives in the artifact.
•Vulnerable dependencies — 2 known vulnerabilities in: github.com/disintegration/imaging@1.6.2, golang.org/x/crypto@0.54.0 (CWE-1395)known CVE · -5 pts
⚠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 · wandb-wandb-9f5dcee/core/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/test-resources.bicep (CWE-200)expected
⚠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 · wandb-wandb-9f5dcee/.github/scripts/ban-graphql-introspection.py (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
⚠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 · wandb-wandb-9f5dcee/CODE_OF_CONDUCT.mdexpected
•Credit-card-like number — a number passes the Luhn checksum · wandb-wandb-9f5dcee/core/go.mod (CWE-359)expected
•Phone number present — contains phone number-like pattern (E.164 or formatted) · wandb-wandb-9f5dcee/core/vendor/charm.land/lipgloss/v2/README.md (CWE-359)expected
•IBAN-like number present — contains a string matching the IBAN format · wandb-wandb-9f5dcee/core/vendor/github.com/ProtonMail/go-crypto/eax/random_vectors.go (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 — pipe-to-shell install · wandb-wandb-9f5dcee/.circleci/config.yml (CWE-494)expected
•Suspicious code patterns — dynamic code execution · wandb-wandb-9f5dcee/core/vendor/charm.land/bubbletea/v2/exec.go (CWE-95)expected
⚠ML06AI Supply Chainmedium
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Vulnerable dependencies — 2 known vulnerabilities in: github.com/disintegration/imaging@1.6.2, golang.org/x/crypto@0.54.0 (CWE-1395)known CVE · -5 pts
§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 (28) · hygiene / uncategorized
•Unrecognized file type — '.cfg' is not on the allowlist · wandb-wandb-9f5dcee/.bumpversion.cfgrisk surface
•Unrecognized file type — '.clang-format' is not on the allowlist · wandb-wandb-9f5dcee/.clang-formatrisk surface
•Unrecognized file type — '.git-blame-ignore-revs' is not on the allowlist · wandb-wandb-9f5dcee/.git-blame-ignore-revsrisk surface
•Unrecognized file type — '.gitattributes' is not on the allowlist · wandb-wandb-9f5dcee/.gitattributesrisk surface
•Unrecognized file type — '.?' is not on the allowlist · wandb-wandb-9f5dcee/.github/CODEOWNERSrisk surface
•Unrecognized file type — '.json5' is not on the allowlist · wandb-wandb-9f5dcee/.github/renovate.json5risk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · wandb-wandb-9f5dcee/.gitignorerisk surface
•Unrecognized file type — '.graphql' is not on the allowlist · wandb-wandb-9f5dcee/core/api/graphql/mutation_alert.graphqlrisk surface
•Unrecognized file type — '.mod' is not on the allowlist · wandb-wandb-9f5dcee/core/go.modrisk surface
•Unrecognized file type — '.sum' is not on the allowlist · wandb-wandb-9f5dcee/core/go.sumrisk surface
•Unrecognized file type — '.proto' is not on the allowlist · wandb-wandb-9f5dcee/core/internal/tensorboard/tbproto/histogram.protorisk surface
•Unrecognized file type — '.bazelversion' is not on the allowlist · wandb-wandb-9f5dcee/core/vendor/cel.dev/expr/.bazelversionrisk surface
•Unrecognized file type — '.bazel' is not on the allowlist · wandb-wandb-9f5dcee/core/vendor/cel.dev/expr/BUILD.bazelrisk surface
•Suspicious network references — suspicious TLD (13 URLs) · wandb-wandb-9f5dcee/core/vendor/cel.dev/expr/WORKSPACEexpected
•Unrecognized file type — '.editorconfig' is not on the allowlist · wandb-wandb-9f5dcee/core/vendor/charm.land/lipgloss/v2/.editorconfigrisk surface
•Suspicious network references — suspicious TLD (6 URLs) · wandb-wandb-9f5dcee/core/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime/runtime.goexpected
•Suspicious network references — suspicious TLD (3 URLs) · wandb-wandb-9f5dcee/core/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud/cloud.goexpected
•Suspicious network references — suspicious TLD (18 URLs) · wandb-wandb-9f5dcee/core/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/MIGRATION.mdexpected
•Suspicious network references — raw IP URL (39 URLs) · wandb-wandb-9f5dcee/core/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/TROUBLESHOOTING.mdexpected
•Suspicious network references — raw IP URL (3 URLs) · wandb-wandb-9f5dcee/core/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/managed_identity_client.goexpected
•Disallowed file type — '.ps1' executables are not permitted · wandb-wandb-9f5dcee/core/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/test-resources-post.ps1 (CWE-434)risk surface
•Unrecognized file type — '.bicep' is not on the allowlist · wandb-wandb-9f5dcee/core/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/test-resources.biceprisk surface
•Suspicious network references — raw IP URL (1 URLs) · wandb-wandb-9f5dcee/core/vendor/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas/url_parts.goexpected
•Suspicious network references — raw IP URL (8 URLs) · wandb-wandb-9f5dcee/core/vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority/authority.goexpected
•Suspicious network references — raw IP URL (5 URLs) · wandb-wandb-9f5dcee/core/vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity/managedidentity.goexpected
•Unrecognized file type — '.tmpl' is not on the allowlist · wandb-wandb-9f5dcee/core/vendor/github.com/Khan/genqlient/generate/header.go.tmplrisk surface
•Suspicious network references — suspicious TLD (1 URLs) · wandb-wandb-9f5dcee/core/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/packet_sequence.goexpected
•Suspicious network references — raw IP URL (4 URLs) · wandb-wandb-9f5dcee/core/vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_client.goexpected
✔ verified source · pinned wandb-wandb-9f5dcee
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/wandb-experiment-tracking/check). Click a policy:

Consume Weights & Biases (wandb) 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/wandb-experiment-tracking

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

# CLI
npx ai-supply add wandb-experiment-tracking

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

# MCP tool
install_listing({ "slug": "wandb-experiment-tracking" })
OpenAPI spec →
vlatest
✓ Security: Safe · 951mo 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
◇MCP server
GitHub MCP Server
Official GitHub MCP server — give your AI agent full read/write access to repos, issues, PRs, and actions.
↓ 771k
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