
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@inferable/chat
Advanced tools
A React-based chat interface for Inferable, available both as a CLI tool and a React component.
npm install -g @inferable/chat
This will make the inf-chat command available globally.
inf-chat \
--api-secret your_api_secret \
--cluster-id your_cluster_id \
[--agent-id your_agent_id] \
[--run-id existing_run_id]
All flags can also be set via environment variables:
INFERABLE_API_SECRETINFERABLE_CLUSTER_IDINFERABLE_AGENT_IDFlags take precedence over environment variables.
npx @inferable/chat --api-secret your_api_secret --cluster-id your_cluster_id
npm install @inferable/chat
import { ChatInterface } from '@inferable/chat';
function MyApp() {
return (
<ChatInterface
apiSecret="your-api-secret"
clusterId="your-cluster-id"
runId="optional-run-id"
agentId="optional-agent-id"
/>
);
}
npm run dev
FAQs
Chat CLI for inferable.ai
The npm package @inferable/chat receives a total of 0 weekly downloads. As such, @inferable/chat popularity was classified as not popular.
We found that @inferable/chat demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.