check_package
Check if a package name is legitimate or potentially AI-hallucinated across ecosystems such as npm, PyPI, RubyGems, and others.
Instructions
Check if a package name is legitimate or potentially hallucinated (AI-invented)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ecosystem | Yes | The package ecosystem (dart=pub.dev, perl=CPAN, raku=raku.land, npm=npmjs, pypi=PyPI, rubygems=RubyGems, crates=crates.io) | |
| package_name | Yes | The package name to verify |