Skip to main content

cv-mediapipe

Utilizes Google MediaPipe Tasks API for advanced computer vision tasks like face detection and gesture recognition.

Install this skill

or
47/100

Security score

The cv-mediapipe skill was audited on May 30, 2026 and we found 21 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 109

Template literal with variable interpolation in command context

SourceSKILL.md
109```bash
medium line 114

Template literal with variable interpolation in command context

SourceSKILL.md
114```bash
medium line 163

Template literal with variable interpolation in command context

SourceSKILL.md
163```bash
medium line 208

Template literal with variable interpolation in command context

SourceSKILL.md
208```bash
medium line 219

Template literal with variable interpolation in command context

SourceSKILL.md
219```bash
medium line 229

Template literal with variable interpolation in command context

SourceSKILL.md
229```bash
medium line 238

Template literal with variable interpolation in command context

SourceSKILL.md
238```bash
medium line 247

Template literal with variable interpolation in command context

SourceSKILL.md
247```bash
low line 12

External URL reference

SourceSKILL.md
12Google MediaPipe Tasks API (`mediapipe.tasks.python.*`). Every Task in MediaPipe follows the same four-step shape: `BaseOptions` → `<Task>Options` → `<Task>.create_from_options` → `detect`/`classify`/
low line 63

External URL reference

SourceSKILL.md
63| Face Detector | `blaze_face_short_range.tflite` | `https://storage.googleapis.com/mediapipe-models/face_detector/...` |
low line 64

External URL reference

SourceSKILL.md
64| Face Landmarker | `face_landmarker.task` | `https://storage.googleapis.com/mediapipe-models/face_landmarker/...` |
low line 65

External URL reference

SourceSKILL.md
65| Hand Landmarker | `hand_landmarker.task` | `https://storage.googleapis.com/mediapipe-models/hand_landmarker/...` |
low line 66

External URL reference

SourceSKILL.md
66| Pose Landmarker | `pose_landmarker_lite.task` (or `_full`, `_heavy`) | `https://storage.googleapis.com/mediapipe-models/pose_landmarker/...` |
low line 67

External URL reference

SourceSKILL.md
67| Gesture Recognizer | `gesture_recognizer.task` | `https://storage.googleapis.com/mediapipe-models/gesture_recognizer/...` |
low line 68

External URL reference

SourceSKILL.md
68| Object Detector | `efficientdet_lite0.tflite` | `https://storage.googleapis.com/mediapipe-models/object_detector/...` |
low line 69

External URL reference

SourceSKILL.md
69| Image Classifier | `efficientnet_lite0.tflite` | `https://storage.googleapis.com/mediapipe-models/image_classifier/...` |
low line 70

External URL reference

SourceSKILL.md
70| Image Segmenter | `selfie_segmenter.tflite` | `https://storage.googleapis.com/mediapipe-models/image_segmenter/...` |
low line 71

External URL reference

SourceSKILL.md
71| Audio Classifier | `yamnet.tflite` | `https://storage.googleapis.com/mediapipe-models/audio_classifier/...` |
low line 72

External URL reference

SourceSKILL.md
72| Text Classifier | `bert_classifier.tflite` | `https://storage.googleapis.com/mediapipe-models/text_classifier/...` |
low line 174

External URL reference

SourceSKILL.md
174Supports Object Detector, Image Classifier, Gesture Recognizer, Text Classifier, Face Stylizer. Docs: `https://ai.google.dev/edge/mediapipe/solutions/model_maker`.
low line 187

External URL reference

SourceSKILL.md
187MediaPipe Studio — `https://mediapipe-studio.webapps.google.com/` — is a browser playground for every Task. Useful for verifying a model before wiring it into code. Not a production tool.
Scanned on May 30, 2026
View Security Dashboard
Installation guide →