specora-client
v0.0.1
Published
Defensive placeholder for @specora/sdk — prevents typosquatting. Did you mean @specora/sdk?
Maintainers
Readme
specora-client — defensive placeholder for @specora/sdk
This package is a defensive placeholder. It contains no real code. It
exists to reserve the specora-client name on npm so an attacker cannot register
it and ship credential-stealing malware to anyone who fat-fingers an
npm install.
Did you mean @specora/sdk?
Almost certainly, yes.
npm uninstall specora-client
npm install @specora/sdkThe canonical Specora Platform SDK for Node.js lives at
@specora/sdk. Docs:
docs.specora.ai/sdk/node.
Why this exists
Reserving predictable typo names of a security-sensitive SDK is an established defensive pattern. See npm's threats and mitigations guide and the OWASP NPM Security Cheat Sheet.
If you require this package, it throws immediately with a message pointing
you at @specora/sdk — the throw is the protection.
License
MIT
