lovstudio-install-tanstack-query
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard discovery commands (
pwd,find,rg) to inspect the project structure and existing request patterns before making changes. - [EXTERNAL_DOWNLOADS]: The skill automates the installation of legitimate library packages (
@tanstack/react-query,@tanstack/react-query-persist-client, etc.) using the project's detected package manager (npm, pnpm, yarn, or bun). This is standard behavior for a development-focused skill. - [COMMAND_EXECUTION]: Provides instructions to run project-defined type-checking scripts (e.g.,
tsc,npm run typecheck) to verify the refactoring work, which is a best practice for coding agents. - [SAFE]: The skill specifically instructs the agent to honor local project constraints (e.g.,
AGENTS.md) and avoid running heavy builds or commands if forbidden by the project's own rules.
Audit Metadata