{"library":"snyk-cpp-plugin","title":"Snyk C/C++ CLI Plugin","type":"library","description":"A library used by the Snyk CLI to scan C/C++ projects for known vulnerabilities and open-source license issues. It supports scanning of dependencies in C/C++ projects, including those managed by common build systems. Current stable version is 2.24.3 (February 2026). Regular releases occur monthly with bug fixes and dependency updates. Key differentiators: integrates directly with Snyk CLI, handles large directories, supports purl, and separates vulnerability and license issues.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install snyk-cpp-plugin"],"cli":null},"imports":["import { CppPlugin } from 'snyk-cpp-plugin'","import { scan } from 'snyk-cpp-plugin'","import { display } from 'snyk-cpp-plugin'"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://snyk.io","github":"https://github.com/snyk/snyk-cpp-plugin","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/snyk-cpp-plugin","openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import { CppPlugin, scan } from 'snyk-cpp-plugin';\n\nconst plugin = new CppPlugin();\nconst results = await scan({\n  path: '/path/to/project',\n  options: { dev: false }\n});\nconsole.log(JSON.stringify(results, null, 2));","lang":"typescript","description":"Scans a C/C++ project directory for vulnerabilities and licenses using the Snyk C/C++ plugin.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}