security-audit

security-audit is a skill for Claude Code, Codex from Pantani/ableton-mind. It costs 47 tokens per session (288 once invoked), scanned A, original, MIT.

A security review procedure for the Ableton Live integration and its software supply chain. It examines dependencies, scripts, network listeners, data paths, secrets, containers and automated workflows.

In plain words
What is it for?
Auditing dependencies, child processes, file and network access, JSON-RPC bridge handling, GitHub Actions permissions, Docker publishing and secret usage, then documenting fixes and verification steps.
Why use it?
It helps find ways that untrusted input, unsafe processes or release settings could expose a user's computer, project or credentials.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/pantani/ableton-mind/security-audit
Any agent
npx skills add Pantani/ableton-mind --skill security-audit
Clone the repo
git clone --depth 1 https://github.com/Pantani/ableton-mind

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for security-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/pantani/ableton-mind/security-audit.svg)](https://agentmods.dev/skills/pantani/ableton-mind/security-audit)
Your own site
<a href="https://agentmods.dev/skills/pantani/ableton-mind/security-audit"><img src="https://agentmods.dev/badge/skills/pantani/ableton-mind/security-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 288 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00047 $0.00288
Opus 5 $0.00023 $0.00144
Sonnet 5 $0.00009 $0.00058
Haiku 4.5 $0.00005 $0.00029

Measured 5d ago against content hash 8a5e4c4d5b1b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

security-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/security-audit/SKILL.md · 36 lines

What it actually says

Security Audit

Use this skill for practical security review of ableton-mind.

Workflow

  1. Inspect package scripts before executing them.
  2. Run dependency audit when available: npm audit --omit=dev.
  3. Search for risky surfaces: child processes, eval-like execution, filesystem writes, network listeners, path joins, environment variables and secret use.
  4. Review JSON-RPC bridge input validation, handler dispatch, error handling, localhost exposure and listener notifications.
  5. Review GitHub Actions permissions, token use, release provenance and Docker publishing.
  6. Rank issues by exploitability and affected user.

Finding Requirements

Each finding must include:

  • Severity.
  • File and line when possible.
  • Attack or misuse path.
  • Why this matters for a local MCP/Remote Script project.
  • Suggested fix.
  • Verification command or review step.

Report Format

Write _workspace/quality-audit/security-{N}.md with findings that include all required fields from the "Finding Requirements" section above.

Non-Goals

Do not report generic "dependency exists" noise without an affected path. Do not run external write or publish actions while auditing.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 36 lines · 47 tokens per session scan A 8a5e4c4d5b1b

Subscribe to this mod's changes

security-audit is a skill published in the GitHub repository Pantani/ableton-mind (5 stars, last pushed 2mo ago), licensed MIT. It adds 47 tokens to every session and 288 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ableton-live

Connect and operate the Loophole Bridge (Ableton Live MCP server). Use when the user wants to check Live/bridge prerequisites, wire an MCP client to Loophole, or run a Live editing recipe (humanize, build arrangement, batch rename, chord from prompt). Triggers: "is my Ableton bridge working", "set up loophole"…

OthmanAdi/loophole · 90 tokens

groove-builder

Use when the user wants drum patterns by genre - kick, snare, hi-hat, percussion. Examples - "give me a trap beat", "house drum pattern", "DnB drums at 174", "lo-fi drums with swing", "boom-bap pattern".

glincker/ableton-skills · 60 tokens

mastering-prep

Use when the user is finishing a track and wants to check it's ready to send to a mastering engineer or for self-mastering. Audits headroom, peak levels, mono compatibility, frequency balance, LUFS. Examples - "is this ready to master?", "audit my mix before export", "check my levels".

glincker/ableton-skills · 69 tokens

midi-cleanup

Use when the user asks to humanize a MIDI part, fix voice leading, quantize notes, clean up timing, fix stuck/duplicate notes, or generally polish a MIDI clip they recorded or wrote. Examples - "humanize this hat", "voice these chords better", "the timing is too stiff", "fix the voice leading on the strings".

glincker/ableton-skills · 76 tokens

mixer-doctor

Use when the user describes a mix problem ("muddy", "harsh", "no headroom", "vocals get lost", "kick and bass fighting") or asks for a mix audit. Diagnoses the issue from session state and proposes specific corrective moves with EQ, compression, sends, and routing.

glincker/ableton-skills · 67 tokens

producer-mode

Use when the user asks to set up tracks, pick instruments, scaffold an arrangement, build a project template, or describe a track they want to make in Ableton Live. Examples - "make me a 4-bar lo-fi loop", "set up a film score template", "I want to start a hip-hop beat in C minor".

glincker/ableton-skills · 72 tokens