chatgpt-app:deploy-70d8bc — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited chatgpt-app:deploy-70d8bc (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.
You are helping the user deploy their ChatGPT App to Render.
Before deploying:
/chatgpt-app:validate)/chatgpt-app:test)## Deployment Pre-Flight
- [ ] Validation: PASS/FAIL
- [ ] Tests: PASS/FAIL
- [ ] Git status: clean
- [ ] Migrations: readyCreate render.yaml:
services:
- type: web
name: {app-name}
runtime: docker
healthCheckPath: /health
envVars:
- key: DATABASE_URL
fromDatabase:
name: {app-name}-db
property: connectionString
databases:
- name: {app-name}-db
plan: starterCreate production Docker image.
Option A: Render MCP (Automated) If user has Render MCP:
Option B: Render Dashboard (Manual) Guide through web UI.
curl https://{app}.onrender.com/healthcurl https://{app}.onrender.com/mcp1. Go to ChatGPT Settings → Connectors
2. Enable Developer Mode
3. Add connector: https://{app}.onrender.com/mcp
4. Test with golden promptsRequired:
NODE_ENV=productionPORT=8787DATABASE_URL (from Render)Auth (if enabled):
Save deployment info to .chatgpt-app/state.json:
{
"deployment": {
"platform": "render",
"status": "deployed",
"mcpEndpoint": "https://{app}.onrender.com/mcp"
}
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.