From glean-pack
Provides Glean security basics: indexing tokens have write access—never expose in frontend; client tokens need X-Glean-Auth-Type header; rotate quarterly; permission docs via allowedUsers/groups.
How this skill is triggered — by the user, by Claude, or both
Slash command
/glean-pack:glean-security-basicsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Token security: Indexing tokens have write access -- never expose in frontend. Client tokens are user-scoped -- use with X-Glean-Auth-Type header. Rotate tokens quarterly via Admin > API Tokens. Document permissions: use allowedUsers/allowedGroups for sensitive content. SAML SSO for Glean web access. All API calls over HTTPS.
Token security: Indexing tokens have write access -- never expose in frontend. Client tokens are user-scoped -- use with X-Glean-Auth-Type header. Rotate tokens quarterly via Admin > API Tokens. Document permissions: use allowedUsers/allowedGroups for sensitive content. SAML SSO for Glean web access. All API calls over HTTPS.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin glean-packInstalls and configures Glean Indexing and Client API tokens for enterprise search, with SDK setup and verification in Node.js/TypeScript.
Guides Guidewire security implementation: OAuth2 JWTs, GCC API roles, Gosu secure coding, PII encryption, SAML SSO for Jutro. Activate on security queries.
Provides OpenEvidence security basics including API key .env setup, checklists for rotation, auditing, and per-environment keys. Useful for secure SaaS API integrations.