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.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin glean-packThis skill is limited to using the following tools:
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.
Installs 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.
Share bugs, ideas, or general feedback.
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.