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
Quality
88%
Does it follow best practices?
Impact
94%
1.77xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Security
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
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.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.
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.
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.
5342bca
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.