ssrf-check

Detect SSRF vulnerabilities in spider code and web-scraping scripts.

1|1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/jadecli/researchers --skill ssrf-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssrf-check
Source: https://github.com/jadecli/researchers/tree/main/claude-code-security-review/.claude/skills/ssrf-check
Command: npx skills add https://github.com/jadecli/researchers --skill ssrf-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scan spider code to identify Server-Side Request Forgery vulnerabilities and misconfigurations, helping security teams reduce exposure.

Core Features & Use Cases

  • Detect hardcoded private IP ranges and potential internal network access risks.
  • Flag URL construction from user input and unsafe DNS resolutions that may enable SSRF.
  • Identify unsafe redirects and lack of URL validation to prevent data exfiltration or internal access.

Quick Start

Run the SSRF check on your spider file to identify potential SSRF vulnerabilities.

Frequently Asked Questions about ssrf-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan spider code for SSRF vulnerabilities?

To scan spider code for SSRF vulnerabilities, run a check on your spider files to detect hardcoded private IPs, unsafe URL construction from user input, unsafe redirects, and DNS rebinding risks, receiving findings with suggested mitigations.

What SSRF risks exist in web scraping scripts?

Common SSRF risks in web scraping scripts include hardcoded private IP ranges enabling internal network access, unsafe URL construction from user input, unsafe redirects, and DNS rebinding vulnerabilities that can lead to data exfiltration.

How do I detect unsafe DNS resolution and hardcoded private IPs in spider files?

Detect unsafe DNS resolution and hardcoded private IPs in spider files by executing an SSRF check that flags potential internal network access risks and unsafe URL construction patterns, providing actionable mitigation suggestions.

Can I check my Scrapy spider for SSRF misconfigurations?

Yes, you can check Scrapy spider files and web scraping scripts for SSRF misconfigurations by scanning them to identify lack of URL validation, unsafe redirects, and hardcoded private IP ranges that reduce exposure.

How do I prevent DNS rebinding and data exfiltration in web scraping scripts?

Prevent DNS rebinding and data exfiltration in web scraping scripts by identifying lack of URL validation and unsafe redirects through an SSRF vulnerability scan, which reports findings with suggested mitigations to secure your code.