Skip to content

orbitant-owasp-scan

v0.1.0 Part of orbitant-engineering

Use when scanning a Node.js or Python repo for OWASP Top 10 vulnerabilities — hardcoded secrets, SQL injection patterns, weak cryptography, dangerous functions (eval, exec, shell=True), missing security headers, or dependency lockfile issues. Activates when someone asks about security posture, wants a static security scan, or needs to assess risk before a code review or client engagement.

engineeringauditsecurityowaspvulnerabilitiesnodejspython

Installation

# Install the parent plugin
/plugin marketplace add weorbitant/orbitant-os
/plugin install orbitant-engineering

Usage

After installing, this skill will automatically activate when Claude detects relevant context. You can also invoke it directly:

/orbitant-engineering:owasp-scan

Using with Other Agents

Install this skill on other AI agents using skills.sh:

# Install to Cursor
npx skills add weorbitant/orbitant-os --skill orbitant-owasp-scan --agent cursor -y

# Install to Cline
npx skills add weorbitant/orbitant-os --skill orbitant-owasp-scan --agent cline -y

# Install to Claude Code
npx skills add weorbitant/orbitant-os --skill orbitant-owasp-scan --agent claude-code -y