🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

dashclaw

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dashclaw - npm Package Compare versions

Comparing version
5.6.0
to
5.6.2
+9
-4
dashclaw.js

@@ -379,3 +379,3 @@ /**

* agent_name: string|null,
* containment?: { status: 'contained', basis: string },
* containment?: { status: 'contained', basis: string, ref: string },
* }>}

@@ -592,4 +592,7 @@ *

* @param {'promote'|'discard'} verdict
* @returns {Promise<{action: object, promotion_action_id?: string}>}
* promotion_action_id is present only when verdict is 'promote'.
* @returns {Promise<{action: object, promotion_action_id?: string, reissued?: boolean}>}
* promotion_action_id is present only when verdict is 'promote'; `action`
* is the full action row on every path. reissued=true marks a re-promote
* of an already-promoted action (grant re-stamp or fresh mint after the
* prior grant was consumed/expired).
* @throws {TypeError} if verdict is not 'promote' or 'discard' — checked

@@ -607,3 +610,5 @@ * before any HTTP request is made.

* GET /api/actions?containment_status=... — List actions by containment
* status.
* status. Rows are enriched with batched evidence state:
* `containment_has_evidence` (a patch artifact exists) and
* `containment_evidence_ref` (the ref the newest captured diff describes).
* @param {object} [opts] - { status = 'awaiting_promotion', limit? }

@@ -610,0 +615,0 @@ */

{
"name": "dashclaw",
"version": "5.6.0",
"version": "5.6.2",
"description": "Minimal governance runtime for AI agents. Intercept, govern, and verify agent actions.",

@@ -5,0 +5,0 @@ "type": "module",