Skip to content
View derprofi1313's full-sized avatar

Block or report derprofi1313

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
derprofi1313/README.md

Jannik Agethen builds evidence-first developer tools that turn change into reviewable signal.

Signal Scout release v0.2.0 Signal Scout CI status Signal Scout CodeQL status

πŸš€ About me

I build evidence-first developer tools and practical AI systems. My current open-source focus is Signal Scout: a Git-native way to turn public-page changes into reviewable evidence.

  • I prefer a working vertical slice over a disconnected demo.
  • I keep network and repository side effects explicit.
  • I ship small releases with tests, reproducible artifacts, and honest limits.

Evidence before claims. Review before side effects.

πŸ›°οΈ Featured signal β€” Signal Scout

Signal Scout captures a baseline, detects an exact change, and preserves the result as a deterministic signal-scout/evidence@1 packet. The same scanner runs locally or as a first-party Node 24 GitHub Action:

- uses: derprofi1313/signal-scout@v0.2.0
  with:
    config: signal-scout.config.json
  • Exact before/after evidence with hashes and bounded metadata
  • Caller-owned cache, artifacts, notifications, commits, and pull requests
  • Reproducible Action bundle, CI, CodeQL, and desktop/mobile verification

Action guide Β· v0.2.0 release Β· Evidence schema

Proof project β€” Cash-Claw

Cash-Claw is a public MIT-licensed autonomous-agent project built on OpenClaw. At inspection time on 2026-07-31, the repository showed 5 GitHub stars. I treat it as proof of architecture and implementation surface, not a revenue claim.

  • Local-first gateway with REST, WebSocket, and dashboard surfaces
  • Operator setup for LLM providers, chat channels, Stripe, limits, and sandboxing
  • Security docs covering loopback binding, auth tokens, redaction, and Docker isolation

Repository Β· Security policy Β· MIT license

More verified work

  • RepoPilot-OSS β€” a TypeScript repository-analysis CLI with provider credential redaction, a real ESLint gate, Node 22/24 CI, and 253 passing tests.
  • Hermes Trading Sandbox β€” a Python paper-trading service with fail-closed LAN admin controls, pinned CI, and an honestly reported suite of 97 passing and 16 skipped tests.
  • OBLITERATUS GLM-5.2 β€” a clearly attributed maintained derivative of elder-plinius/OBLITERATUS, with corrected CLI documentation and a CPU-safe CI gate.
  • macOS Malware Incident Evidence β€” an inert incident-response evidence set with a cryptographic manifest, non-executing integrity CI, publication limits, and safe-handling guidance.
  • Roblox Luau Service Examples β€” server-authoritative gameplay modules with finite-value and target validation, exact-once async signal semantics, compile checks, and regression tests.
  • Desktop AI Agent 2 β€” a host-integrated React source snapshot with deterministic model-action validation, explicit side-effect confirmations, and a restrictive embedded browser policy.

Contribution and contact

🧰 Working stack

TypeScript Node.js Next.js React Python Luau GitHub Actions Vitest Playwright pnpm

πŸ“Š Public GitHub snapshot

Visual companion to the current public GitHub snapshot written below.

Generated weekly from the public GitHub GraphQL API by a tested, repository-owned renderer β€” no profile-view counter and no third-party stats card.

Current public snapshot: 9 owned non-fork repositories Β· 6 stars Β· 69 contributions in the rolling 12 months. Generated 2026-07-31 from public GitHub data.

β–° Contribution signal

Visual contribution activity chart; the current rolling total is stated in text above.

The desktop view shows individual days; the mobile view groups the same public activity by month for legibility. GitHub's native activity timeline remains available below this README.

🧭 How I build

  • Source it: preserve the input and distinguish verified facts from open work.
  • Bound it: make permissions, network calls, and write operations visible.
  • Prove it: test the real path and publish artifacts others can inspect.

capture β†’ hash β†’ diff β†’ review

Pinned Loading

  1. signal-scout signal-scout Public

    Git-native evidence CI for competitive changes β€” exact diffs, hashes, and reviewable reports.

    TypeScript