nowfound

Growth · May 26, 2026

Preservers

Attackers map you. We make you invisible. Stop the transfer.

What it does

Most firms don't know what attackers already know about them. Preservers is an autonomous defense platform built across three layers. Preserve Integrity maps your entire digital footprint and seals every gap. Preserve Edge makes your infrastructure invisible to attackers and blocks every scan autonomously. Preserve Fraud intercepts wire fraud and CEO impersonation before funds move. One platform. Zero manual intervention.

Does the same job

all alternatives →
  • Prized17d ago · prized.dev · ▲158

    Let non-engineers build secure internal tools

  • KE
    Keeper – embedded secret store for Go (help me break it)Apr 2026 · github.com · ▲64

    Keeper is an embeddable secret store (Argon2id, XChaCha20-Poly1305 by default). Four security levels, audit chains, crash-safe rotation. Vault is overkill for most use cases. This is for when you ge paranoid about env and need encrypted local storage that doesn't suck. No security through obscurity, hence, It's still early, so now's the best time to find weird edge cases, race conditions, memory leaks, crypto misuse, anything that breaks. The README has a full security model breakdown if you want to get adversarial.

  • Safeguard2020 · ▲147

    Blockchain-based, decentralised password manager

  • AC
    A context-aware permission guard for Claude CodeMar 2026 · github.com · ▲127

    We needed something like --dangerously-skip-permissions that doesn’t nuke your untracked files, exfiltrate your keys, or install malware. Claude Code's permission system is allow-or-deny per tool, but that doesn’t really scale. Deleting some files is fine sometimes. And git checkout is sometimes not fine. Even when you curate permissions, 200 IQ Opus can find a way around it. Maintaining a deny list is a fool's errand. nah is a PreToolUse hook that classifies every tool call by what it actually does, using a deterministic classifier that runs in milliseconds. It maps commands to action types…

  • Zombie DeleteApr 2026 · zombiedelete.com · ▲89

    Docusign for provable deletion - anywhere, everywhere.

  • AA
    Armour – A secure stdio MCP proxy, written in GoJan 2026 · github.com · ▲23

    At my last company, we connected Claude Code and Cursor to almost all our internal services via MCP. It made the team incredibly fast, but we hit a wall: permissions. If you give an agent "Read Only" access, it can’t actually fix anything. If you give it "Write" access, it’s only a matter of time before a hallucination or a bad prompt results in a deleted database or a nuked production bucket. We had a few "close calls" that convinced us that simply reducing IAM permissions makes agents useless. I built Armour (https://github.com/fuushyn/armour) to solve this. It’s a…

More growth this month

the category →
  • Browzer426

    Put your technical content on autopilot

    Growth · 14d ago · trybrowzer.com

  • ​​A pixel-art solar system at its real current positions.​

    Growth · 29d ago · astrapixels.com

Launched alongside, May 2026

the whole month →
  • Brew 905

    Like Claude design for email marketing

    AI · May 2026 · brew.new

  • Parallel agents, diff reviewer, and multi-model comparisons

    Dev tools · May 2026 · kilo.ai

  • StoreClaw805

    Grow your store profits with agents that know how to sell

    AI · May 2026 · storeclaw.ai

  • Give your agent a real number and voice to make calls.

    AI · May 2026 · pollyreach.ai

  • NW

    Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…

    Life & fun · May 2026 · github.com

  • FM

    Dev tools · May 2026 · github.com