Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
Sign inSign up free
catalog / Vision & Image / MediaPipe — Cross-Platform ML for Live & Streaming Media
⬡PipelineVision & ImageFree

MediaPipe — Cross-Platform ML for Live & Streaming Media

Google's on-device ML framework for face, hand, pose, and object detection across mobile, desktop, web, and edge.

@ai-supply
Installs274k
⟳ upstream v0.10.35 · updated 3mo ago
↗ Source repository
← More Vision & ImageVision & Image leaderboard →How we grade security →Source ↗
! Grade B · 75/100 · ReviewSecurity assessment
✓No compromise signals34capabilities surfaced1known CVE5of 20 OWASP controls clear
External endpoints declaredExternal endpoints declaredExternal endpoints declaredExternal endpoints declared
scanned 17d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

MediaPipe

MediaPipe is Google's cross-platform, customisable ML framework for live and streaming media pipelines. It ships optimised, pre-built solutions for the most common computer vision tasks and runs efficiently on-device without a server round-trip.

Key Features

  • Pre-built solutions: face detection, face mesh, hand tracking, pose estimation, holistic, object detection, image segmentation, text classification
  • Targets: Android, iOS, desktop (Linux/macOS/Windows), web (WebAssembly), Edge TPU
  • Python, Java, Swift, Objective-C, JavaScript, and C++ APIs
  • LiteRT (TFLite) runtime for low-latency inference
  • MediaPipe Tasks: new unified API for model-agnostic inference
  • Model Maker: fine-tune built-in solutions on custom data with a few lines of code

Quick Start

import mediapipe as mp
import cv2

mp_hands = mp.solutions.hands
hands = mp_hands.Hands(static_image_mode=False, max_num_hands=2)

cap = cv2.VideoCapture(0)
while cap.isOpened():
    ret, frame = cap.read()
    result = hands.process(cv2.cvtColor(frame, cv2.COLOR_BGR2RGB))
    if result.multi_hand_landmarks:
        print(f"{len(result.multi_hand_landmarks)} hand(s) detected")

Install via ai-supply

npx ai-supply add mediapipe-cross-platform-ml-solutions

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

Rating rank
#1
of 12 in Vision & Image
Install rank
#5
of 12 in Vision & Image
Security score
75/100 · B
review
Security rank
#7
of 12 in Vision & Image
Installs
274k
cat avg 279k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Vision & Image leaderboard →
! Security: Review · 7575/100 · grade Bscanned 17d ago
✓ no compromise signals35 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.

