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 lacking installs on the marketplace, suggesting concerns about the extension's reputation and the publisher's reliability.
AI-powered analysis of the extension's source code for security insights and risk assessment.
The Trackify extension is designed to monitor and log code changes within a Visual Studio Code workspace. It tracks file edits, window focus changes, file renames, and saves, storing these events in a .trackify.jsonl file for later review.
this.outputChannel = L.window.createOutputChannel("Trackify", "log");
.trackify.jsonl) within the workspace.
this.fileWatcher = l.workspace.createFileSystemWatcher(new l.RelativePattern(e, ".trackify.jsonl"));
await y.promises.appendFile(this.trackifyFile, t, "utf8");
this.flushTimer = setInterval(() => { ... }, this.FLUSH_INTERVAL);
fs module to append data to the .trackify.jsonl file..trackify.jsonl file.The Trackify extension appears to be a legitimate tool for tracking code changes within a VSCode workspace. It does not exhibit any signs of malicious behavior, such as unauthorized network communications, data exfiltration, or hidden backdoors.
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.