flomo-web-crud
Fail
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: HIGHPROMPT_INJECTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The
README.mdcontains a 'One-click installation' section with an instruction block designed to override the agent's standard behavior. It directs the agent to download and install software from an external GitHub repository, modify its own configurations, and perform validation steps without manual user intervention. - [EXTERNAL_DOWNLOADS]: The skill documentation refers to and requires dependencies from unverified third-party sources, specifically the
hangwin/mcp-chromeGitHub repository and themcp-chrome-bridgeandmcp-chrome-stdiopackages. - [REMOTE_CODE_EXECUTION]: The recommended setup uses
npx -yto download and execute packages from the NPM registry at runtime. This allows for the execution of remote code that is not pinned to a specific version or verified for safety. - [COMMAND_EXECUTION]: The skill relies on the
chrome_javascripttool to execute arbitrary JavaScript within the user's active browser session onv.flomoapp.com. It explicitly uses this capability to access internal application objects, such as.__vue__instances andProseMirroreditor commands, which can bypass standard UI constraints. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection by reading and processing user-generated memos from the flomo web interface.
- Ingestion points:
references/workflows.mddescribes reading visible memo content and snippets viachrome_get_web_contentandchrome_read_page. - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are used when the agent processes retrieved memo text.
- Capability inventory: The skill utilizes
chrome_javascript,chrome_click_element, andchrome_fill_or_select, providing a powerful execution environment for any instructions parsed from the data. - Sanitization: There is no evidence of sanitization or filtering of the content retrieved from the web page before it is processed by the agent.
Recommendations
- AI detected serious security threats
Audit Metadata