11ai-operator-vercel-passport-project-protection

Vercel Passport operator

Operate Vercel Passport protection for individual projects, including enablement, identity provider assignment, deployment coverage, interaction with other protection methods, verification, and rollback. Use when protecting an internal project, changing its provider, checking deployment access, or disabling Passport.

terminal
$ npx skills add rj11io/11ai --skill 11ai-operator-vercel-passport-project-protection

Try it — say this to your agent

Use 11ai-operator-vercel-passport-project-protection for this task.

The full playbook · v0/plugins/11ai-operator-vercel-passport/skills/11ai-operator-vercel-passport-project-protection/SKILL.md

11ai Vercel Passport project protection

Changing project protection can expose every deployment or lock out every intended visitor Resolve exact Enterprise team, project or provider, access impact, administrator, and acceptance check before acting.

Version baseline: Use current Vercel Passport Enterprise public-beta behavior as of July 2026. The hosted product has no version number, so verify provider and dashboard behavior against current documentation.

Inspect first

npx vercel project ls 2>/dev/null | head -100
rg -n 'deployment protection|passport|vercel authentication|password protection' . --glob '*.md' | head -100

Resolve exact team, project, provider application, covered deployment types, current protection methods, session impact, and emergency owner.

Confirm before changing:

  • Exact project and team.
  • Preview and production coverage.
  • Existing protection method interaction.
  • Break-glass access and rollback.

Operate

npm run build --if-present
npm test --if-present

Change one project through its Passport settings, record prior configuration, and verify access before considering broader assignment.

Never enable, disable, replace, or weaken protection on a project without explicit approval and a tested rollback Require explicit approval and preview projects, users, provider settings, session effects, and rollback.

Verify and report

npm run typecheck --if-present
npm test --if-present
npm run build --if-present

Test signed-out, assigned, unassigned, expired-session, direct deployment URL, and protected server route behavior. Report team, project and provider IDs, identities by role rather than personal data, settings changed, access impact, checks, and rollback. Hand failures to 11ai-operator-vercel-passport-troubleshooting and seams to 11ai-operator-vercel-passport-integrations.

Want the source?

This page renders the skill's markdown straight from the repository.

Open on GitHub
More Vercel Passport operator skills