
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@verifiedstate/google-adk
Advanced tools
VerifiedState integration for Google ADK — cryptographic receipts for every agent assertion
Google ADK Is New. The Memory Problem Isn't.
VerifiedState integration for Google ADK. Adds cryptographic verification receipts to every assertion your Google ADK agent makes.
npm install @verifiedstate/google-adk
import { VerifiedStateGoogleAdk } from '@verifiedstate/google-adk';
const memory = new VerifiedStateGoogleAdk({
apiKey: 'vs_live_...',
namespaceId: 'your-namespace-uuid',
});
// Store and verify a fact from your Google ADK agent
const { artifact, assertions, receipts } = await memory.storeAndVerify(
'Customer prefers dark mode and uses PostgreSQL'
);
console.log(receipts[0].status); // "verified"
console.log(receipts[0].final_confidence); // 0.94
// Query verified memory
const results = await memory.query('What database does the customer use?');
console.log(results.answerable); // true
console.log(results.channels_used); // ["sparse", "dense"]
Every fact your Google ADK agent stores should come with proof — a signed receipt showing what the claim is, what evidence supports it, and whether it's been challenged or superseded.
Without verification receipts, you have the agent's output. You don't have the reasoning.
store(content, sourceId?)Store content from your Google ADK agent.
extract(artifactId)Extract structured assertions.
verify(assertionId)Verify an assertion, produce a signed receipt.
storeAndVerify(content, sourceId?)All-in-one: store, extract, verify.
query(queryText, limit?)Six-channel retrieval with abstention.
health()Namespace health metrics.
MIT
FAQs
VerifiedState integration for Google ADK — cryptographic receipts for every agent assertion
The npm package @verifiedstate/google-adk receives a total of 8 weekly downloads. As such, @verifiedstate/google-adk popularity was classified as not popular.
We found that @verifiedstate/google-adk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.