file share to filebin.net

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This skill is a straightforward filebin.net uploader, but users should remember that uploaded files become public links.

This appears safe for its intended use: uploading a specific file to filebin.net. Before using it, confirm the exact file being uploaded and avoid private or sensitive files because the resulting link is public and the bin may remain available until it expires.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A selected local file can be uploaded to filebin.net and made available through a shareable public link.

Why it was flagged

The skill instructs the agent to upload a local file to an external public file-sharing service. This is central to the skill’s purpose, but the exact file path should be user-directed.

Skill content
curl -si -X POST -H "Content-Type: application/octet-stream" -T "<FILEPATH>" "https://filebin.net/$binId/<FILENAME>"
Recommendation

Use only for files the user explicitly wants to share, and confirm the filename/path before uploading.

What this means

Private or sensitive files could become publicly accessible if the user chooses the wrong file.

Why it was flagged

The skill discloses the public nature of uploads, reducing ambiguity, but users still need to understand the privacy impact.

Skill content
user should not upload a private file because file uploaded will be public.
Recommendation

Do not upload confidential, personal, or credential-containing files; treat generated links as public.