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.
npx skills add oliver-kriska/claude-elixir-phoenix --skill phx-deps-auditgit clone --depth 1 https://github.com/oliver-kriska/claude-elixir-phoenixWrote 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.
[](https://agentmods.dev/skills/oliver-kriska/claude-elixir-phoenix/phx-deps-audit)<a href="https://agentmods.dev/skills/oliver-kriska/claude-elixir-phoenix/phx-deps-audit"><img src="https://agentmods.dev/badge/skills/oliver-kriska/claude-elixir-phoenix/phx-deps-audit/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/oliver-kriska/claude-elixir-phoenix/phx-deps-audit"><img src="https://agentmods.dev/badge/skills/oliver-kriska/claude-elixir-phoenix/phx-deps-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00058 | $0.02445 |
| Opus 5 | $0.00029 | $0.01222 |
| Sonnet 5 | $0.00012 | $0.00489 |
| Haiku 4.5 | $0.00006 | $0.00245 |
Grade A, and why
phx-deps-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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 185 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hex Dependency Audit
Non-mutating supply-chain audit for Hex packages. Runs an 8-rule MVP catalogue
against changed packages, enriches with Hex API metadata, wraps existing tools
(mix hex.audit, mix_audit, OSV-Scanner), and emits a triage table.
When to Use
- After
mix deps.updateormix deps.getbrought in new versions - On PRs that touch
mix.lock(pre-merge gate) - Before manually updating a single package (
--preview <pkg>) - When investigating a dependency you don't recognize
Iron Laws
- NEVER claim a diff is clean without inspecting it. Run all 8 rules
on the unpacked NEW tarball. "Looks fine" without a tool run is a false
pass. Always write
.claude/deps-audit/last-run.json— its absence is evidence the audit didn't actually run. - NEVER install
mix_audit/osv-scanner— even if asked. Detect, warn with install instructions, skip cleanly if missing. If the user says "install it," respond with the install command (e.g.,mix deps.add mix_audit --only dev) and do not execute it. The audit skill is non-mutating;mix.exs/mix.lockare off-limits regardless of consent. - NEVER promote a finding to BLOCK without rule citation. Every finding
shows
rule_id,severity,file:line,snippet,message. No handwaving. - NEVER fetch from Hex API without rate-limiting. Cap at 5 req/sec. Cache metadata 7 days, top-500 list 1 day.
- NEVER run the audit on already-committed lock changes silently —
tell the user which mode (A/B/C) is active and which
(old, new)pairs resolved. - LLM triage only above threshold. Native rules + Semgrep + YARA
are deterministic. The
hex-deps-triageragent runs only when score10 (1 BLOCK or 3+ WARNs), and its verdicts are advisory — never auto-suppress a finding without human review.
Operating Modes
| Mode | Trigger | Old source | New source |
|---|---|---|---|
| B (default) | phx-deps-audit |
git show HEAD:mix.lock |
working mix.lock |
| C (PR) | phx-deps-audit --base main |
git show <ref>:mix.lock |
working mix.lock |
| A (preview) | phx-deps-audit --preview httpoison |
locked version | Hex API latest |
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- priv/cassettes/capture.sh 3.0 KB runs code
- priv/semgrep/elixir-supply-chain.yaml 2.4 KB
- priv/yara/hex-malware.yar 2.6 KB
- references/audit-tmpdir.md 8.6 KB
- references/cassettes.md 8.2 KB
- references/ci-integration.md 6.3 KB
- references/diff-resolver.md 5.6 KB
- references/differential-cve.md 5.6 KB
- references/differential.md 6.7 KB
- references/execution-flow.md 6.0 KB
- references/external-tools.md 15 KB
- references/heuristics.md 8.3 KB
- references/hex-api.md 7.5 KB
- references/hook.md 5.4 KB
- references/llm-triage.md 5.8 KB
- references/operating-modes.md 5.1 KB
- references/output-renderer.md 9.8 KB
- references/rules-impl.md 18 KB
- references/sarif.md 6.1 KB
- references/semgrep.md 6.6 KB
- references/skill-checklist.md 4.0 KB
- references/tarball-fetcher.md 7.0 KB
- references/testing.md 5.6 KB
- references/trusted-publishers.md 3.2 KB
- references/yara.md 4.8 KB
- scripts/diff_cves.py 8.9 KB runs code
- scripts/diff_findings.py 7.8 KB runs code
- scripts/findings_to_sarif.py 5.5 KB runs code
- smoke-test/corpus.d/benign-100.txt 2.3 KB
- smoke-test/corpus.d/eef-cna/eef-cna-bandit/expected.txt 228 B
- smoke-test/corpus.d/eef-cna/eef-cna-bandit/setup.sh 1.1 KB runs code
- smoke-test/corpus.d/eef-cna/eef-cna-cowlib/expected.txt 135 B
- smoke-test/corpus.d/eef-cna/eef-cna-cowlib/setup.sh 773 B runs code
- smoke-test/corpus.d/eef-cna/eef-cna-decimal/expected.txt 187 B
- smoke-test/corpus.d/eef-cna/eef-cna-decimal/setup.sh 798 B runs code
- smoke-test/corpus.d/eef-cna/eef-cna-phoenix/expected.txt 133 B
- smoke-test/corpus.d/eef-cna/eef-cna-phoenix/setup.sh 783 B runs code
- smoke-test/corpus.d/eef-cna/eef-cna-postgrex/expected.txt 184 B
- smoke-test/corpus.d/eef-cna/eef-cna-postgrex/setup.sh 844 B runs code
- smoke-test/corpus.d/eef-cna/README.md 1.8 KB
- smoke-test/corpus.d/fetch.sh 3.2 KB runs code
- smoke-test/corpus.d/README.md 1.0 KB
- smoke-test/cve-diff-runner.sh 5.6 KB runs code
- smoke-test/fixtures.d/00_clean/expected.txt 159 B
- smoke-test/fixtures.d/00_clean/setup.sh 492 B runs code
- smoke-test/fixtures.d/01_bidi/expected.txt 21 B
- smoke-test/fixtures.d/01_bidi/setup.sh 332 B runs code
- smoke-test/fixtures.d/02_eval/expected.txt 21 B
- smoke-test/fixtures.d/02_eval/setup.sh 299 B runs code
- smoke-test/fixtures.d/03_compile_exec/expected.txt 21 B
- smoke-test/fixtures.d/03_compile_exec/setup.sh 328 B runs code
- smoke-test/fixtures.d/04_binary_to_term/expected.txt 21 B
- smoke-test/fixtures.d/04_binary_to_term/setup.sh 274 B runs code
- smoke-test/fixtures.d/05_git_dep/expected.txt 21 B
- smoke-test/fixtures.d/05_git_dep/setup.sh 681 B runs code
- smoke-test/fixtures.d/07_base64/expected.txt 21 B
- smoke-test/fixtures.d/07_base64/setup.sh 550 B runs code
- smoke-test/fixtures.d/10_axios_combined/expected.txt 236 B
- smoke-test/fixtures.d/10_axios_combined/setup.sh 1009 B runs code
- smoke-test/fixtures.d/11_event_stream/expected.txt 77 B
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.
- 8d ago First seen · 185 lines · 58 tokens per session scan A 4b30ebd12941
phx-deps-audit is a skill published in the GitHub repository oliver-kriska/claude-elixir-phoenix (544 stars, last pushed yesterday), licensed MIT. It adds 58 tokens to every session and 2,445 once invoked, about $0.0003 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-09-03.
Other skills, from other repositories
craftcms
Craft CMS 5 plugin and module development — extending Craft with PHP. Covers elements, element queries, services, models, records, controllers, migrations, queue jobs, console commands, field types, native fields, events, behaviors, Twig extensions, widgets, filesystems, permissions, project config, GraphQL, testing…
craft-php-guidelines
Craft CMS 5 PHP coding standards and conventions. ALWAYS load when writing, editing, reviewing, or discussing any PHP in a Craft plugin or module — even small edits. Also when running ECS, PHPStan, or scaffolding with ddev craft make. Covers: PHPDoc blocks (@author, @since, @throws chains), section headers…
craft-pest
Testing Craft CMS 5 plugins and modules with Pest — test isolation, database safety, and the markhuot/craft-pest-core harness. ALWAYS load when writing, running, fixing, or reviewing tests for a Craft plugin or module, and whenever a suite touches a real Craft install. Covers why rollback is opt-in, tests/Pest.php +…
milp-modeling-gurobi
When the user wants to build, solve, and debug mixed-integer linear programs in Python with Gurobi — creating variables, writing constraint-builder functions, setting objectives and parameters, handling solver status, and extracting solutions safely. Also use when the user mentions "gurobipy," "build a MIP model,"…
numpy-vectorization-for-optimization
When the user wants to remove slow Python loops from metaheuristic or optimization code using NumPy — population-level operations, batch fitness evaluation, distance matrices, broadcasting, argsort/argpartition idioms, defaultrng, and memory layout. Also use when the user mentions "vectorize," "numpy broadcasting,"…
odoo-js
Use when writing, reviewing, or migrating any JavaScript, OWL component, QWeb/OWL template, or SCSS under static/src in an Odoo module — POS overrides, backend widgets, website/public widgets, services. Carries PSAE review-derived principles for OWL correctness, the patch() discipline, template conventions, frontend…