rp-execute-import
Warn
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill is instructed to run
nodeon generated JavaScript artifacts located in themigrations/<project>/src/directory. Executing code generated or stored within the project workspace is a dynamic execution pattern that requires verifying the integrity of the source scripts. - [CREDENTIALS_UNSAFE]: The workflow involves managing sensitive credentials, including
WIX_AUTH_TOKENandWP_APPLICATION_PASSWORD, which are stored in.envfiles. Although the skill includes explicit instructions to mask these secrets and avoid whole-file reads, the reliance on plain-text configuration for API tokens is a significant security consideration. - [EXTERNAL_DOWNLOADS]: To support media migration from local environments, the skill recommends the installation of
ngrokviabrew, which introduces a dependency on an external tunneling service. - [PROMPT_INJECTION]: The skill ingests untrusted project data from files like
import-plan.mdandsetup-verification.mdto inform its migration logic. This creates a surface for indirect prompt injection if the project files contain malicious instructions. - Ingestion points: Processes content from
migrations/<project>/import-plan.mdandsetup-verification.md. - Boundary markers: No specific delimiters or safety instructions are defined to separate ingested data from agent commands.
- Capability inventory: Includes shell command execution (
node), file system modifications, and network access towww.wixapis.com. - Sanitization: No explicit sanitization or validation of the content within the ingested project files is mentioned.
Audit Metadata