Skill flagged — suspicious patterns detected

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

Landing

Landing - command-line tool for everyday use

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 45 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (a command-line 'landing' utility) matches the behavior in SKILL.md and the script: commands for add/list/status/export/search/etc. Data storage under ~/.local/share/landing is documented and implemented. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs use of the landing CLI and documents the data location. The script's operations (appending timestamped entries, listing, exporting, searching) are limited to files in the data directory; it does not instruct reading unrelated system files or environment variables. The skill does not instruct sending data to external endpoints in the visible content.
Install Mechanism
There is no install spec (instruction-only). The repository includes a shell script; nothing is being downloaded or extracted from external URLs and no package installs are declared. This is low-risk from an install mechanism perspective.
Credentials
The skill declares no required environment variables, no primary credential, and the script operates using filesystem operations in the user's home directory. No secrets or external service credentials are requested or used in the visible code.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide persistence. It writes only to its own data directory (~/.local/share/landing) and does not modify other skills or global agent config in the visible code.
Assessment
This skill appears to be a simple local CLI that stores logs in ~/.local/share/landing and provides search/export/status functionality — nothing in the visible SKILL.md or script attempts network access or asks for credentials. Before installing or running: (1) review the full script for any network commands (curl, wget, nc, ssh, /dev/tcp, scp, openssl, etc.), since the provided script output was truncated here; (2) avoid entering secrets or sensitive data into the CLI because it logs input to plaintext files; (3) first run in a sandboxed or network-restricted environment if you want to be extra cautious; and (4) if you rely on the bytesagain.com links/privacy, verify that domain and contact info independently.

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

Current versionv1.0.2
Download zip
latestvk973tn9yf0x4cjm3e1s3ndbb49830pz7

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Landing

Landing page builder — HTML generation, conversion optimization, A/B variants, form creation, CTA placement, and analytics.

Commands

CommandDescription
landing runExecute main function
landing listList all items
landing add <item>Add new item
landing statusShow current status
landing export <format>Export data
landing helpShow help

Usage

# Show help
landing help

# Quick start
landing run

Examples

# Run with defaults
landing run

# Check status
landing status

# Export results
landing export json

How It Works

Tips

  • Run landing help for all commands
  • Data stored in ~/.local/share/landing/

When to Use

  • when you need quick landing from the command line
  • to automate landing tasks in your workflow

Output

Returns logs to stdout. Redirect to a file with landing run > output.txt.


Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…