Project ideas from Hacker News discussions.

Project Glasswing: An Initial Update

📝 Discussion Summary (Click to expand)

1. Marketing hype / skepticism

"So yeah, huge marketing as always." — bobbycastorama

2. Independent verification of a step‑change

"1,752 of those high‑ or critical‑rated vulnerabilities have now been carefully assessed by one of six independent security research firms... 90.6% (1,587) have proved to be valid true positives, and 62.4% (1,094) were confirmed as either high‑ or critical‑severity." — Smaug123

3. High cost and restricted access

"Claude Mythos Preview will be available to participants at $25/$125 per million input/output tokens." — gpugreg 4. Real‑world exploit verification
"In the article they describe how all the vulns are actually exploitable end‑to‑end and >1,000 have been independently verified as critical." — solenoid0937


🚀 Project Ideas

Mythos Lite Scanning API

Summary

  • Provide affordable, on‑demand vulnerability scanning for developers using a pay‑per‑scan API.
  • Solve the cost barrier that prevents small teams and open‑source maintainers from accessing Mythos‑level capabilities.

Details

Key Value
Target Audience Developers, security engineers, open‑source maintainers
Core Feature On‑demand Mythos‑style scanning with automatic CVE mapping and token budgeting
Tech Stack FastAPI backend, Docker, AWS Bedrock Claude (or open‑source LLM), Redis for queuing, REST API
Difficulty Medium
Monetization Revenue-ready: Pay-per-scan $0.02 per 1k tokens

Notes

  • Commenters like sandeepkd call such tools “essential” and would love a cheap access point.
  • Easy integration with CI pipelines creates immediate utility and discussion on HN.

VulnVerify GitHub Action#Summary

  • Automatic security vulnerability detection integrated into GitHub Actions, providing reproducible exploit generation and verification.
  • Reduce false positives and manual triage.

Details

Key Value
Target Audience DevOps engineers, CI/CD maintainers, security-focused developers
Core Feature One‑click action that runs AI harness, validates findings against CVE database, and opens PR with fix suggestions
Tech Stack Node.js, GitHub Actions, Python LLM harness, SQLite CVE DB, Docker
Difficulty Low
Monetization Hobby

Notes

  • Quote from sandeepkd: “essential to all of us” – HN would adopt it widely.
  • Generates actionable data for discussion and practical security improvements.

ExploitMarketplace Platform

Summary

  • Curated marketplace where security researchers can buy or rent verified exploit proof‑of‑concepts and corresponding patches, ensuring responsible disclosure.
  • Solve trust and verification overhead for bug‑bounty and enterprise markets.

Details

Key Value
Target Audience Security researchers, bug‑bounty platforms, enterprise security teams
Core Feature Marketplace with escrow, verification harness, license keys, and automated patch generation
Tech Stack React front‑end, Node.js backend, PostgreSQL, Docker, Stripe integration
Difficulty High
Monetization Revenue-ready: 10% transaction fee per exploit sale

Notes- Addresses concerns about marketing opacity and the need for verified data – a frequent HN discussion topic.

  • Opens a dialogue on sustainable monetization of security research outputs.

OpenSecure Scan Hub#Summary

  • Self‑hosted open‑source scanner that bundles multiple LLM models and a plug‑in harness for vulnerability discovery, targeting small firms and hobbyists.
  • Provide a low‑cost alternative to private Mythos access.

Details

Key Value
Target Audience Small dev teams, security hobbyists, academic labs
Core Feature Installable Docker‑Compose stack with model registry, UI, and token‑budget manager; supports plug‑ins for new models
Tech Stack Docker Compose, FastAPI, Hugging Face Transformers, SQLite, React UI
Difficulty Medium
Monetization Hobby

Notes

  • Echoes concerns from “0xbadcafebee” about AI speed being both benefit and drawback; would spark HN conversation.
  • Enables community‑driven improvements and broad adoption.

Read Later