static-residential-ip-assessor

Assess whether an IP is static residential broadband using multi-source evidence and risk scoring.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Rabbit-Ivan/Ivan-skills --skill static-residential-ip-assessor-rabbit-ivan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: static-residential-ip-assessor
Source: https://github.com/Rabbit-Ivan/Ivan-skills/tree/main/skills/static-residential-ip-assessor
Command: npx skills add https://github.com/Rabbit-Ivan/Ivan-skills --skill static-residential-ip-assessor-rabbit-ivan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Determining whether an IP address is a genuine static residential broadband connection or a risky proxy, VPN, or datacenter exit is difficult because single data sources often conflict. This Skill cross-validates multiple IP intelligence sources and produces an auditable risk report with confidence scores and a clear Allow/Review/Reject action for account security decisions. ## Core Features & Use Cases - Multi-source evidence collection: Queries IPQS, Scamalytics, AbuseIPDB, ipinfo, ip-api, BGP, RDAP/WHOIS, and PTR records with documented fallback and degraded-scoring rules when sources fail. - Dual scoring model: Separately scores Static Residential Confidence (0-100) and Abuse/Block Risk (0-100), then applies a conservative decision policy to output Allow, Review, or Reject. - Conflict analysis and audit trail: Explains contradictory signals (e.g., residential ISP but high proxy score) and appends every assessment to a persistent log at ~/ip-assessments.md for 14-day recheck cycles. - Use Case: Before logging into a high-value account like Claude through a new proxy IP, send the IP to receive a scored report showing whether it is a clean static residential line or a flagged hosting/proxy exit, with a concrete action recommendation. ## Quick Start Use the static-residential-ip-assessor skill to check whether the IP 199.177.179.159 is a static residential broadband address and whether it is safe for my account.

Frequently Asked Questions about static-residential-ip-assessor

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

FAQPage Schema
How do I check if an IP address is residential or datacenter?▼

Provide the IP address and the skill queries RDAP/WHOIS, BGP origin ASN, PTR records, and IP intelligence sources like IPQS and Scamalytics. It scores ASN business type, hosting/proxy flags, and naming patterns to classify the IP as residential, business, or datacenter.

How to assess proxy IP fraud risk before account login?▼

Send the IP to receive an Abuse/Block Risk score built from IPQS Fraud Score, proxy/VPN flags, and AbuseIPDB reports. The output includes an Allow, Review, or Reject action with conservative defaults designed to protect high-value accounts.

What happens when IPQS is unavailable during IP assessment?▼

The skill activates degraded scoring mode where Scamalytics and AbuseIPDB take over the risk-signal role with reweighted scores. The report is marked as provisional and the final action is capped at Review, never Allow, until IPQS data is available.

Can an IP be residential but still high risk?▼

Yes, the skill treats attribute and risk as separate dimensions that can coexist. An IP from a residential ISP can still score high on abuse risk if proxy networks heavily use that segment, and the report explains both conclusions with evidence.

Does the IP assessment keep history for rechecks?▼

Yes, every assessment is appended to ~/ip-assessments.md with date, scores, action, and a suggested recheck date. Before each new evaluation the log is read to compare trends for the same IP or /24 segment, with a default 14-day recheck cycle.