Pywayne Cv Camera Model
v0.1.0Camera model wrapper for camera_models C++ library via pybind11. Use when working with pywayne.cv.camera_model module to load camera models from YAML configu...
⭐ 0· 529·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The name/description match the instructions: this is a wrapper for a C++ camera_models library exposed to Python. Declared runtime dependencies (camera_models, numpy) are consistent with the purpose. However, the skill provides no code or binary and relies on a preinstalled or dynamically fetched native module; that expectation is not documented in the registry metadata (no install spec, no required binaries).
Instruction Scope
SKILL.md stays within the camera-model domain for examples and API usage, but it explicitly says the library is 'automatically checked and downloaded via gettool if not found'. That gives the agent open-ended authority to fetch and install native code at runtime without specifying what to download or from where, which is vague and could lead to arbitrary network fetches and disk writes.
Install Mechanism
No install spec is present in the registry metadata, yet the instructions reference a runtime installer ('gettool'). The absence of a declared install method, URLs, or required binary for gettool is an inconsistency: either the platform provides a trusted gettool (not declared) or the agent is expected to fetch arbitrary artifacts — the doc doesn't clarify which.
Credentials
The skill does not request any environment variables, credentials, or config paths. The stated dependencies (camera_models, numpy) are proportional to the camera-model purpose.
Persistence & Privilege
always is false and there is no instruction to modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but does not combine with other red flags here.
What to consider before installing
This skill is essentially documentation for using a pybind11-wrapped C++ camera module. The main risk is the line 'auto-downloaded via gettool if missing' — the skill gives the agent discretion to install native code but does not specify what will be downloaded or from where. Before installing or enabling this skill: 1) Confirm whether your platform provides a trusted 'gettool' and what sources it uses; 2) If you run on an environment that must have the native module preinstalled, verify camera_models/pywayne are installed from trusted packages; 3) Avoid allowing the agent to perform unspecified downloads or installs unless you trust the repository and have visibility into the download URLs and checksums. Providing an explicit install spec (trusted release URL, package name, or declared required binary) would reduce the ambiguity and lower risk.Like a lobster shell, security has layers — review code before you run it.
latestvk975cgjfdf7ptpw352w27zmnkn817tkv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
