Signal Tags (OSS)
Signal Tags are an open schema and protocol story for verifiable physical product identity. Published packages use the@signal-tags scope on npm (see tagd.sh).
@signal-tags/sdk
@signal-tags/schema
For schema-only use (JSON Schema draft-07 artifacts and TypeScript types without the full SDK surface):
node_modules/@signal-tags/schema/schemas/ (or copy schemas into your repo) and validate incoming verification payloads.
Other published modules
@signal-tags/verify— verification client for calling verify endpoints consistently@signal-tags/generate— tag ID generation utilities
Verification client
Call your verification HTTP API (hosted at verify.betterdata.co or self-managed). Validate responses with@signal-tags/schema (or types from @signal-tags/sdk) where applicable.
Loop Engine integration
Verification outcomes should feed the Loop Engine — for example opening a quarantine loop onrecalled or investigation on tampered.
→ Signal Tags (platform)→ Signal Tags integration
→ tagd.sh