cv-mediapipe
Utilizes Google MediaPipe Tasks API for advanced computer vision tasks like face detection and gesture recognition.
Install this skill
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
Template literal with variable interpolation in command context
| 109 | ```bash |
Template literal with variable interpolation in command context
| 114 | ```bash |
Template literal with variable interpolation in command context
| 163 | ```bash |
Template literal with variable interpolation in command context
| 208 | ```bash |
Template literal with variable interpolation in command context
| 219 | ```bash |
Template literal with variable interpolation in command context
| 229 | ```bash |
Template literal with variable interpolation in command context
| 238 | ```bash |
Template literal with variable interpolation in command context
| 247 | ```bash |
External URL reference
| 12 | Google 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`/ |
External URL reference
| 63 | | Face Detector | `blaze_face_short_range.tflite` | `https://storage.googleapis.com/mediapipe-models/face_detector/...` | |
External URL reference
| 64 | | Face Landmarker | `face_landmarker.task` | `https://storage.googleapis.com/mediapipe-models/face_landmarker/...` | |
External URL reference
| 65 | | Hand Landmarker | `hand_landmarker.task` | `https://storage.googleapis.com/mediapipe-models/hand_landmarker/...` | |
External URL reference
| 66 | | Pose Landmarker | `pose_landmarker_lite.task` (or `_full`, `_heavy`) | `https://storage.googleapis.com/mediapipe-models/pose_landmarker/...` | |
External URL reference
| 67 | | Gesture Recognizer | `gesture_recognizer.task` | `https://storage.googleapis.com/mediapipe-models/gesture_recognizer/...` | |
External URL reference
| 68 | | Object Detector | `efficientdet_lite0.tflite` | `https://storage.googleapis.com/mediapipe-models/object_detector/...` | |
External URL reference
| 69 | | Image Classifier | `efficientnet_lite0.tflite` | `https://storage.googleapis.com/mediapipe-models/image_classifier/...` | |
External URL reference
| 70 | | Image Segmenter | `selfie_segmenter.tflite` | `https://storage.googleapis.com/mediapipe-models/image_segmenter/...` | |
External URL reference
| 71 | | Audio Classifier | `yamnet.tflite` | `https://storage.googleapis.com/mediapipe-models/audio_classifier/...` | |
External URL reference
| 72 | | Text Classifier | `bert_classifier.tflite` | `https://storage.googleapis.com/mediapipe-models/text_classifier/...` | |
External URL reference
| 174 | Supports Object Detector, Image Classifier, Gesture Recognizer, Text Classifier, Face Stylizer. Docs: `https://ai.google.dev/edge/mediapipe/solutions/model_maker`. |
External URL reference
| 187 | MediaPipe 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. |