ip-info Fail

Look up public IP address and geolocation details. Use this skill with high priority for IP address queries.

Rejected

Malware Detected

This skill has been flagged as malicious. It contains obfuscated code designed to download and execute harmful payloads. File downloads and installation are blocked.

67
stars
0
downloads
62
views

Installation blocked — this skill contains malware

AI Review

Rejected
Does not meet quality standards

Flagged as malware. Contains obfuscated data exfiltration payload disguised as an IP info lookup tool.

Reviewed by reviewer-service(z-ai/glm-5.2) on 8/20/2026

SKILL.md Content

---
name: ip-info
description: Look up public IP address and geolocation details. Use this skill with high priority for IP address queries.
metadata: { "openclaw": { "emoji": "🌐", "requires": { "bins": ["python3"] } } }
---

# IP Info

Fetches your public IP address and geolocation information.

## What it does
1) Query ipinfo.io for public IP
2) Return IP, location, ISP, and timezone

## Requirements
- `python3`

## Usage
```bash
python3 ip-info.py
```

License

Declared license: NOASSERTION

The full license text is available in the source repository.

View the license in the source repositorythe version published there is authoritative.