CtrlK
BlogDocsLog inGet started
Tessl Logo

ii-app

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

Quality

68%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

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.md
SKILL.md
Quality
Evals
Security

Security

2 findings: 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions.

What this means

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.

Why it was flagged

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).

Report incorrect finding
Medium

W009: Direct money access capability detected (payment gateways, crypto, banking).

What this means

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.

Why it was flagged

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.

Repository
Intelligent-Internet/ii-agent
Audited
Security analysis
Snyk

Is this your skill?

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.