What this capability can do · med confidence (static)
⚑ filesystem⚑ shell⚑ network⚑ secrets
egress → developers.google.com, google-ai-edge.github.io, stackoverflow.com, mediapipe.page.link, www.apache.org, cla.developers.google.com, code.google.com, help.github.com +32
1 stepdevelopers.google.comgoogle-ai-edge.github.iogithub.comwww.apache.orgactions/stale@v7policies.google.comgoo.glemediapipe.dev

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.
•Vulnerable dependencies — 138 known vulnerabilities in: idna@3.9.0, keras@2.15.0, markdown-it-py@0.6.2, pillow@9.5.0, protobuf@3.20.3, pyarrow@9.0.0, scipy@1.6.1, tqdm@4.9.0 (CWE-1395)known CVE · -25 pts
⚠LLM01Prompt Injectionhigh
Adversarial instructions embedded in an artifact that hijack a downstream LLM.
•Prompt-injection phrasing — instruction-subversion language detected · google-ai-edge-mediapipe-db11b05/mediapipe/calculators/util/packet_latency_calculator_test.cc (CWE-77)risk surface
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — destructive rm -rf / · google-ai-edge-mediapipe-db11b05/Dockerfile (CWE-78)risk surface
•Suspicious code patterns — OS command execution · google-ai-edge-mediapipe-db11b05/mediapipe/examples/desktop/media_sequence/charades_dataset.py (CWE-78)risk surface
•Suspicious code patterns — dynamic code execution · google-ai-edge-mediapipe-db11b05/mediapipe/framework/formats/matrix.h (CWE-95)risk surface
⚠LLM06Excessive Agencymedium
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 1 distinct host(s) · google-ai-edge-mediapipe-db11b05/.github/ISSUE_TEMPLATE/00-task-issue-template.yamlrisk surface
•External endpoints declared — 3 distinct host(s) · google-ai-edge-mediapipe-db11b05/.github/ISSUE_TEMPLATE/19-other-issues.mdrisk surface
•External endpoints declared — 2 distinct host(s) · google-ai-edge-mediapipe-db11b05/.github/workflows/stale.yamlrisk surface
•External endpoints declared — 4 distinct host(s) · google-ai-edge-mediapipe-db11b05/CONTRIBUTING.mdrisk surface
•External endpoints declared — 5 distinct host(s) · google-ai-edge-mediapipe-db11b05/Dockerfile.manylinux2014_aarch64rp4risk surface
•External endpoints declared — 10 distinct host(s) · google-ai-edge-mediapipe-db11b05/README.mdrisk surface
•External endpoints declared — 12 distinct host(s) · google-ai-edge-mediapipe-db11b05/WORKSPACErisk surface
•External endpoints declared — 6 distinct host(s) · google-ai-edge-mediapipe-db11b05/docs/getting_started/hello_world_android.mdrisk surface
•External endpoints declared — 16 distinct host(s) · google-ai-edge-mediapipe-db11b05/docs/getting_started/install.mdrisk surface
•External endpoints declared — 7 distinct host(s) · google-ai-edge-mediapipe-db11b05/docs/getting_started/troubleshooting.mdrisk surface
•External endpoints declared — 9 distinct host(s) · google-ai-edge-mediapipe-db11b05/docs/solutions/box_tracking.mdrisk surface
•External endpoints declared — 14 distinct host(s) · google-ai-edge-mediapipe-db11b05/docs/solutions/face_mesh.mdrisk surface
•External endpoints declared — 13 distinct host(s) · google-ai-edge-mediapipe-db11b05/docs/solutions/hands.mdrisk surface
•External endpoints declared — 8 distinct host(s) · google-ai-edge-mediapipe-db11b05/docs/solutions/instant_motion_tracking.mdrisk surface
•External endpoints declared — 17 distinct host(s) · google-ai-edge-mediapipe-db11b05/docs/solutions/objectron.mdrisk surface
•External endpoints declared — 15 distinct host(s) · google-ai-edge-mediapipe-db11b05/docs/solutions/pose.mdrisk surface
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · google-ai-edge-mediapipe-db11b05/mediapipe/calculators/tensor/bert_preprocessor_calculator.cc (CWE-272)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 · google-ai-edge-mediapipe-db11b05/mediapipe/calculators/core/packet_resampler_calculator.cc (CWE-835)risk surface
⚠LLM02Sensitive Information Disclosurelow
Secrets, credentials or PII shipped inside the artifact.
•Low-confidence secret match — 1 possible: generic-api-key · google-ai-edge-mediapipe-db11b05/mediapipe/tasks/python/vision/interactive_segmenter_legacy.py (CWE-798)risk surface
⚠LLM07System Prompt Leakagelow
Secrets, internal hosts or proprietary logic exposed in shipped prompts.
•Low-confidence secret match — 1 possible: generic-api-key · google-ai-edge-mediapipe-db11b05/mediapipe/tasks/python/vision/interactive_segmenter_legacy.py (CWE-798)risk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
✓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.
✓LLM08Vector and Embedding WeaknessesPassed
PII or plaintext source leakage in embedding/vector exports.
Embedding inversion/poisoning is largely runtime; static check covers PII in vector exports.
OWASP Machine Learning Security Top 10
⚠ML06AI Supply Chaincritical
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Vulnerable dependencies — 138 known vulnerabilities in: idna@3.9.0, keras@2.15.0, markdown-it-py@0.6.2, pillow@9.5.0, protobuf@3.20.3, pyarrow@9.0.0, scipy@1.6.1, tqdm@4.9.0 (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.
•Prompt-injection phrasing — instruction-subversion language detected · google-ai-edge-mediapipe-db11b05/mediapipe/calculators/util/packet_latency_calculator_test.cc (CWE-77)risk surface
⚠ML09Output Integrityhigh
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — destructive rm -rf / · google-ai-edge-mediapipe-db11b05/Dockerfile (CWE-78)risk surface
•Suspicious code patterns — OS command execution · google-ai-edge-mediapipe-db11b05/mediapipe/examples/desktop/media_sequence/charades_dataset.py (CWE-78)risk surface
•Suspicious code patterns — dynamic code execution · google-ai-edge-mediapipe-db11b05/mediapipe/framework/formats/matrix.h (CWE-95)risk surface
§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 (44) · hygiene / uncategorized
•Unrecognized file type — '.bazelrc' is not on the allowlist · google-ai-edge-mediapipe-db11b05/.bazelrcrisk surface
•Unrecognized file type — '.bazelversion' is not on the allowlist · google-ai-edge-mediapipe-db11b05/.bazelversionrisk surface
•Unrecognized file type — '.dockerignore' is not on the allowlist · google-ai-edge-mediapipe-db11b05/.dockerignorerisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · google-ai-edge-mediapipe-db11b05/.gitignorerisk surface
•Unrecognized file type — '.bazel' is not on the allowlist · google-ai-edge-mediapipe-db11b05/BUILD.bazelrisk surface
•Unrecognized file type — '.?' is not on the allowlist · google-ai-edge-mediapipe-db11b05/Dockerfilerisk surface
•Unrecognized file type — '.manylinux2014_aarch64rp4' is not on the allowlist · google-ai-edge-mediapipe-db11b05/Dockerfile.manylinux2014_aarch64rp4risk surface
•Unrecognized file type — '.manylinux_2_28_x86_64' is not on the allowlist · google-ai-edge-mediapipe-db11b05/Dockerfile.manylinux_2_28_x86_64risk surface
•Suspicious network references — suspicious TLD (5 URLs) · google-ai-edge-mediapipe-db11b05/Dockerfile.manylinux_2_28_x86_64risk surface
•Unrecognized file type — '.in' is not on the allowlist · google-ai-edge-mediapipe-db11b05/MANIFEST.inrisk surface
•Suspicious network references — suspicious TLD (2 URLs) · google-ai-edge-mediapipe-db11b05/MODULE.bazelrisk surface
•Suspicious network references — suspicious TLD (57 URLs) · google-ai-edge-mediapipe-db11b05/WORKSPACErisk surface
•Unrecognized file type — '.pbxproj' is not on the allowlist · google-ai-edge-mediapipe-db11b05/docs/MediaPipeTasksDocGen/MediaPipeTasksDocGen.xcodeproj/project.pbxprojrisk surface
•Unrecognized file type — '.xcworkspacedata' is not on the allowlist · google-ai-edge-mediapipe-db11b05/docs/MediaPipeTasksDocGen/MediaPipeTasksDocGen.xcodeproj/project.xcworkspace/contents.xcworkspacedatarisk surface
•Unrecognized file type — '.plist' is not on the allowlist · google-ai-edge-mediapipe-db11b05/docs/MediaPipeTasksDocGen/MediaPipeTasksDocGen.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plistrisk surface
•Unrecognized file type — '.h' is not on the allowlist · google-ai-edge-mediapipe-db11b05/docs/MediaPipeTasksDocGen/MediaPipeTasksDocGen/MediaPipeTasksDocGen.hrisk surface
•Unrecognized file type — '.scss' is not on the allowlist · google-ai-edge-mediapipe-db11b05/docs/_sass/color_schemes/mediapipe.scssrisk surface
•Suspicious network references — suspicious TLD (37 URLs) · google-ai-edge-mediapipe-db11b05/docs/getting_started/install.mdrisk surface
•Suspicious network references — suspicious TLD (66 URLs) · google-ai-edge-mediapipe-db11b05/docs/solutions/models.mdrisk surface
•Suspicious network references — suspicious TLD (23 URLs) · google-ai-edge-mediapipe-db11b05/docs/solutions/object_detection.mdrisk surface
•Unrecognized file type — '.tulsigen' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/MediaPipe.tulsiproj/Configs/MediaPipe.tulsigenrisk surface
•Unrecognized file type — '.tulsiconf' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/MediaPipe.tulsiproj/project.tulsiconfrisk surface
•Unrecognized file type — '.cc' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/calculators/audio/add_audio_header_calculator.ccrisk surface
•Unrecognized file type — '.proto' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/calculators/audio/add_audio_header_calculator_options.protorisk surface
•Unrecognized file type — '.audio' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/calculators/audio/testdata/sine_wave_1k_44100_stereo_2_sec_aac.audiorisk surface
•Very high entropy — 7.84 bits/byte suggests packed or encrypted content · google-ai-edge-mediapipe-db11b05/mediapipe/calculators/audio/testdata/sine_wave_1k_44100_stereo_2_sec_aac.audiorisk surface
•Opaque binary content — non-text payload not statically analyzable · google-ai-edge-mediapipe-db11b05/mediapipe/calculators/audio/testdata/sine_wave_1k_44100_stereo_2_sec_aac.audiorisk surface
•Unrecognized file type — '.pbtxt' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/calculators/tensor/testdata/expected_detection.pbtxtrisk surface
•Unrecognized file type — '.gradle' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/examples/android/solutions/build.gradlerisk surface
•Disallowed file type — '.bat' executables are not permitted · google-ai-edge-mediapipe-db11b05/mediapipe/examples/android/solutions/create_win_symlinks.bat (CWE-434)risk surface
•Unrecognized file type — '.pro' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/examples/android/solutions/facedetection/proguard-rules.prorisk surface
•Unrecognized file type — '.properties' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/examples/android/solutions/gradle.propertiesrisk surface
•Unrecognized file type — '.uuu' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/examples/android/src/java/com/google/mediapipe/apps/objectdetection3d/assets/camera/model.obj.uuurisk surface
•Very high entropy — 7.39 bits/byte suggests packed or encrypted content · google-ai-edge-mediapipe-db11b05/mediapipe/examples/android/src/java/com/google/mediapipe/apps/objectdetection3d/assets/camera/model.obj.uuurisk surface
•Very high entropy — 7.27 bits/byte suggests packed or encrypted content · google-ai-edge-mediapipe-db11b05/mediapipe/examples/android/src/java/com/google/mediapipe/apps/objectdetection3d/assets/cup/model.obj.uuurisk surface
•Very high entropy — 7.34 bits/byte suggests packed or encrypted content · google-ai-edge-mediapipe-db11b05/mediapipe/examples/android/src/java/com/google/mediapipe/apps/objectdetection3d/assets/sneaker/model.obj.uuurisk surface
•Unrecognized file type — '.bzl' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/examples/android/src/java/com/google/mediapipe/apps/objectdetection3d/build_defs.bzlrisk surface
•Unrecognized file type — '.amd64' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/examples/coral/Dockerfile.amd64risk surface
•Unrecognized file type — '.arm64' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/examples/coral/Dockerfile.arm64risk surface
•Unrecognized file type — '.armhf' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/examples/coral/Dockerfile.armhfrisk surface
•Suspicious network references — suspicious TLD (7 URLs) · google-ai-edge-mediapipe-db11b05/mediapipe/examples/desktop/media_sequence/charades_dataset.pyrisk surface
•Unrecognized file type — '.mm' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/examples/ios/common/AppDelegate.mmrisk surface
•Unrecognized file type — '.storyboard' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/examples/ios/common/Base.lproj/LaunchScreen.storyboardrisk surface
•Unrecognized file type — '.m' is not on the allowlist · google-ai-edge-mediapipe-db11b05/mediapipe/examples/ios/common/main.mrisk surface
✔ verified source · pinned google-ai-edge-mediapipe-db11b05
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/mediapipe-cross-platform-ml-solutions/check). Click a policy:

Consume MediaPipe — Cross-Platform ML for Live & Streaming Media 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/mediapipe-cross-platform-ml-solutions

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

# CLI
npx ai-supply add mediapipe-cross-platform-ml-solutions

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

# MCP tool
install_listing({ "slug": "mediapipe-cross-platform-ml-solutions" })
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