animal-pharmacy-search
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto fetch instructions and execute scripts from a remote package (@nomadamas/k-skill). This is a standard mechanism for this skill's ecosystem to ensure instructions are up-to-date and run in the correct environment. - [COMMAND_EXECUTION]: The instructions direct the agent to execute a bundled Python script (
animal_pharmacy_mcp.py) via the CLI. This script performs network requests to a specific public endpoint (hkmedi.co.kr) to retrieve pharmacy data. - [SAFE]: The Python script uses only standard libraries (
urllib,json,argparse) and does not require external package installations or elevated privileges. It functions as a specialized HTTP client for the Model Context Protocol (MCP). - [SAFE]: Data processing is limited to public business information (pharmacy names, addresses, and phone numbers). The skill explicitly forbids handling private health information, credentials, or automating purchases.
Audit Metadata