Install
$ agentstack add skill-lord1egypt-awesome-skill-forge-12-cool-skills-openclaw-agent ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Vulnerability Scanner
This skill provides tools and guidance to perform basic vulnerability assessments on web applications. It focuses on identifying common security weaknesses such as SQL injection, exposed network ports, and misconfigurations discoverable via browser developer tools.
Features
- Port Scanning: Identify open ports on a target host to discover potentially exposed services.
- SQL Injection Testing: Perform basic tests for SQL injection vulnerabilities on web application parameters.
- DevTools Issue Detection: Guide on how to manually check for security-related issues using browser developer tools.
Usage
Step 1: Scan for Open Ports
Use the port_scanner.py script to check for open ports on a target host. This helps in identifying services that might be unintentionally exposed.
python3 /home/ubuntu/skills/vulnerability-scanner/scripts/port_scanner.py [port2 ...]
Example:
python3 /home/ubuntu/skills/vulnerability-scanner/scripts/port_scanner.py example.com 80 443 22
Step 2: Test for SQL Injection
Employ the sql_injector.py script to perform a basic SQL injection test on a specified URL parameter. This script appends a common SQL injection payload and reports potential vulnerabilities.
python3 /home/ubuntu/skills/vulnerability-scanner/scripts/sql_injector.py
Example:
python3 /home/ubuntu/skills/vulnerability-scanner/scripts/sql_injector.py https://www.example.com/products search_query
Step 3: Manual DevTools Vulnerability Check
Refer to the devtools_issues.md guide for instructions on how to manually inspect a website using browser developer tools to uncover security misconfigurations or exposed sensitive information.
- Guide: See
/home/ubuntu/skills/vulnerability-scanner/references/devtools_issues.mdfor detailed steps on checking for exposed API keys, insecure communications, client-side validation bypasses, and more.
OpenClaw Compatibility
This skill is designed to be fully compatible with OpenClaw. To integrate and use this skill within your OpenClaw environment:
- Installation: Copy the entire
vulnerability-scannerdirectory into your OpenClaw skills directory (typically~/.openclaw/workspace/skills/). - Detection: The
SKILL.mdfile will be automatically detected by the OpenClaw agent. - Access: All scripts and reference materials are accessible via the relative paths specified in this document.
Important Considerations
- Authorization: Always ensure you have explicit authorization to perform vulnerability scanning on any target website. Unauthorized scanning is illegal and unethical.
- Scope: This skill provides basic scanning capabilities. For comprehensive security audits, consider using professional-grade penetration testing tools and services.
- False Positives: Automated vulnerability scans can produce false positives. Manual verification of reported issues is crucial.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Lord1Egypt
- Source: Lord1Egypt/awesome-skill-forge
- License: MIT
- Homepage: https://skill-explorer-rho.vercel.app
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.