chatgpt-app:add-auth-d16b02 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited chatgpt-app:add-auth-d16b02 (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 add authentication to their ChatGPT App.
Ask: "Which authentication provider: Auth0 or Supabase Auth?"
For Auth0:
{PUBLIC_URL}/auth/callbackFor Supabase:
Use chatgpt-auth-configurator agent to create:
Modify server/index.ts to use auth middleware.
Add required variables to .env.example.
Guide through testing the OAuth flow.
Auth0:
AUTH0_DOMAIN=your-tenant.auth0.com
AUTH0_CLIENT_ID=your-client-id
AUTH0_CLIENT_SECRET=your-client-secret
PUBLIC_URL=http://localhost:8787Supabase:
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_KEY=your-service-key~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.