react-19-plugin-migration
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple shell commands to detect project context and inspect files, including using
jqto parse JSON andgrepto scan for compatibility issues in source code. - [EXTERNAL_DOWNLOADS]: Fetches and runs official Grafana utilities (
@grafana/create-plugin,@grafana/react-detect) from the npm registry usingnpxto automate migration tasks. - [REMOTE_CODE_EXECUTION]: Uses
npxto download and execute code from the remote registry at runtime. These tools are provided by the official vendor and are essential for the migration workflow. - [COMMAND_EXECUTION]: Orchestrates migration steps through package manager commands (
npm,yarn) to install dependencies, update project structure, and execute build and test suites. - [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it reads and processes external source code and configuration data.
- Ingestion points: Reads files in
src/,package.json, andplugin.json(Step 1, Step 2, Step 8). - Boundary markers: Absent; the instructions do not use delimiters or provide safety warnings when the agent processes file content.
- Capability inventory: Full shell access for dependency management, build processes, and git state manipulation.
- Sanitization: No validation or filtering is performed on the ingested code before it is passed to subsequent tools or commands.
Audit Metadata