Releases: derprofi1313/signal-scout
Releases · derprofi1313/signal-scout
Release list
Signal Scout v0.2.0
Signal Scout v0.2.0 brings evidence-first change monitoring directly to GitHub Actions.
GitHub Action
- Run the released Action with
uses: derprofi1313/signal-scout@v0.2.0. - Read seven fixed scan outputs and a bounded, metadata-only job summary.
- Optionally fail on detected changes only after evidence, outputs, and the summary are written.
- Keep baseline caching and evidence artifacts explicit in the caller workflow.
Distribution and trust
- Ships a committed, reproducible CommonJS bundle for the Node 24 Actions runtime.
- Uses the existing Signal Scout scan pipeline and preserves the
signal-scout/evidence@1packet schema and CLI behavior. - Requests no GitHub token and performs no GitHub API writes, commits, pull requests, cache operations, or artifact uploads.
- Does not publish an npm package, Marketplace listing, or hosted service.
For reproducible consumer workflows, pin the Action to the full commit SHA 5c2decb25d3a793795739423a7d5309dcb37f965.
Signal Scout v0.1.1
Patch release for the Markdown evidence renderer.
- Replaces custom fenced-code backtick escaping with structurally safe
indented Markdown code blocks. - Preserves visible escaping for terminal, C1, and bidirectional controls.
- Keeps raw HTML encoded in prose fields and canonicalizes link destinations.
- Verified by 117 unit/integration tests, 14 desktop/mobile browser and WCAG
gates, a full dependency audit, and a clean CodeQL run.
This is the recommended GitHub source release. It is not published to npm and
does not represent a hosted Signal Scout service.
Signal Scout v0.1.0
Signal Scout turns changes on public competitor pages into Git-reviewable JSON
and Markdown evidence without an API key or hosted dependency.
Highlights
- Guarded public-HTTP(S) capture with redirect revalidation, DNS pinning,
time/body/content limits, and exact raw-byte SHA-256 hashes. - Deterministic normalization, line diffs, classification, evidence packets,
and Markdown reports. - Local
init,scan, andreportCLI plus a transparent synthetic evidence
demo. - Strict runtime packet validation, terminal-safe Markdown rendering, and
explicit trust boundaries. - 117 unit/integration tests, 14 desktop/mobile browser and WCAG gates, full
dependency auditing, CodeQL, Dependabot, and immutable Action pins.
This is a GitHub source release. It is not published to npm and does not
represent a hosted Signal Scout service.