Project ideas from Hacker News discussions.

Show HN: Nightcrawler – A local AI pentesting agent running on a smartphone

📝 Discussion Summary (Click to expand)

Key Themes From the Discussion

Theme Summary
1️⃣ Mobile execution of a local LLM for autonomous pentesting “I built Nightcrawler, an open‑source autonomous penetration‑testing agent that runs entirely on an Android phone. The model runs locally on the Adreno GPU of a OnePlus 8, producing a usable command ~50 % of the time, and every command passes through a separate scope and safety layer.”NickySlicks
2️⃣ Legal and “dual‑use” constraints on security tools “It is impossible to publish an attack‑surface mapping / pentesting tool that runs fully deterministic and controllable due to ‘dual‑use’ legal problems … Our legal system … the ‘Hacker Paragraph’ can bring a sentence of up to one year prison just for producing such a tool.”voodooEntity
3️⃣ Phone‑centric choice for stealth and accessibility “Agreed. Also less noticeable when ‘accidentally’ dropped/left, especially in tight spaces … And better odds of plausible deniability if caught … Many kids don’t have a computer.”mrbluecoat (and echoed by saagarjha)

These three themes capture the core technical ambition, the surrounding legal landscape, and the practical/social rationale behind using a phone‑based, autonomous pentesting agent.


🚀 Project Ideas

DualUseGuard

Summary

  • Deterministic AI‑driven pentester that logs every command with an immutable cryptographic signature to prove benign intent.
  • Runs fully offline on Android phones, eliminating cloud API exposure.
  • Generates court‑ready audit reports that satisfy restrictive jurisdictional requirements.

Details

Key Value
Target Audience Security researchers in jurisdictions with strict “dual‑use” laws (e.g., Germany)
Core Feature On‑device AI command planner, signed execution ledger, built‑in scope enforcer
Tech Stack Android Java/Kotlin, ONNX Runtime, TensorFlow Lite, SQLite, Ed25519 signatures
Difficulty Medium
Monetization Revenue-ready: License key per researcher ($49/yr)

Notes

  • Directly addresses HN commenter voodooEntity’s concern about “dual use” bans by providing provable intent.
  • Immediate practical utility: researchers can run tests on phones and export legally defensible logs for auditors.

MobilePentestLite

Summary

  • Lightweight, cross‑platform pentesting agent that runs on any Android or iOS device without a PC.
  • Includes auto‑recovery logic and deterministic playbooks to avoid accidental damage.
  • Exports signed, structured reports ready for legal review.

Details

Key Value
Target Audience Ethical hackers and penetration testers who lack a dedicated workstation or want stealthy field testing
Core Feature Offline inference engine on device GPU, multi‑host SQLite state, deterministic replay, auto‑rollback on failure
Tech Stack Flutter (Dart) + TFLite GPU delegate, SQLite, Rust for safety layer
Difficulty Low
Monetization Revenue-ready: Freemium

Notes

  • Answers HN commenter oquickave’s question “Why phone?” by supporting both Android and iOS out of the box.
  • Provides safe testing for mr_mitm’s scenario with a dry‑run mode and robust scope enforcement for real corporate networks.

SecurePlaybook Hub

Summary

  • Marketplace of pre‑approved deterministic security test playbooks with built‑in legal filters for specific jurisdictions.
  • Users deploy selected playbooks on local devices with one‑click, receiving signed output for compliance.
  • Reduces legal risk and speeds up audit cycles.

Details

Key Value
Target Audience Security consultants and red‑team leads needing repeatable, auditable test scripts across multiple clients
Core Feature Curated playbook repository with jurisdiction tags, auto‑generated proof‑of‑intent report, sandboxed execution
Tech Stack Backend: Node.js/TypeScript, GraphQL API, SQLite; Frontend: React; Execution sandbox: Docker
Difficulty High
Monetization Revenue-ready: Subscription tier ($15/month)

Notes

  • Solves voodooEntity’s frustration about publishing tools due to legal constraints by enabling safe distribution from neutral jurisdictions.
  • Sparks HN discussion on deterministic tools and legal obstacles, offering a viable path forward for compliant tool sharing.

Read Later