Viewing profile — bumahkib7
bumahkib7
HN member- Joined
- Sun, Nov 16, 2025, 6:03 PM UTC
- HN karma
- 3
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About bumahkib7
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #47209466
Update since posting: zero-config env var analysis is now live. Connect a repo, Runix scans your code, auto-detects every env var your app needs, provisions Postgres/Redis automati…
-
comment
Comment #47209452
Render drops to Docker for Java, Kotlin, .NET, and PHP. Runix auto-generates the Dockerfile for you, every runtime, zero config.
-
comment
Comment #47197461
Hey HN, I built Runix (runixcloud.dev), a deployment platform for backends that aren't Node.js. The problem: Vercel is great but it's essentially JavaScript-only for real backends.…
- story
-
story
Show HN: RMA Dashboard fast SAST results for monorepos (SARIF and triage)
I’m building RMA (Rust Monorepo Analyzer) and a small dashboard for it. The motivation: I love tools like Semgrep/CodeQL, but on big monorepos I kept ending up in “run scan → go ma…
-
comment
Comment #46912430
This is super interesting. The “make everything look the same” angle is exactly what AI generated monorepos need if you want reviews to stay sane. The absolute paths rule and the “…
-
comment
Comment #46906097
I wanted Semgrep's security rules without the Python runtime overhead, so I built a compiler that translates Semgrep YAML patterns into tree-sitter queries at build time. The rules…
- story
-
story
Show HN: Rust Monorepo Analyzer v0.16.0 and v0.17.0 faster scans and better TUI
Hey HN, I’m building Rust Monorepo Analyzer (RMA): a Rust-native monorepo security scanner with cross-file dataflow (source→sink) and an interactive terminal UI. v0.16.0 Tests excl…
-
comment
Comment #46871035
Thanks! What are you building on the side? Would love to know what's janky about the existing tools, that's exactly the kind of feedback that shapes what I work on next.
-
story
Show HN: I wrote a Semgrep alternative in Rust with cross-file taint tracking
I built RMA because I was frustrated with Semgrep's single-file limitation. Most real vulnerabilities span multiple files — HTTP handler receives input in Controller.java, passes i…
-
comment
Comment #46854089
I built RMA because I was tired of waiting 5–20 minutes for Semgrep/CodeQL/SonarQube on large monorepos. It's a Rust-native CLI that scans ~100k LOC in under 0.5 seconds and now ha…
- story