Listonic

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is a coherent Listonic shopping-list integration, with disclosed but important access to your Listonic credentials and ability to change or delete list data.

Before installing, be sure you are comfortable storing Listonic credentials locally and letting the agent add, update, and delete shopping-list data. Prefer refresh-token configuration, keep the credentials file private, and require explicit confirmation for deletions.

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.

What this means

Installing and configuring this skill gives it access to your Listonic shopping lists and the ability to act as your Listonic account for the supported operations.

Why it was flagged

The skill requires user-provided Listonic authentication material, including OAuth tokens or email/password, to access the user’s account.

Skill content
Create `~/.openclaw/credentials/listonic/config.json` using **one** auth mode... `refreshToken`... Fallback: email/password mode
Recommendation

Prefer token-based auth over storing a password, protect the local credentials file, and revoke or rotate the token if you stop using the skill.

What this means

If invoked incorrectly, the agent could delete shopping-list items or whole lists from your Listonic account.

Why it was flagged

The skill exposes destructive Listonic operations, and the artifact appropriately instructs confirmation before deletion.

Skill content
For destructive operations (`delete-item`, `delete-list`), **confirm with the user first**.
Recommendation

Confirm the exact list and item before deletion or rename operations, and avoid broad or ambiguous delete requests.

What this means

The skill may stop working or behave unexpectedly if Listonic changes its private API.

Why it was flagged

The skill clearly discloses that it depends on unofficial Listonic API behavior rather than a stable official integration.

Skill content
This uses an **unofficial reverse-engineered API** and may break if Listonic changes it.
Recommendation

Use it only if you are comfortable with an unofficial integration, and re-check behavior after Listonic app or API changes.