Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@stonegray/plugin-detect
Advanced tools
Get information from installed VST and AU plugins
plugin-detect
scans the plugin directories on the system, and collects information about each available plugin. It supports VST, VST3, and AU, with full support for Audio Units containing multiple effects and instruments, such as WavesShell (400+ effects!), and the built-in CoreAudio effects. (eg. AUDelay, AURountripAAC)
This library provides an async function as an ES module, and only supports macOS.
Working with Ableton? Also try @stonegray/ableton-detect
Basic example:
import scanPlugins from `plugin-detect`;
console.log(await scanPlugins());
Output:
[
{
name: 'OneKnob Wetter (s)',
manufacturer: 'Waves',
version: '11.0.0',
minimumOsVersion: '10.0',
identifier: 'com.WavesAudio.WaveShell1-AU.11.0.0',
relPath: 'WaveShell1-AU 11.0.component',
absPath: '/Library/Audio/Plug-Ins/Components/WaveShell1-AU 11.0.component',
icon: '/Library/Audio/Plug-Ins/Components/WaveShell1-AU 11.0.component/Contents/Resources/WaveShell1-AU 11.0.icns',
type: 'AU',
arch: [ 'x64' ],
componentCount: 448,
description: 'Plugin_description',
system: false,
errors: [],
ok: true
},
... 772 more
]
In the unlikely event that this plugin encounters an unexpected issue while reading plugins, it will output a link which can be used to quickly report the error on the issue tracker, and automatically neccessary information.
Any errors will be thrown normally after this link is generated.
FAQs
Get information from installed VST and AU plugin
The npm package @stonegray/plugin-detect receives a total of 14 weekly downloads. As such, @stonegray/plugin-detect popularity was classified as not popular.
We found that @stonegray/plugin-detect demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.