This release tightens service detection so results better reflect what your project actually uses.
Fixes
Service detection no longer scans vendored agent-tooling directories that may contain example skills or scripts referencing third-party services. This helps prevent false positives when those references are not part of your app.
For example, some bundled skill code can reference Anthropic even in projects that do not use it. With this change, those directories are skipped, aligning them with other third-party code that is already excluded from detection.