HiFi Advisor

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to be a straightforward hi-fi advice helper with a small local CSV pricing script and no evidence of credential access, network use, persistence, or unsafe mutation.

This skill looks safe for normal hi-fi advice and pricing support. If using the CSV helper, provide only the listing data needed for price analysis and avoid including unrelated personal information.

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

The agent may run a local helper on a CSV file you provide, so the contents of that file are processed locally for pricing statistics.

Why it was flagged

The skill includes a user-directed local command for the price-analysis workflow. The included script is visible and appears limited to reading a CSV and printing price statistics.

Skill content
If user provides tabular listing data, run:

```bash
python3 scripts/price_stats.py listings.csv
```
Recommendation

Use the helper only with listing data you intend to analyze, and review the output before relying on its price thresholds.