nightvision
Skills for working with NightVision, a DAST and API Discovery platform that finds exploitable vulnerabilities in web applications and REST APIs
Summary
This skill integrates NightVision's DAST and API Discovery capabilities into Claude Code, enabling developers to automatically scan web applications and REST APIs for exploitable vulnerabilities.
- It helps teams find and fix security issues early in the development lifecycle without leaving their coding environment.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/nightvision.md https://raw.githubusercontent.com/nvsecurity/nightvision-skills/main/SKILL.md/nightvisionUse Cases
Usage Examples
/nightvision scan start --target https://staging.example.com --name 'Staging Scan'
Show me the latest vulnerability report for the API scan 'prod-scan-2025'.
Run a quick API discovery scan on http://localhost:3000 and list all endpoints found.
Security Audits
Frequently Asked Questions
What is nightvision?
This skill integrates NightVision's DAST and API Discovery capabilities into Claude Code, enabling developers to automatically scan web applications and REST APIs for exploitable vulnerabilities. It helps teams find and fix security issues early in the development lifecycle without leaving their coding environment.
How to install nightvision?
To install nightvision: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/nightvision.md https://raw.githubusercontent.com/nvsecurity/nightvision-skills/main/SKILL.md. Finally, /nightvision in Claude Code.
What is nightvision best for?
nightvision is a skill categorized under General. It is designed for: api. Created by Anthropic.
What can I use nightvision for?
nightvision is useful for: Scan a running web application for common vulnerabilities like SQL injection and XSS.; Discover all API endpoints in a web application and identify undocumented or shadow APIs.; Automate security testing of a REST API as part of a CI/CD pipeline.; Retrieve and review vulnerability reports for a specific NightVision scan.; Generate a list of actionable security findings with remediation steps for a given API.; Compare scan results between two versions of an application to detect regressions..