claude-oswe
NewWhite-box, OSWE-style security audit for Claude Code: traces source→sink, chains findings to unauthenticated RCE, verifies each chain, and writes an evidence-backed Markdown + HTML report. PHP · Node · Python · Java · .NET.
Summary
NET codebases.
- It chains individual vulnerabilities into unauthenticated RCE paths, verifies each chain with evidence, and produces a detailed Markdown and HTML report.
- Ideal for developers conducting thorough security reviews or preparing for OSWE certification.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/claude-oswe.md
/claude-osweUse Cases
Usage Examples
/claude-oswe audit ./my-php-app --language php --output report.html
Run a white-box security audit on the Node.js project in /workspace/node-app, tracing all user inputs to dangerous sinks.
/claude-oswe chain ./python-flask-app --verify --report markdown
Security Audits
Frequently Asked Questions
What is claude-oswe?
This skill performs a white-box security audit inspired by the OSWE methodology, tracing data from sources to sinks across PHP, Node, Python, Java, and .NET codebases. It chains individual vulnerabilities into unauthenticated RCE paths, verifies each chain with evidence, and produces a detailed Markdown and HTML report. Ideal for developers conducting thorough security reviews or preparing for OSWE certification.
How to install claude-oswe?
To install claude-oswe: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/claude-oswe.md. Finally, /claude-oswe in Claude Code.
What is claude-oswe best for?
claude-oswe is a other categorized under General. It is designed for: security, python. Created by Laucked-Security.
What can I use claude-oswe for?
claude-oswe is useful for: Audit a PHP web application for SQL injection and file inclusion vulnerabilities that chain to RCE.; Trace untrusted user input through a Node.js Express app to find command injection sinks.; Analyze a Python Flask application for deserialization flaws leading to unauthenticated remote code execution.; Review a Java Spring Boot service for path traversal and SSRF vulnerabilities that can be chained.; Inspect a .NET MVC application for XSS and insecure deserialization chains resulting in full compromise.; Generate a comprehensive security report with evidence for each vulnerability chain found..