parcelcli
PassAudited by ClawScan on May 12, 2026.
Overview
This skill appears to do what it says, but it installs an external parcel-tracking CLI and can save local watch entries with tracking and postcode details.
This skill is reasonable for parcel tracking. Before installing, make sure you trust the upstream parcelcli Go module, understand that carrier tracking requires using your tracking details with carrier websites, and remove saved watches after they are no longer useful.
Findings (3)
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.
Installing the skill will rely on code from the referenced GitHub Go module, so trust in that upstream package matters.
The skill depends on installing an external Go CLI package. The version is pinned and this is central to the skill's purpose, but the runnable code is not included in the artifacts reviewed.
go | module: github.com/cavit99/parcelcli/cmd/parcelcli@v1.0.3 | creates binaries: parcelcli
Install only if you are comfortable trusting the parcelcli module and its publisher; consider reviewing the upstream repository before use.
Your tracking number, and postcode when provided, may be used on the relevant carrier's tracking site.
The skill automates a local CLI/browser workflow against carrier tracking pages. This is expected for parcel tracking and is disclosed, but it is still external web interaction using user-provided tracking details.
Use `parcelcli` for local parcel tracking. It drives public carrier tracking pages and returns a normalized JSON shape.
Provide tracking numbers and postcodes only when you want them checked with the carrier, and review results before sharing them further.
Saved watches may leave tracking details on the device until removed.
Parcel watches persist tracking numbers, labels, and possibly postcodes in local watch state for later monitoring. The behavior is user-requested and purpose-aligned, but it stores delivery-related information locally.
Use local watch state when the user asks to monitor a parcel: ... parcelcli watch add <tracking-number> --carrier evri --postcode <postcode> --label "<label>"
Use watch mode only for parcels you want monitored, and remove old watches with the documented list/remove commands when monitoring is no longer needed.
