leveldb-ops
Fail
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
ccl_chromium_readerpackage directly from a remote GitHub repository (https://github.com/cclgroupltd/ccl_chrome_indexeddb.git) using theuv pip installcommand. - [REMOTE_CODE_EXECUTION]: By installing unversioned code from a third-party GitHub repository, the skill introduces a risk of remote code execution if the source repository is compromised or contains malicious logic.
- [DATA_EXFILTRATION]: The skill provides instructions and scripts to access and read sensitive browser storage files located in system directories such as
%APPDATA%,~/Library/Application Support/, and~/.config/. - These files often contain session tokens, authentication cookies, cached messages, and other private user data from apps like Claude Desktop, Discord, and Slack.
- The
dump_localstorage.pyanddump_indexeddb.pyscripts extract this information and present it to the agent, which could be coerced into exfiltrating the data to an external endpoint. - [COMMAND_EXECUTION]: The skill uses shell commands to copy sensitive storage directories to temporary locations and modify file permissions (removing
LOCKfiles) to facilitate reading potentially protected data. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection. If a malicious application or website stores adversarial instructions within the Local Storage or IndexedDB of a targeted app, those instructions could be executed or obeyed by the agent when it parses and processes the storage records.
- Ingestion points:
scripts/dump_localstorage.pyandscripts/dump_indexeddb.pyread raw key-value pairs from LevelDB stores. - Capability inventory: The skill is granted
Read,Write, andBashtools. - Sanitization: The provided scripts perform no sanitization of the extracted data before outputting it to the agent's context.
Recommendations
- AI detected serious security threats
Audit Metadata