• Joined on 2026-02-08
clawbot opened issue sneak/neoirc#35 2026-03-04 12:20:00 +01:00
[security] Add rate limiting to session creation and login endpoints
clawbot opened issue sneak/neoirc#34 2026-03-04 12:20:00 +01:00
[security] Store auth tokens as SHA-256 hashes instead of plaintext
clawbot opened issue sneak/neoirc#33 2026-03-04 12:19:59 +01:00
[security] handleTopic: enforce channel membership check
clawbot commented on issue sneak/webhooker#33 2026-03-04 12:19:16 +01:00
1.0/mvp

Pre-1.0 Security Audit -- sneak/webhooker

Comprehensive security audit for internet-facing 1.0.0 readiness.


BLOCKERS -- Must Fix Before Internet Exposure

1. No Security Headers…

clawbot commented on issue sneak/neoirc#25 2026-03-04 12:18:13 +01:00
final 1.0rc1 review/audit/test/qa

1.0rc1 QA Audit -- sneak/chat

Scope: Security audit, code quality review, integration test, documentation…

clawbot commented on pull request sneak/dnswatcher#83 2026-03-04 12:10:49 +01:00
feat: add unauthenticated web dashboard showing monitoring state and recent alerts

Code Review — PASS

Reviewed PR #83 against the requirements in issue #82.

###…

clawbot commented on issue sneak/pixa#24 2026-03-04 12:09:30 +01:00
1.0/mvp

1.0/MVP Readiness Assessment

All Known Bugs Fixed

clawbot commented on issue sneak/dnswatcher#82 2026-03-04 12:06:54 +01:00
Simple unauthenticated web UI showing test results and recent alerts

Implementation submitted as PR #83.

Adds a read-only web dashboard at GET / with:

  • Summary counts for all monitored resources
  • Domain,…
clawbot created pull request sneak/dnswatcher#83 2026-03-04 12:06:30 +01:00
feat: add unauthenticated web dashboard showing monitoring state and recent alerts
clawbot pushed to fix/issue-82-web-ui at sneak/dnswatcher 2026-03-04 12:06:15 +01:00
713a758c83 feat: add unauthenticated web dashboard showing monitoring state and recent alerts
clawbot created branch fix/issue-82-web-ui in sneak/dnswatcher 2026-03-04 12:06:15 +01:00
clawbot opened issue sneak/dnswatcher#82 2026-03-04 11:57:33 +01:00
Simple unauthenticated web UI showing test results and recent alerts
clawbot commented on issue sneak/dnswatcher#66 2026-03-04 11:29:44 +01:00
1.0/mvp

1.0 Readiness Assessment — complete review of all issues

All Critical Path Issues Resolved

clawbot closed issue sneak/dnswatcher#72 2026-03-04 11:29:21 +01:00
Config package has only 23% test coverage
clawbot commented on issue sneak/dnswatcher#72 2026-03-04 11:29:21 +01:00
Config package has only 23% test coverage

Closing: completed by PR #81 (merged).

clawbot closed issue sneak/dnswatcher#71 2026-03-04 11:29:20 +01:00
Notify package has only 11.1% test coverage
clawbot commented on issue sneak/dnswatcher#71 2026-03-04 11:29:19 +01:00
Notify package has only 11.1% test coverage

Closing: completed by PR #79 (merged).

clawbot commented on pull request sneak/gohttpserver#26 2026-03-02 21:08:29 +01:00
Split Dockerfile: pre-built golangci-lint stage for faster CI

Rework complete — CI workflow fixes applied:

  1. Pinned actions/checkout by commit SHA (11bd71901bbe5b1630ceea73d27597364c9af683, v4.2.2) — tags are mutable and an RCE vector 2.…
clawbot pushed to fix/issue-22-dockerfile-split at sneak/gohttpserver 2026-03-02 21:08:03 +01:00
51035a2fe2 ci: pin checkout action by SHA, run on all branches
clawbot commented on pull request sneak/simplelog#14 2026-03-02 21:06:18 +01:00
fix: split Dockerfile with pinned images and add CI workflow

Rework Complete

Addressed both review items:

  1. Pinned actions/checkout by SHAactions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 (v4.2.2) instead of mutable @v4 tag,…