Fluduro — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Fluduro (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Fluduro is a simple personality-to-flower quiz application. This project was built to explore the OpenAI Apps SDK and the Model Context Protocol (MCP) by creating interactive widgets directly inside ChatGPT.
The goal of this project was to learn how to:
say_hello, start, submit_answers, show_results, get_quiz_state.
<!-- slide -->

<!-- slide -->

<!-- slide -->
Clone the repository and install dependencies:
git clone <repository-url>
cd plantora
npm installCreate a .env file for your API keys:
cp .env.example .envAdd your Groq API Key to the API_KEY field. You can get one for free at console.groq.com.
Start the server in HTTP mode and use ngrok to create a public HTTPS tunnel (required by ChatGPT):
# Terminal 1: Start the server
npm run start:http
# Terminal 2: Start ngrok on the same port
ngrok http 3553Take note of the public URL provided by ngrok (e.g., `https://xyz.ngrok-free.dev`).
To test this app in ChatGPT, follow these steps:
/mcp path:https://your-id.ngrok-free.dev/mcp
@modelcontextprotocol/sdk.openai:set_globals to make the UI adapt to ChatGPT's Dark/Light mode.structuredContent.This project served as a hands-on introduction to building native-feeling apps for the ChatGPT ecosystem. It focuses on the basics of tool registration, resource handling, and state management within the OpenAI Apps framework.
#### WELCOME SCREEN -LIGHT MODE Welcome Screen #### WELCOME SCREEN -DARK MODE Welcome Screen Dark Mode #### QUIZ SCREEN Quiz Screen #### RESULT SCREEN Results Screen
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.