CtrlK
BlogDocsLog inGet started
Tessl Logo

medgemma-setup

Interactive setup wizard for Med-Guide. Guides non-technical users through the complete setup from scratch — editor configuration, uv, Modal, HuggingFace, deployment, and first analysis. Use when the user first opens the project, says "setup", "install", "kurulum", "get started", "start setup", or when .env file is missing.

69

Quality

86%

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

SKILL.md
Quality
Evals
Security

Security

1 high severity finding. You should review these findings carefully before considering using this skill.

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 instructs the user to paste their HuggingFace token into the chat, and then instructs the agent to take that token and embed it directly into a command line argument (`modal secret create huggingface-token "HF_TOKEN=<user's token>"`). This passes the secret value through the LLM context and exposes it in generated commands.

Report incorrect finding

Low

Low-risk findings.

1 low severity finding. Worth noting, but not necessarily harmful.

Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

The skill instructs the agent to download and execute an installation script from `https://astral.sh/uv/install.sh` and `https://astral.sh/uv/install.ps1` at runtime.

Repository
burakcanpolat/med-guide
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.