maccabi-pharm-search
Analysis
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.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
node {baseDir}/scripts/pharmacy-search.js search "nurofen" ... node {baseDir}/scripts/pharmacy-search.js stock 58299The 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.
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"
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.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
catalog?largo=&name=${encodeURIComponent(query)}&category=&item_state= ... body: { City: cityCode, ... largo: String(largoCode) }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.
