Back to skill
Skillv0.1.0

ClawScan security

vehicle-dynamics · ClawHub's context-aware review of the artifact, metadata, and declared behavior.

Scanner verdict

BenignApr 11, 2026, 10:20 PM
Verdict
benign
Confidence
high
Model
gpt-5-mini
Summary
The skill is an instruction-only collection of vehicle-dynamics code snippets that match its description and do not request credentials, install code, or perform unrelated actions.
Guidance
This skill is internally consistent and contains only example algorithms for vehicle kinematics, TTC, and a simple state machine. It does not require secrets or install additional software. However: 1) these are example snippets, not a production-grade control system — thoroughly review, test, and validate before using in any safety-critical or real-vehicle context; 2) check units (m/s vs km/h), sensor fusion, noise handling, and edge cases (zero relative speed, measurement errors) when integrating; and 3) consider adding formal verification, rate limiting, and safety checks if you intend to use this in an adaptive cruise or automated-driving stack.

Review Dimensions

Purpose & Capability
okThe name and description (vehicle motion, safe following distance, TTC, state machine) match the SKILL.md content: simple kinematic updates, safe-distance, TTC, acceleration clamping, and mode selection. Nothing requested or declared is unrelated to vehicle dynamics.
Instruction Scope
okThe SKILL.md contains only self-contained Python snippets and explanatory text. It does not instruct the agent to read system files, environment variables, network endpoints, or external services, nor does it direct data exfiltration or scope-creep operations.
Install Mechanism
okThere is no install spec and no code files to fetch or execute. As an instruction-only skill, nothing will be written to disk or downloaded at install time.
Credentials
okThe skill declares no required environment variables, credentials, or config paths. That is proportionate for the provided algorithms, which only need runtime numeric inputs.
Persistence & Privilege
okalways is false and the skill does not request elevated or persistent privileges. It does not modify other skills or system settings.