Unverified Publisher
Flags items published by entities that haven’t gone through the publisher verification process of the marketplace. Lack of verification may indicate higher risk, as the publisher’s identity and trustworthiness are unconfirmed.
Flags items published by entities that haven’t gone through the publisher verification process of the marketplace. Lack of verification may indicate higher risk, as the publisher’s identity and trustworthiness are unconfirmed.
Flags items that are brand new on the marketplace, suggesting concerns about the extension's reputation and the publisher's reliability.
Flags publishers lacking installs on the marketplace, suggesting concerns about the publisher's reliability.
AI-powered analysis of the extension's source code for security insights and risk assessment.
This Chrome extension is a focus music player that provides lo-fi, classical, jazz, ambient, and binaural beats for continuous play with smooth transitions. It manages installation events, opens a welcome page, and handles audio playback via an offscreen document.
Installation Handling
https://albinaparker.com/focus-music/welcome/).https://albinaparker.com/focus-music/uninstall/) to be opened when the extension is removed.Offscreen Audio Playback
offscreen API to create an offscreen document (offscreen.html) for audio playback with crossfade transitions.Storage
chrome.storage.local to store flags and installation metadata.No File System, Shell, or Privilege Operations
Network Activity
chrome.runtime.setUninstallURL(UNINSTALL_URL);
chrome.tabs.create({ url: WELCOME_URL });
These lines open external URLs on install/uninstall, which is a common and generally benign pattern for onboarding and feedback.
API calls detected through static analysis of the source code. For more accurate insights, explore our sandbox dynamic analysis.
Any encoded/decoded secrets we managed to find in the source code, git repository, or related files
Known vulnerabilities and security issues detected in the extension's dependencies and code.
Any identifiers we detected that may indicate external communication from the item's code
Dependencies and third-party libraries used by the extension, including version information and license details.