Shopping Advisor

PassAudited by VirusTotal on Apr 1, 2026.

Findings (1)

The shopping-advisor skill bundle is a well-structured decision-support tool designed to help users compare products and prices. The included Python scripts (normalize.py, decide.py, analyze.py, and common.py) handle data processing locally via standard input/output, utilizing basic JSON parsing and regex-based token matching without any network requests, file system writes, or shell command execution. The SKILL.md instructions for the AI agent are strictly aligned with the stated purpose and include explicit safety boundaries that prohibit the agent from performing unauthorized actions like making purchases or payments.