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.
67
80%
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 includes an example CLI that takes a raw Stripe secret as a command-line argument (`--stripe-secret-key <sk_...>`), which would require the LLM to include secret values verbatim in generated commands (exfiltration risk), even though the CLI claims it won't print the webhook secret after writing it to .env.
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 includes a Stripe-specific command ("ii-app stripe register-webhook") and flags that accept a Stripe secret key (--stripe-secret-key <sk_...>) and endpoint URL. This is an explicit payment-gateway integration (Stripe) rather than a generic API caller, so it qualifies as direct financial execution capability per the rules.
28563d6
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.