ableton-remote-script-c284d1 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ableton-remote-script-c284d1 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when implementing or reviewing code under live/AbletonMind/.
Expose create_instance(c_instance), construct AbletonMind(ControlSurface), start the bridge when the control surface loads and stop it cleanly on disconnect/reload. Use log_message for structured diagnostics.
Register handlers with stable method names such as transport.play or track.list. Validate inputs, resolve Live objects at call time, check liveobj_valid before use, mutate only when needed, then read state back and return the contract shape.
Use a ListenerRegistry that tracks add/remove pairs. Subscribing twice is a no-op. Unsubscribe on client disconnect and surface reload. Listener callbacks push JSON-RPC notifications with stable event names and compact params.
Use transaction helpers for multi-step mutations: create track + rename + load device should become one undo action. Always end the undo step in finally.
Every handler gets at least one happy path and one error path. Listener tests verify duplicate registration and cleanup. Smoke tests may use a real Live instance, but unit tests must pass without Live.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.