AllOurThings

PassAudited by VirusTotal on May 4, 2026.

Overview

Type: OpenClaw Skill Name: allourthings Version: 1.0.0 The 'allourthings' skill bundle is a standard implementation for household inventory management. It uses a legitimate MCP server pattern via npx (@allourthings/mcp-server) and operates on a user-defined local directory (ALLOURTHINGS_DATA_DIR). The tools and instructions in SKILL.md are consistent with the stated purpose of managing personal possessions, and no indicators of malicious intent, data exfiltration, or prompt injection were identified.

Findings (0)

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 changed or compromised npm package could run local code with access to the configured inventory vault, including receipts, photos, warranties, and inventory records.

Why it was flagged

The skill runs an npm MCP server using npx with automatic yes behavior and no pinned package version; the package code is not included in the reviewed artifacts.

Skill content
"command": "npx", "args": ["-y", "@allourthings/mcp-server"]
Recommendation

Install only if you trust the npm package source. Prefer a pinned version, reviewed source code, checksums or lockfiles, and clear disclosure that npm code will be executed.

What this means

Inventory entries and attached receipts, manuals, photos, or warranty files could be removed from the vault, and cloud sync may propagate those changes.

Why it was flagged

The skill exposes destructive vault operations. This is aligned with inventory management, but the artifact does not describe confirmation, undo, or backup behavior.

Skill content
| `delete_item` | Delete an item and all its attachments |
Recommendation

Ask the agent to confirm before deleting or bulk-updating items, and keep backups or rely on cloud version history/trash where possible.

What this means

Private household records, purchase history, receipts, photos, and warranty documents may be read or modified through the skill and may sync to cloud storage if the chosen folder is synced.

Why it was flagged

The skill uses a persistent local or synced vault containing personal inventory data and attachments that can later be searched and reused as context.

Skill content
backed by a local or cloud-synced vault (iCloud Drive, Dropbox, OneDrive, or any folder)
Recommendation

Point `ALLOURTHINGS_DATA_DIR` only at a dedicated AllOurThings vault, avoid mixing unrelated private files into that folder, and protect the cloud account or local folder permissions.