Test case execution guide for Saudi telehealth patients in Dr. Sophia AI. Covers 5 test cases (Ahmed, Fatima, Abdullah, Sara, Aisha), data separation principles (historical vs current symptoms), success criteria, critical safety validation. Use when testing Saudi patient consultations, running diagnostic accuracy tests, validating AI responses, or checking allergy/safety protocols.
65
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./skill-builder-package/examples/saudi-patient-testing/SKILL.mdThe 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.
The skill prompt includes a hardcoded API key (`df8bf7ea44a742983394287f365ac180e72d1f69e60ae95cde45f2b5e5a39f17`) directly within a curl command example, which instructs the agent to use it verbatim.
Detected sensitive credentials directly embedded within the skill content, such as API keys, access tokens, private keys, or service-specific secrets. Secrets should never be hardcoded in plain text within skill instructions.
An actual API key (`df8bf7ea44a742983394287f365ac180e72d1f69e60ae95cde45f2b5e5a39f17`) is hardcoded in the curl command within SKILL.md under manual testing instructions. This is a high-entropy string used for API authentication.
93ed392
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.