Mechanic
Analysis
Mechanic is a coherent vehicle-maintenance tracker, but it asks to create a recurring cron job and stores sensitive vehicle/insurance details, so users should review persistence and data handling before installing.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
5. Set up the cron job (see **Mileage Check Setup**)
The runtime setup directs creation of a persistent scheduled job. The provided artifacts do not show the exact cron entry, approval step, execution boundary, or removal procedure.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`state.json` | All vehicles: current mileage/hours, history, service records, fuel logs, warranties, providers, emergency info
The skill intentionally stores persistent vehicle history and emergency information, which can include sensitive personal and insurance-related data.
NHTSA recall monitoring — Checks for open recalls by VIN (free API)
Recall monitoring is purpose-aligned, but it implies sending or using a vehicle VIN with an external public API.
