leveldb-ops
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
ccl_chrome_indexeddbpackage directly from a public GitHub repository. This is a well-known open-source tool used for browser forensics and is considered a safe dependency for this use case. - [COMMAND_EXECUTION]: The skill provides instructions for the agent to use shell commands (
cp,rm,uv) to prepare data for analysis. These commands are used to copy application data to a temporary location and manage virtual environments, which is standard procedure for inspecting data on disk. - [DATA_EXPOSURE]: The skill is designed to read sensitive browser and application data (Local Storage and IndexedDB). While this represents data exposure, it is the primary and explicit purpose of the skill (a forensic/debugging tool). The skill includes safety protocols, such as working on copies of the data, to prevent corruption of live application state.
Audit Metadata