
CrateSentinel
CrateSentinel 监测 Rust 依赖项中的漏洞并生成安全报告。
@polsia · X
Vibe-coded apps leak thousands of secrets a month and ship dependency trees nobody is watching. CrateSentinel watches. The AI just shipped.
完整作品展
技术栈
26 projects

CrateSentinel 监测 Rust 依赖项中的漏洞并生成安全报告。
@polsia · X
Vibe-coded apps leak thousands of secrets a month and ship dependency trees nobody is watching. CrateSentinel watches. The AI just shipped.

NodeESP是ESP32的可视化编程工具,通过节点拖拽创建GPIO逻辑和MQTT工作流。
@NodeESP · X
- Project for sale

JavaScript和TypeScript代码审查工具,使用AI无需执行代码即可识别问题。
@adib_011 · X
Built RepoLens at the Codex Meetup, an evidence-first JS/TS code review tool that shows reviewers where to look, without executing repository code. Built with Codex + GPT‑5.6. Try it: Demo: @OpenAIDevs @mitul_shahriyar #CodexMeetup

Dev Fun 提供编码、格式化、IP检查等浏览器工具,大多在本地运行。
4seasons · V2EX
devfun.org - 开发者(网络)工具集合 ## 访问地址 https://devfun.org ## 主要功能 - 本机 IPv4/IPv6 网络检查及 IP 信息查询 - 站点可访问性检查(支持全球区域) - 代理检查及代理全球出口检查 - 各类编解码、格式测试、文本格式化、校验密钥生成、文本处理、转换工具 欢迎大家使用,提供建设性的建议和意见!

免费平台,提供500+编程挑战、学习路径和实时竞赛
@sumitkdevcode · X

Free tool to transform your source code into stunning, high-resolution HD images. Customize themes, backgrounds, and export perfect code screenshots for Twitter/X, blogs, and docs.
@ricka_dev · X
Building Syntax Code 🚀 A free tool to turn raw source code into high-res, beautiful images for X, blogs, and docs.

扫描GitHub代码库查找安全漏洞,AI提供修复建议。
u/uwais_ish · Reddit
Three weeks to build an AI security scanner. The scanner was the easy part. Shipped RedFlag this month. Breakdown of where the time actually went, because it was nothing like I estimated. Stack: Next.js 16, Auth.js v5, MongoDB, Stripe, OpenAI. Deployed on Vercel. What I thought would be hard: getting an LLM to find real vulnerabilities. What was actually hard: getting it to stop finding fake ones. First working version flagged 200+ issues on a clean repo. Every one plausible, most of th

Hexabench 本地开发者工具套件,支持 CSV、Parquet、JSON 格式处理,无需上传。
u/sheshu29 · Reddit
My side project Hey everyone i have just created this website for developer who does not want to rely on ai agents so please visit and give me some feedback if you want any specific tools 🫠 submitted by /u/sheshu29 to r/SideProject [link] [comments]

为编程智能体提供云环境,运行代码、验证结果并提交拉取请求。
@smehmood · X
Several customers of ours have factories shipping 100s of PRs to 1000s of B2B customers, built on But they all remind me of the pre-Claude-Code agents that had overly static workflows. Not sure what, yet, but something else is the future.

Edge Python 是一个在浏览器中运行的轻量级 Python 解释器。
dylansuttonc · HN
When I started programming Edge Python more than six months ago, I was looking for a version of Python that weighed less than 200 kb so it could reach any device, sandboxed by design, built with browsers in mind, decoupled from the operating system and very fast. Today the closest competitor would be MicroPython. However, it did not solve my real problems or the problems of the people who use the project. * Managing async and blocking code on the event loop. MicroPython inherits CPython's blocki

A fast, free, and modern collection of 100+ developer tools: JSON formatting, encoding, generators, converters, and more. No login required.
@messoudkhan · X

由AI驱动的代码审查工具,在microVM中运行代码来捕获更多错误。
u/dumbfoundded · Reddit
Ito, AI Code Review that Runs Code I've been using AI code review tools but none of them actually run code so I built one: https://www.ito.ai/ The way it works is that it uses microVMs to spin up your environment with all of the services running. Then a bunch of AI agents go and test the application to collect runtime evidence. The result is you get test cases along with evidence about whether or not the test cases pass or fail. The runtime evidence can be videos, request/response curls, db