Refill a prescription at a pharmacy. Works from a medication name, an Rx number, a photo of the bottle, or just "I'm running low." Confirms exactly what's being requested, gathers everything the pharmacy will ask for up front, and handles the refill online or by phone — whichever is fastest.
78
72%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Risky
Do not use without reviewing
Optimize this skill with Tessl
npx tessl skill review --optimize ./examples/prescription-refill/SKILL.mdSecurity
2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 0.90). The skill explicitly instructs the agent to collect and then verbalize or enter sensitive, verbatim values (Rx numbers, full name, DOB, phone, insurance/member IDs) into calls and online portals, which requires the LLM to output secrets/PHI directly and creates an exfiltration risk.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.90). The skill's required flow explicitly instructs the agent to open and read pharmacy refill portals and other third-party pharmacy systems (Step 6: "Open the pharmacy's refill portal" and related IVR/phone interactions), meaning it fetches and interprets content from public third-party sites/systems whose responses directly determine next actions (e.g., pivoting when the portal says "no refills remaining").
b27906e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.