create-anyone
Warn
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DATA_EXFILTRATION]: Accesses highly sensitive communication data, specifically iMessage databases located at
~/Library/Messages/chat.dband WeChat databases. This constitutes significant data exposure of private message history. - [EXTERNAL_DOWNLOADS]: The skill uses
npxto execute theopenpersonapackage, which involves downloading and executing external code from the npm registry at runtime. - [COMMAND_EXECUTION]: Utilizes the
Bashtool to execute external CLI commands (npx openpersona) and multiple local utility scripts (preprocess.py,skill_writer.py,version_manager.py) to manage persona data and snapshots. - [PROMPT_INJECTION]: Ingests large amounts of untrusted external data from chat exports (WhatsApp, Telegram, Slack, etc.) and web searches, creating a surface for indirect prompt injection.
- [PROMPT_INJECTION]: Evidence for Category 8 (Indirect Prompt Injection):
- Ingestion points: Reads files via
Readtool andpreprocess.py, and gathers content viaWebSearch(SKILL.md). - Boundary markers: Instructions mention redacting PII and using 'Inspired-by mode,' but do not include strict prompt delimiters for all ingested content.
- Capability inventory: Possesses
Bash,Write,Edit, andWebSearchcapabilities across its scripts and instruction files. - Sanitization:
preprocess.pyperforms basic regex-based HTML tag removal on generic file loads.
Audit Metadata