Freeport

v1.0.0

Free-port and free-trade zone reference — FTZ regulations, bonded logistics, duty deferral, re-export procedures. Use when planning warehouse operations in f...

0· 91·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description describe a free-trade-zone reference and the skill includes a README (SKILL.md) and a single script that prints reference material for commands like intro, types, procedures, customs, etc. The requested artifacts (no env vars, no installs) match a read-only reference skill.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh with specific subcommands which appear to only emit static documentation. The SKILL.md documents an optional FREEPORT_DIR config variable, but the provided script excerpts do not show any reading or writing to filesystem or network; verify the rest of the script to confirm it also avoids unexpected file I/O or remote calls.
Install Mechanism
No install spec is present (instruction-only skill plus an included script). Nothing in the manifest downloads or extracts external code or packages.
Credentials
The skill does not declare required environment variables or credentials. SKILL.md mentions an optional FREEPORT_DIR for data storage; that is reasonable for a local reference tool but should be validated in the script to see whether it is actually used and what it stores.
Persistence & Privilege
always is false and the skill does not request elevated persistence or modify other skills or system-wide settings according to the provided files.
Assessment
This appears to be a local reference tool that prints FTZ/freeport guidance; the footprint is small and coherent with the description. Before installing: (1) open and read the entire scripts/script.sh to confirm there are no network calls (curl/wget/nc), no unexpected file writes outside a sensible FREEPORT_DIR, and no shelling out to arbitrary commands with unvalidated input; (2) run the script in a sandbox or non-production environment first to observe behavior; (3) avoid setting any secret environment variables for this skill since it does not need them; (4) if you plan to rely on any data files created by the skill, ensure you control the FREEPORT_DIR path and permissions. If you want, I can scan the remaining portion of scripts/script.sh for network calls, file I/O, or other risky patterns.

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

latestvk97f3vn9bdhx7h5ffdsypdsv6d83axth

License

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

Comments