gh, vercel, supabase, render CLI and deployment platform setup
45
32%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Risky
Do not use without reviewing
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/project-tooling/SKILL.mdSecurity
2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
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.
Insecure credential handling detected (high risk: 0.80). The prompt explicitly asks the agent to request the user's Render API key and shows commands that place the key verbatim into environment files (export/echo to .env), so the agent may be instructed to collect and embed secret values directly.
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.70). The GitHub Actions referenced in the CI workflows (e.g., uses: actions/checkout@v4 → https://github.com/actions/checkout, uses: amondnet/vercel-action@v25 → https://github.com/amondnet/vercel-action, and uses: supabase/setup-cli@v1 → https://github.com/supabase/setup-cli) are runtime external dependencies that fetch and execute remote code during CI runs, so they meet the criteria for an external code-executing dependency.
d4ddb03
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.