Is "Turbo Rust Println" on VS Code Marketplace Safe to Install?
## Main Functionality --- This extension make debugging much easier by automating the operation of writing meaningful log message. Inspired from : https://github.com/Chakroun-Anas/turbo-console-log ## Features --- I) Insert meaningful log message automatically Two steps: - Selecting the variable which is the subject of the debugging - Pressing ctrl + alt + L The log message will be inserted in the next line relative to the selected variable like this: fmt.Println("SelectedVariableEnclosingClassName -> SelectedVariableEnclosingFunctionName -> SelectedVariable", SelectedVariable)  Multiple cursor supported. Properties: It still uses turboConsoleLog for settings will be replaced in future. - turboConsoleLog.wrapLogMessage (boolean): Whether to wrap the log message or not. - turboConsoleLog.logMessagePrefix (string): The prefix of the log message (default one is ๐ ). - turboConsoleLog.addSemicolonInTheEnd (boolean): Whether to put a semicolon in the end of the log message or not. - turboConsoleLog.insertEnclosingClass (boolean): Whether to insert or not the enclosing class of the selected variable in the log message. - turboConsoleLog.insertEnclosingFunction (boolean): Whether to insert or not the enclosing function of the selected variable in the log message. - turboConsoleLog.delemiterInsideMessage (string): The delimiter that will separate the different log message elements (file name, line number, class, function and variable) - turboConsoleLog.includeFileNameAndLineNum (boolean): Whether to include the file name and the line number of the log message. - turboConsoleLog.quote (enum): Double quotes (""), single quotes ('') or backtick(``). ## Participate --- You're more than welcome to participate in the development of the extension by creating pull requests and submitting issues, link of the project in github: https://github.com/sachinsmc/turbo-rust-println ## License MIT --- Credit : https://github.com/Chakroun-Anas --- **Enjoy!**
Risk Assessment
Analyzed37 security findings detected across all analyzers
VS Code extension analyzed via package manifest and static code analysis
Severity Breakdown
Finding Categories
YARA Rules Matched
2 rules(4 hits)About This Extension
Detailed Findings
4 totalYARA Rule Matches
2 rulesIndicators of Compromise
Network indicators, suspicious strings, and potential IoCs extracted during analysis
All Indicators ยท 31
detected IP: :: XIOC detected IP: ::
extracted_from_files
detected Domain: locelement.js.map XIOC detected Domain: locelement.js.map
extracted_from_files
detected URL: https://github.com/sachinsmc/turbo-rust-println.git XIOC detected URL: https://github.com/sachinsmc/turbo-rust-println.git
extracted_from_files
detected URL: https://github.com/sachinsmc/turbo-rust-println/issues XIOC detected URL: https://github.com/sachinsmc/turbo-rust-println/issues
extracted_from_files
detected URL: https://github.com/sachinsmc/turbo-rust-println#readme XIOC detected URL: https://github.com/sachinsmc/turbo-rust-println#readme
extracted_from_files
detected URL: https://github.com/Chakroun-Anas/turbo-console-log XIOC detected URL: https://github.com/Chakroun-Anas/turbo-console-log
extracted_from_files
detected URL: https://github.com/sachinsmc/turbo-rust-println/raw/HEAD/images/usage.gif XIOC detected URL: https://github.com/sachinsmc/turbo-rust-println/raw/HEAD/images/usage.gif
extracted_from_files
detected URL: https://github.com/sachinsmc/turbo-rust-println XIOC detected URL: https://github.com/sachinsmc/turbo-rust-println
extracted_from_files
detected URL: https://github.com/Chakroun-Anas XIOC detected URL: https://github.com/Chakroun-Anas
extracted_from_files
detected Domain: gmail.com XIOC detected Domain: gmail.com
extracted_from_files
detected URL: http://schemas.microsoft.com/developer/vsx-schema/2011 XIOC detected URL: http://schemas.microsoft.com/developer/vsx-schema/2011
extracted_from_files
detected Domain: schemas.microsoft.com XIOC detected Domain: schemas.microsoft.com
extracted_from_files
detected Domain: microsoft.visualstudio.services.links.support XIOC detected Domain: microsoft.visualstudio.services.links.support
extracted_from_files
detected Domain: readme.md XIOC detected Domain: readme.md
extracted_from_files
detected Domain: changelog.md XIOC detected Domain: changelog.md
extracted_from_files
detected URL: http://schemas.openxmlformats.org/package/2006/content-types XIOC detected URL: http://schemas.openxmlformats.org/package/2006/content-types
extracted_from_files
detected URL: http://keepachangelog.com/) XIOC detected URL: http://keepachangelog.com/)
extracted_from_files
detected Domain: message.js.map XIOC detected Domain: message.js.map
extracted_from_files
detected Domain: object.prototype.hasownproperty.call XIOC detected Domain: object.prototype.hasownproperty.call
extracted_from_files
detected Domain: generator.next XIOC detected Domain: generator.next
extracted_from_files
detected Domain: extension.js.map XIOC detected Domain: extension.js.map
extracted_from_files
detected Domain: linecodeclassprocessing.js.map XIOC detected Domain: linecodeclassprocessing.js.map
extracted_from_files
detected Domain: linecodefunctionprocessing.js.map XIOC detected Domain: linecodefunctionprocessing.js.map
extracted_from_files
detected Domain: schemas.openxmlformats.org XIOC detected Domain: schemas.openxmlformats.org
extracted_from_files
detected Domain: keepachangelog.com XIOC detected Domain: keepachangelog.com
extracted_from_files
detected Domain: github.com XIOC detected Domain: github.com
extracted_from_files
detected Domain: index.js.map XIOC detected Domain: index.js.map
extracted_from_files
detected Domain: blocktype.js.map XIOC detected Domain: blocktype.js.map
extracted_from_files
detected Domain: extensionproperties.js.map XIOC detected Domain: extensionproperties.js.map
extracted_from_files
detected URL: http://schemas.microsoft.com/developer/vsx-schema-design/2011 XIOC detected URL: http://schemas.microsoft.com/developer/vsx-schema-design/2011
extracted_from_files
Security Analysis Summary
Security Analysis Overview
Turbo Rust Println is a Visual Studio Code Marketplace extension published by sachinsmc. Version 2.3.2 has been analyzed by the Risky Plugins security platform, receiving a risk score of 38.31/100 (LOW risk) based on 37 security findings.
Risk Assessment
This extension presents low security risk. Some minor findings were detected, but nothing that would prevent typical usage. Reviewing the detailed findings below is recommended before use in sensitive environments.
Findings Breakdown
- High: 4 finding(s)
- Medium: 33 finding(s)
What Was Analyzed
The security assessment covers multiple analysis categories:
- Malware Detection: YARA rule matching against 2,400+ malware signatures
- Secret Detection: Scanning for exposed API keys, tokens, and credentials
- Static Analysis: Code-level security analysis for common vulnerability patterns
- Network Analysis: Detection of suspicious network communications and endpoints
- Obfuscation Detection: Identification of code obfuscation techniques
Developer Information
Turbo Rust Println is published by sachinsmc on the Visual Studio Code Marketplace marketplace. The extension has approximately 256 users.
Recommendation
Exercise caution with this extension. Review the detailed findings and ensure the requested permissions align with the extension's stated functionality before installation.
Source Code Not Available
Source code is not available for this version of the extension.
Frequently Asked Questions
Similar Extensions
Related extensions from the same publisher or marketplace