Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Curl Tool

v1.0.0

Transfer data using HTTP, HTTPS, FTP protocols. Test APIs and download files.

0· 40·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dinghaibin/curl-tool.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Curl Tool" (dinghaibin/curl-tool) from ClawHub.
Skill page: https://clawhub.ai/dinghaibin/curl-tool
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install curl-tool

ClawHub CLI

Package manager switcher

npx clawhub@latest install curl-tool
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (HTTP/HTTPS/FTP transfers, API testing, downloads) matches the provided CLI examples and the included Python script, which implements GET/POST, headers, basic auth, downloads, and redirect-following via urllib. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md gives straightforward usage examples and does not instruct the agent to read unrelated files, environment variables, or send data to any endpoints beyond those provided by the user. The runtime behavior (make HTTP requests and optionally save responses to a file) aligns with the documentation.
Install Mechanism
This is listed as instruction-only (no install spec) but includes a Python script file. There's no installer or packaging provided — the agent/platform will need to know how to run that script. This is not inherently malicious, but you should confirm how the skill will be executed (embedded, copied to disk, or run directly) before trusting it.
Credentials
The skill requires no environment variables or credentials. The script supports Basic auth provided on the CLI (user:password) which is proportional to its purpose. It does not attempt to access other secrets or configs.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges. The skill does not modify other skills or system-wide config. Autonomous invocation is permitted by default (disable-model-invocation is false) which is typical for skills and not by itself a concern here.
Assessment
This skill appears to be a simple curl-like client implemented in Python and is internally consistent. Before installing, confirm how the platform will execute the included script (it has no install step), and be aware it will make arbitrary network requests and can write files when you use the -o option. Avoid passing secrets on the command line (they can be exposed in process lists or logs) and review the script yourself or run it in a sandbox if you need higher assurance.

Like a lobster shell, security has layers — review code before you run it.

latestvk974kkhw0zjw7wcsbysdd4q8dd85ntny
40downloads
0stars
1versions
Updated 8h ago
v1.0.0
MIT-0

Curl Tool - Data Transfer

Transfer data with HTTP/HTTPS/FTP. Supports custom headers and auth.

Quick Start

curl-tool https://api.example.com/data

Features

  • GET and POST requests
  • Custom headers
  • Auth support
  • File downloads
  • Follow redirects

Examples

curl-tool https://api.example.com/users
curl-tool -X POST -d '{"name":"test"}' https://api.example.com
curl-tool -o out.txt https://example.com/file

See Also

  • Related documentation: man curl (if available)

Comments

Loading comments...