maccabi-pharm-search
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a coherent medication stock lookup skill, with the main thing to notice being that medication and city searches are sent to Maccabi website APIs.
This skill looks purpose-aligned and does not show credential use or system modification. Before installing, understand that medication searches and city-based stock checks are sent to Maccabi’s website APIs, and only set up recurring checks if you explicitly want ongoing automated queries.
Findings (3)
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.
Maccabi’s website APIs may receive the medication name or drug code and city being checked.
Medication search terms, Largo drug codes, and city codes are sent to Maccabi website API endpoints. This is expected for the stock-checking purpose, but it means health-related search intent leaves the local agent environment.
catalog?largo=&name=${encodeURIComponent(query)}&category=&item_state= ... body: { City: cityCode, ... largo: String(largoCode) }Use the skill only for medication and city searches you are comfortable sending to Maccabi’s website infrastructure, and avoid sharing unnecessary personal details in prompts.
The agent can run the included lookup command to query pharmacy stock on the user’s behalf.
The skill instructs the agent to run a local Node CLI that performs network lookups. This is disclosed and central to the skill’s purpose, with no evidenced destructive or broad system commands.
node {baseDir}/scripts/pharmacy-search.js search "nurofen" ... node {baseDir}/scripts/pharmacy-search.js stock 58299Review the requested medication and city before asking the agent to run searches, especially for prescription or sensitive medicines.
If configured, the agent or system could repeatedly query medication availability on a schedule.
The documentation suggests user-requested recurring checks. The artifacts do not show automatic persistence by the skill itself, but scheduled background use would create ongoing activity.
You can also set up a cron job or scheduled reminder to check stock automatically ... "Check every morning at 8am and alert me when Nurofen Forte becomes available"
Only create recurring checks with a clear schedule, notification method, and stop condition, and remove the schedule when it is no longer needed.
