meta-business
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [Unverifiable Dependencies & Remote Code Execution] (HIGH): The skill installs software from untrusted remote sources and performs runtime compilation. * Evidence: The install script performs
bun install -g meta-business-cli(untrusted registry package) andgit clone https://github.com/adolago/meta-cli.git && ... && bun build --compilewhich downloads and executes source code from a personal repository not on the trusted list. - [Persistence Mechanisms] (HIGH): The skill establishes multiple persistence points on the host system. * Evidence: The
meta service installcommand creates a systemd user service for background execution. * Evidence: Themeta completioncommand encourages users to append arbitrary code execution to shell profiles (~/.bashrcand~/.zshrc), which will execute the binary on every new shell session. - [Indirect Prompt Injection] (HIGH): The skill possesses a high-severity vulnerability surface for indirect prompt injection. * Ingestion points:
meta webhook listenandmeta messenger receiveingest untrusted, attacker-controllable message content from WhatsApp, Instagram, and Messenger. * Capability inventory: The skill has extensive write capabilities including sending messages (meta wa send), publishing content (meta ig publish), and modifying system services (meta service). * Boundary markers: None present. * Sanitization: Only phone numbers are filtered (allowlist); the content of messages remains a raw injection vector for the agent. - [Data Exposure & Exfiltration] (HIGH): The skill requires handling and local storage of sensitive authentication credentials. * Evidence: Commands like
meta config set app.secretandmeta auth login --tokenhandle plaintext Meta Graph API secrets and permanent access tokens, which are stored locally in~/.meta-cli/config.json.
Recommendations
- AI detected serious security threats
Audit Metadata