Use this skill when you need to initialize or restart local web and mobile app projects through the bundled Rust `ii-app` CLI instead of calling MCP tools.
60
68%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./src/ii_agent/settings/skills/builtin/ii-app/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.
The skill's documented CLI requires supplying a Stripe secret via the --stripe-secret-key argument (SKILL.md:46), which would force the agent to include the secret verbatim in generated commands/outputs, creating an exfiltration risk despite the note that the CLI writes the webhook secret to .env (SKILL.md:15,63).
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
The skill exposes a Stripe-specific command ("stripe register-webhook") that creates a Stripe webhook endpoint and accepts a Stripe secret key (--stripe-secret-key <sk_...>), writing STRIPE_WEBHOOK_SECRET into project .env. This is an explicit integration with a payment gateway API (Stripe), so it qualifies as direct financial execution capability.
0e57985
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.