dyn-object-masks

v0.1.0

Generate dynamic-object binary masks after global motion compensation, output CSR sparse format.

0· 33·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the instructions: all steps are image-processing operations to produce CSR sparse masks. Minor mismatch: SKILL.md presumes a Python runtime with numpy/OpenCV but the skill metadata lists no required binaries or dependencies.
Instruction Scope
Instructions stay within scope: they describe warping, thresholding, morphology, connected-component filtering, and CSR encoding. No steps read unrelated files, environment variables, or transmit data externally.
Install Mechanism
No install spec (instruction-only), which is low risk. However the runtime sketch depends on Python, numpy, and OpenCV (cv2); those are not declared. This is an operational omission rather than an active risk.
Credentials
The skill requests no environment variables, credentials, or config paths — appropriate for a local image-processing helper.
Persistence & Privilege
No elevated persistence requested (always:false). Autonomous invocation is allowed by platform default but the skill does not request broader privileges or modify other skill/config state.
Assessment
This skill appears internally consistent and focused on computing sparse dynamic-object masks. Before installing or running it, verify the runtime has Python with numpy and OpenCV (cv2) available, or ask the author to include an explicit install/dependency spec. Review what image frames (prev_gray, curr_gray) and transforms (M) the agent will be given and avoid feeding sensitive video if you don't want it processed. If you want stricter controls, request the skill declare its dependencies (pip packages or a container) and exact input/output data formats to reduce ambiguity.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d6xrvrze2fz4bcxff3swnhx84vz2s

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments