CtrlK
BlogDocsLog inGet started
Tessl Logo

tamagui-best-practices

Provides Tamagui patterns for config v4, compiler optimization, styled context, and cross-platform styling. Must use when working with Tamagui projects (tamagui.config.ts, @tamagui imports).

90

1.77x

Quality

88%

Does it follow best practices?

Impact

94%

1.77x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Security

2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.

Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

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.

Why it was flagged

Third-party content exposure detected (high risk: 0.90). The SKILL.md explicitly instructs the agent to fetch public documentation (e.g., curl commands to https://tamagui.dev/docs/core/configuration.md and other tamagui.dev pages and "use the web-fetch skill" for HTML), so it will ingest open third-party web content that can influence its code-generation and tool-use decisions.

Report incorrect finding
Medium

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

Potentially malicious external URL detected (high risk: 0.80). The skill includes explicit runtime curl commands that fetch remote markdown used to drive the agent's behavior (e.g. "curl -sL https://tamagui.dev/docs/core/configuration.md", "https://tamagui.dev/docs/core/styled.md", "https://tamagui.dev/docs/core/variants.md", "https://tamagui.dev/docs/core/animations.md", "https://tamagui.dev/ui/sheet.md", "https://tamagui.dev/ui/dialog.md", "https://tamagui.dev/ui/select.md", and "https://tamagui.dev/llms.txt"), so these external documents would be retrieved at runtime and injected into the agent context to inform instructions—meeting the criteria for a runtime external dependency that controls prompts.

Repository
NeverSight/skills_feed
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.