CtrlK
BlogDocsLog inGet started
Tessl Logo

saudi-patient-testing

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

Quality

77%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Fix and improve this skill with Tessl

tessl review fix ./skill-builder-package/examples/saudi-patient-testing/SKILL.md
SKILL.md
Quality
Evals
Security
High

W007: Insecure credential handling detected in skill instructions.

What this means

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.

Why it was flagged

The skill prompt includes a hardcoded API key (`df8bf7ea44a742983394287f365ac180e72d1f69e60ae95cde45f2b5e5a39f17`) directly within a curl command example, which instructs the agent to use it verbatim.

Report incorrect finding
High

W008: Secret detected in skill content (API keys, tokens, passwords).

What this means

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.

Why it was flagged

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.

Repository
fernandezbaptiste/Skrillz
Audited
Security analysis
Snyk

Is this your skill?

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.