egomotion-estimation

PassAudited by ClawScan on Apr 14, 2026.

Overview

The skill's instructions match its stated purpose (estimating egomotion from video) and it requests no credentials or installs, though it omits explicit runtime dependency declarations (e.g., Python/OpenCV).

This skill is internally coherent and does not request credentials or perform network actions. Before installing: (1) understand that SKILL.md is a design/algorithm sketch, not runnable code — you (or the agent runtime) will need appropriate libraries (e.g., OpenCV, a Python runtime) to implement it; (2) confirm where and how video frames will be provided and whether any sensitive video would be processed or uploaded by your agent; (3) if you expect a packaged implementation, prefer a skill that declares exact dependencies or includes code/verifiable sources. Overall it appears fine from a security/permission perspective.