·elixir-security-review
!

elixir-security-review

Reviews Elixir code for security vulnerabilities including code injection, atom exhaustion, and secret handling. Use when reviewing code handling user input, external data, or sensitive configuration.

21Installs·1Trend·@existential-birds

Installation

$npx skills add https://github.com/existential-birds/beagle --skill elixir-security-review

How to Install elixir-security-review

Quickly install elixir-security-review AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/existential-birds/beagle --skill elixir-security-review
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: existential-birds/beagle.

SKILL.md

View raw

| Code.evalstring, binarytoterm | references/code-injection.md | | String.toatom dangers | references/atom-exhaustion.md | | Config, environment variables | references/secrets.md | | ETS visibility, process dictionary | references/process-exposure.md |

| String.toatom | Input comes from external source (user, API, file) | | binarytoterm | Data comes from untrusted source | | ETS :public | Contains sensitive data |

Load and follow review-verification-protocol before reporting any issue.

Reviews Elixir code for security vulnerabilities including code injection, atom exhaustion, and secret handling. Use when reviewing code handling user input, external data, or sensitive configuration. Source: existential-birds/beagle.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/existential-birds/beagle --skill elixir-security-review
Category
!Security
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from existential-birds/beagle

Quick answers

What is elixir-security-review?

Reviews Elixir code for security vulnerabilities including code injection, atom exhaustion, and secret handling. Use when reviewing code handling user input, external data, or sensitive configuration. Source: existential-birds/beagle.

How do I install elixir-security-review?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/existential-birds/beagle --skill elixir-security-review Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/existential-birds/beagle