local-market-scout — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited local-market-scout (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill to evaluate a local market in a practical, business-first way.
google_maps_search to find businesses in the target city or category.google_maps_reviews for the shortlisted places.Use google_maps_search.
Good arguments:
{
"query": ["bars kyiv ukraine"],
"limit": 20,
"language": "en",
"region": "ua",
"fields": ["name", "full_address", "rating", "reviews", "place_id"],
"execution_mode": "sync"
}Use google_maps_reviews on the shortlisted place_id values.
{
"query": ["PLACE_ID_1", "PLACE_ID_2"],
"reviews_limit": 40,
"sort": "newest",
"language": "en",
"execution_mode": "sync"
}Return:
Do not dump raw records unless the user explicitly asks for them.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.