AI integrations
ChatGPT apps, MCP tools, controlled AI-assisted workflows, and interfaces that make model output easier to use safely.
ROCCO BUTTIGLIERI · INDEPENDENT SOFTWARE BUILDER
Star Davos Software turns messy technical problems into focused tools: privacy-first analyzers, ChatGPT integrations, developer utilities, secure prototypes, and automation experiments.
SELECTED WORK / 01
No fake dashboards. No invented metrics. The strongest projects here are designed around actual security, privacy, reliability, and usability problems.
FLAGSHIP · LOCAL-FIRST SECURITY TOOLING
A local-first analyzer for scripts, projects, and files before they are run or shared with an AI service. It treats submissions as inert data, separates code risk from AI-upload risk, and produces evidence-linked explanations instead of pretending static analysis is certainty.
clients.csv→Get-Content→Invoke-RestMethodReview what leaves the machine before execution or upload.
#!/usr/bin/env bash
set -euo pipefail
# Complete source stays intact.
# Copy stays locked until integrity matches.
validate_payload() {
local expected="$1"
local actual="$2"
[[ "$expected" == "$actual" ]]
}
# Source is inert text.
...
CHATGPT / MCP · DEVELOPER UX
A ChatGPT MCP App for one specific annoyance: large generated code blocks swallowing the conversation. It keeps complete source in a bounded viewer and refuses to unlock copy when final integrity metadata does not match.
EXPERIMENT · AUTOMATION + BUSINESS SYSTEMS
An experiment in building automated revenue-generating assets from a tightly constrained starting point. The interesting part is the operating discipline: preserve capital, record decisions, keep human approval on consequential actions, and preserve failed experiments instead of rewriting history.
CAPABILITIES / 02
Solve a narrow expensive problem, keep the architecture understandable, and make the result maintainable after the demo.
ChatGPT apps, MCP tools, controlled AI-assisted workflows, and interfaces that make model output easier to use safely.
Purpose-built software for repetitive support, operations, security, or data-handling tasks that do not justify an oversized platform.
Workflow design that reduces manual steps while keeping approvals, logging, rollback, and failure modes visible.
Early products with sensible trust boundaries, least privilege, secret handling, input controls, and testable release gates from the beginning.
HOW I BUILD / 03
Prefer the smallest architecture that safely solves the current problem.
Treat code that looks correct differently from behavior that has been tested.
Make security boundaries, privacy assumptions, and failure modes explicit.
Build for actual human use, then change what feels wrong.
STAR DAVOS SOFTWARE · NEW JERSEY / REMOTE
That is the kind of conversation I want.