Project ideas from Hacker News discussions.

We got admin access to Baseten's production GitHub

📝 Discussion Summary (Click to expand)

Three Prevalent Themes

  • Compensation for vulnerability disclosure
    Many felt the swag reward was inadequate given Baseten’s $13 B valuation, while others argued swag is merely a token of appreciation, not a financial reward.

    “Absurdly bad in terms of reward. Earlier in the article, it mentions that Baseten is valued at $13B. They can't dig into their couch cushions to give a few thousand dollars to the researcher privately disclosing a bug…” – mtlynch
    “Swag packages like these are a token of appreciation not a reward.” – manquer

  • Whether companies can empathize or act as moral agents
    Commenters debated if corporations are mere legal entities lacking empathy or are ultimately run by humans who can feel responsibility.

    “Wallets usually belong to real people with lives. Companies are not people. And they also don't and can't empathize with you.” – flaunf221
    “That's nonsense. 'Companies' are not something non-human, they are run by humans, who do feel, empathize, and are living beings.” – leptons

  • Ethics and legality of autonomous hacking agents and permission
    The discussion centered on whether Strix had permission to test Baseten, where the white‑hat line lies, and legal concerns under the CFAA.

    “I wonder about two things: a) was the decision to run Strix against a prospective vendor domain negotiated in advance? b) if the answer to a) is ‘no’ then it is apparent that while Strix want to ensure their customers only run it against domains they own … they have a double standard for their own use.” – SaucyWrong
    “They didn't break in. They found a key that their neighbor dropped and returned it…. The white‑hat line stops at 'validated the key was valid'. It does not extend to 'poking around inside to extract business‑confidential customer information'.” – nrmitchi


🚀 Project Ideas

AgentGuard: Policy Engine for AI Agent Actions

Summary

  • Provides runtime policy enforcement for AI agents, ensuring least‑privilege, read‑only by default, write approval, audit diff, and network egress controls.
  • Core value proposition: lets companies run autonomous agents (coding assistants, security bots, etc.) safely without risking credential abuse or data exfiltration.

Details

Key Value
Target Audience Companies building or deploying AI agents (e.g., coding assistants, security scanning bots, automation agents)
Core Feature Policy‑as‑code engine (OPA) that intercepts agent tool calls, validates against allow‑list, requires human approval for write operations, logs an auditable diff, and restricts outbound traffic
Tech Stack Rust sidecar, Open Policy Agent (OPA), gRPC, Redis for audit logs, Docker/K8s deployment
Difficulty Medium
Monetization Revenue-ready: SaaS tiered pricing (per agent‑seat or per 1K actions)

Notes

  • HN commenters echoed the need for boundaries: taoh wrote “I’d treat a vibecoded agent like an untrusted CI job: repo‑scoped identity, read‑only by default, no inherited Actions token … Any operation that turns a read into a write should require approval outside the agent’s control …” – AgentGuard directly implements that model.
  • Addresses the discussion around Baseten token leakage by preventing agents from using leaked credentials for unauthorized writes or data exfiltration, turning a potential legal/ethical nightmare into a controllable, auditable workflow.

SecretLeak Scanner for CI/CD Artifacts

Summary

  • Automatically scans Docker images, build logs, and artifact registries for exposed secrets (tokens, keys, passwords) and provides remediation workflow.
  • Core value proposition: catches credential leaks early in the pipeline before they can be abused, reducing the window of exposure from years to minutes.

Details

Key Value
Target Audience DevSecOps teams, CI/CD engineers, security operations
Core Feature Deep layer scan of Docker images (including build history), git secret detection, alerting via Slack/email, and auto‑generation of PR/Issue to rotate or revoke leaked secrets
Tech Stack Go, Trivy/Grype libraries for scanning, GitHub Actions/GitLab CI integration, Docker SDK, PostgreSQL for findings cache
Difficulty Medium
Monetization Revenue-ready: per‑scan pricing or subscription tier based on monthly artifact volume

Notes

  • The Baseten incident highlighted a token that lived in a Docker image from March 2023 and was still valid in July 2026 (bearsyankees). A scanner like this would have flagged that token at build time.
  • HN discussion repeatedly mentioned the need to detect secrets in Docker build histories and to rotate tokens automatically; this tool satisfies those pain points and invites conversation about best‑practice secret management in modern CI/CD.

ResponsibleDisclosureHub – Bug Bounty as a Service for B2B Vendor Evaluations

Summary

  • Platform that facilitates security reviews of prospective vendors, managing permission scoping, responsible disclosure, bounty payouts, and public recognition.
  • Core value proposition: creates a trusted, low‑friction way for companies to reward researchers (or internal teams) for finding vulnerabilities during vendor evaluations, reducing the “free work” frustration.

Details

Key Value
Target Audience Procurement/security teams, startups evaluating vendors, bug‑ bounty platforms
Core Feature Permission workflow (request/approve scope), bounty handling via Stripe Connect, templates for responsible disclosure, public badge for disclosed issues, and tracking of remediation status
Tech Stack Node.js/Express backend, React frontend, PostgreSQL, Stripe Connect for payouts, Webhooks for CI/CD integration
Difficulty Low‑Medium
Monetization Revenue-ready: subscription fee + success fee on each payout (e.g., 5% of bounty)

Notes

  • HN users complained about Baseten’s “absurdly bad” reward (mtlynch) and noted that researchers deserve more than swag (r_lee, jazpush2). A platform that standardizes compensation would be welcomed.
  • The discussion also highlighted that many security reviews happen in the context of B2B sales (Aurornis, manquer). ResponsibleDisclosureHub streamlines that process, giving commenters a concrete tool to turn good‑faith findings into proper rewards and avoid the perception of “free work”.

Read Later