Amazon Inventory Forecast

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This appears to be a straightforward inventory-forecasting helper; the main things to notice are local Bash/file access and saved business data in a home-directory workspace.

Before installing, be aware that this skill may create ~/amazon-inventory/ and save your pasted inventory data there. It does not show evidence of external integrations or credential use, but you should verify the forecast math before making purchasing decisions.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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

The agent may use shell/file operations to create a local inventory folder and save reports; if misused, shell access can affect local files, though the described scope is a dedicated workspace.

Why it was flagged

The skill is allowed to use a broad shell tool and describes creating local workspace files. This is disclosed and aligned with saving forecasts, but users should still notice the local file-operation authority.

Skill content
allowed-tools: Bash ... Creates `~/amazon-inventory/` containing:
Recommendation

Keep any approved file operations limited to ~/amazon-inventory/ and review unexpected Bash commands before allowing them.

What this means

Your pasted inventory and sales information may remain on disk and may influence later forecast work.

Why it was flagged

The skill stores SKU, sales, forecast, alert, and recommendation history as persistent local context.

Skill content
`skus.md` — tracked SKUs with sales history and parameters ... `reorder-log.md` — history of reorder recommendations made
Recommendation

Only provide data you are comfortable storing locally, review saved assumptions before reusing forecasts, and delete ~/amazon-inventory/ when it is no longer needed.