FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

SocketDev/socket-vscode: Editor integration with Socket Security · GitHub

Latest commit

 

History

215 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


Socket Security Visual Studio Code Extension

This extension provides automatic reporting of security concerns from Socket Security. The features of this extension aim to provide guidance through all stages of development.

Install

Install from the Visual Studio Marketplace, or from the command line:

code --install-extension SocketSecurity.vscode-socket-security

Usage

The extension works ahead of package installation:

  • Package imports in JavaScript and Python are detected and given summary scores to show concerns with configurable overlays. These overlays will persist even after package installation.
  • Socket detects multiple alternate forms of package imports, including dynamic import() or require in JavaScript or importlib.import_module in Python.
  • The extension automatically registers the Socket MCP server at https://mcp.socket.dev to allow usage of the public MCP server.

If you are in charge of a team you may wish to set this up as a recommended extension or configure other organization-level settings. Please refer to our docs.

Development

pnpm install
pnpm watch

Press F5 in VS Code to launch an Extension Development Host against the watch build. pnpm build produces the production bundle, and pnpm run package-for-vscode packs the installable .vsix.

License

MIT

About

Editor integration with Socket Security

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

28 stars

Watchers

15 watching

Forks

Releases

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL