base44-cli
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [Remote Code Execution] (LOW): The skill documentation directs the AI agent to execute the
base44CLI usingnpxand install the@base44/sdkpackage. These operations download and execute code from the NPM registry. While standard for the tool's functionality, the package source is not on the pre-approved trusted organizations list. Evidence: references/create.md, references/functions-create.md. - [Prompt Injection] (LOW): The skill enables the management of AI agent configurations, including free-text behavioral instructions, through local files (
base44/agents/*.jsonc). This creates an attack surface for Indirect Prompt Injection where malicious content in these files could override agent behavior. 1. Ingestion points:base44/agents/directory (references/agents-push.md). 2. Boundary markers: No explicit sanitization or delimiters for theinstructionsfield are mentioned. 3. Capability inventory: Thepushanddeploycommands synchronize these instructions to production AI agents (references/deploy.md). 4. Sanitization: Not specified in the reference documentation. - [Command Execution] (LOW): The documentation describes several powerful CLI commands including
deploy,eject, andfunctions deploy. These commands can modify cloud resources, download project code, and execute build scripts locally. Evidence: references/deploy.md, references/eject.md.
Audit Metadata