Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.
76
95%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
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.
The required workflow fetches reference content from public, outsider-authored URLs at runtime (e.g., Expo’s schema and docs via `node <skill-dir>/scripts/fetch.js <url>` and `fetchCached(SCHEMA_URL)`), then returns it as readable text (`response.text()` / `JSON.parse`) that can be used by the agent/validator.
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.
The validator fetches https://api.expo.dev/v2/workflows/schema at runtime (scripts/validate.js) and parses it to compile the AJV validator, so remote content directly controls validation behavior and thus the agent's outputs.
11c74d6
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.