warehouse

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears benign: it runs included Python scripts to turn a specified warehouse SQLite database into local report files, with no credential or network behavior shown.

This skill is suitable for local warehouse report generation. Before installing or running it, make sure the database path and output folder are the ones you intend, because the generated reports may contain business data and existing report files with the same names can be overwritten.

Findings (1)

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

Running the skill can read the selected warehouse database and create or overwrite PNG, CSV, and TXT report files in the selected output folder.

Why it was flagged

The skill works by executing included local Python scripts. The reviewed source matches the advertised report-generation purpose, so this is a user-notice item rather than a concern.

Skill content
python skills/warehouse-chart-reports/scripts/run_warehouse_reports.py \
  --db demo/warehouse_agent/warehouse_demo.db \
  --out demo/warehouse_agent/outputs
Recommendation

Run it only on the intended database and output directory, and review generated files before sharing them.