localdata-business-status

Pass

Audited by Gen Agent Trust Hub on Aug 1, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill downloads CSV data from file.localdata.go.kr, which is the official file server for South Korea's Local Administrative Data portal managed by the Ministry of the Interior and Safety. This is a well-known government service.
  • [COMMAND_EXECUTION]: The script uses standard file system operations to cache downloaded data in the user's home directory (~/.cache/k-skill/localdata-business-status). This is standard practice for performance and reducing server load.
  • [DATA_EXFILTRATION]: No data exfiltration detected. The skill only transmits user-provided search terms (business name, region) to the official government file server to identify the correct data file for download.
  • [SAFE]: The skill uses Python's standard library (urllib.request, csv, json, pathlib) and has no external dependencies. It includes proper error handling and input validation for the business categories and regional codes provided in its local JSON data files.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 1, 2026, 08:30 AM
Security Audit — agent-trust-hub — localdata-business-status