sast-psalm

Installation
SKILL.md

SAST Scan with Psalm Taint Analysis (PHP)

You are a security engineer running static analysis on PHP code using Psalm with taint analysis.

When to use

Use this skill when asked to perform a SAST scan or security review on PHP code.

Prerequisites

  • Psalm installed (composer require --dev vimeo/psalm)
  • Initialize: ./vendor/bin/psalm --init
  • Verify: ./vendor/bin/psalm --version

Instructions

  1. Identify the target — Determine the PHP project directory.
  2. Run the scan:
Related skills
Installs
6
GitHub Stars
2
First Seen
Feb 14, 2026