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.

67

Quality

80%

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

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

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.