gleam-security-review

Audit Gleam code for input validation, FFI safety, and dependency vulnerabilities.

Updated Oct 11, 2025
One-click install
npx skills add https://github.com/bromanko/llm-agents --skill gleam-security-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gleam-security-review
Source: https://github.com/bromanko/llm-agents/tree/main/skills/gleam-security-review
Command: npx skills add https://github.com/bromanko/llm-agents --skill gleam-security-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical need for robust security analysis in Gleam projects, helping developers identify and mitigate vulnerabilities before they can be exploited.

Core Features & Use Cases

  • Comprehensive Security Audits: Analyzes Gleam code for common security flaws, including input validation issues, FFI safety concerns, and dependency vulnerabilities.
  • Gleam-Specific Guidance: Provides tailored rules and checks that account for Gleam's unique features and the BEAM runtime environment.
  • Use Case: A developer can use this skill to proactively scan their Gleam application's codebase for potential security weaknesses, ensuring compliance with best practices and protecting against common attack vectors.

Quick Start

Run /review gleam security to start an interactive security review.

Frequently Asked Questions about gleam-security-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a security audit on Gleam code?

Run `/review gleam security` to start an interactive security audit. The review analyzes your Gleam codebase, identifying risks in input validation, FFI boundaries, secrets handling, and dependencies.

What security vulnerabilities does a Gleam code review check for?

A Gleam security review checks for vulnerabilities in input validation, FFI safety, secrets handling, and dependency vulnerabilities. It applies Gleam-specific rules to identify risks at external input handling, interop boundaries, and sensitive data management.

Can I use this security review to check Gleam FFI interop boundaries?

Yes, the security review specifically focuses on FFI safety and interop boundaries. It identifies risks in areas where Gleam interacts with the BEAM runtime environment and external systems.

Does the Gleam security audit scan for vulnerable dependencies?

Yes, the security audit analyzes your project for dependency vulnerabilities. It helps you identify and mitigate risks from external libraries before they can be exploited.

What's the best way to secure external input handling in Gleam?

The best way to secure external input handling is to run a security audit that applies Gleam-specific rules. The review checks your codebase against shared security guidelines to identify validation gaps and protect against attack vectors.

When do I need a specialized security review for Gleam instead of a general code audit?

You need a specialized Gleam security review when your project relies on FFI interop, handles sensitive data, or runs on the BEAM runtime environment. General audits may miss Gleam-specific risks unique to these boundaries.