with-svelte
Warn
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: MEDIUMMETADATA_POISONINGCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [METADATA_POISONING]: The skill provides documentation for non-existent software versions and features. Multiple files (e.g.,
references/runes-reactivity.md,references/sveltekit-remote-functions.md) claim to be verified in March and April 2026. The documentation describes a 'Remote Functions' API (using.remote.tsfiles and imports from$app/server) and SvelteKit version 2.58.0, neither of which exist in the current ecosystem. This deceptive metadata could lead an agent to generate non-functional code or attempt to use non-existent tools. - [COMMAND_EXECUTION]: The
tooling.mdandSKILL.mdfiles instruct the agent to use theshelltool to executenpx @sveltejs/mcp. This involves running an external CLI package from a remote registry with high-privilege access to the environment. - [INDIRECT_PROMPT_INJECTION]: The skill creates a command injection vulnerability surface by suggesting the agent pass user-provided code directly into a shell command via
npx @sveltejs/mcp svelte-autofixer "<code_or_path>". - Ingestion points: User-supplied Svelte code and file paths (processed in
SKILL.mdandreferences/tooling.md). - Boundary markers: The skill lacks programmatic boundary markers or sanitization logic, though it includes a text-based warning for the agent to escape the
$character. - Capability inventory: The skill encourages use of the shell to run
npxand other build tools (pnpm). - Sanitization: No automated sanitization is present; the skill relies entirely on the agent's ability to safely handle shell interpolation.
- [EXTERNAL_DOWNLOADS]: The skill references and suggests the installation of numerous external packages including
bits-ui,@ark-ui/svelte,@melt-ui/svelte, and specifically the@sveltejs/mcppackage vianpx. While many belong to the well-known Svelte ecosystem, the@sveltejs/mcppackage is not a standard official tool, posing a potential supply-chain execution risk.
Audit Metadata