Back to skill
v1.0.0

Ionic App Development

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 8:13 AM.

Analysis

This is a documentation-only Ionic development guide; the only noteworthy item is a disclosed, user-directed global Ionic CLI install prerequisite.

GuidanceThis skill appears safe to use as a documentation/reference guide. Before following setup commands, confirm you want the Ionic CLI installed globally and that the package source is trusted.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Agentic Supply Chain Vulnerabilities
SeverityLowConfidenceHighStatusNote
SKILL.md
Ionic CLI installed globally (`npm install -g @ionic/cli`).

The skill documents a global npm package install as a prerequisite. This is disclosed and purpose-aligned for Ionic development, but global package installs trust the npm package supply chain.

User impactIf you follow the setup guidance, you may install the Ionic CLI globally on your machine.
RecommendationInstall the official @ionic/cli only if needed, consider pinning a version or using a project-local install, and avoid running package install commands from untrusted projects without review.