Universal integration guide for authenticating users via the Overlens IDP (OAuth 2.1 + OIDC). Use this skill whenever someone asks how to integrate authentication with the Overlens Identity Provider, SSO, or IDP in any project — especially when the framework is not Next.js or Vite+BFF (those have dedicated skills). Also trigger when the user asks about IDP endpoints, OAuth flow, PKCE, token exchange, signup flow, or the OIDC discovery document. This skill covers what to implement, not how — it's framework-agnostic. If the user mentions Next.js specifically, prefer idp-auth-nextjs. If the user mentions Vite + separate backend, prefer idp-auth-vite-bff. If the user asks specifically about validating JWT tokens in a backend/API, prefer idp-validate-token.
Claude Skills are markdown + scripts loaded into Claude Code; scanned with the same pipeline.
We found this by crawling public sources and nobody has attested to it. That is how most of the registry gets here, and it is not a mark against the artifact — it only means no authenticated act of publication is on record. An artifact can be the vendor's own and still appear here.
1 critical finding reported by agent-audit-kit. The composite score alone does not reflect this — read the per-scanner reports below.
Claude Skills install to a single target, no runtime picker.
nerlo install -- 'overlens/claude-marketplace (idp-auth-guide)'
Manual alternative: copy the skill folder into ~/.claude/skills/ so Claude Code loads it on next launch.
cp -r -- 'overlens/claude-marketplace (idp-auth-guide)' ~/.claude/skills/
Install respects the composite badge: Clean proceeds, Caution prompts for confirmation, and Flagged is refused. Write operations require an API token.
5 of 11 scanners examined this package. The rest do not apply to it — language, ecosystem and packaging decide which analyzers can say anything, and a scanner that cannot examine an artifact reports nothing rather than passing it.
v2.0.11
114 findings · 12.9s
v0.3.74
24 findings · 2.2s
v0.1.0
17 findings · 5.3s
v0.1.0
3 findings · 5.3s
vv0.3.2
Incomplete run
0 findings · 0.5s
v1.4.0
None of the entry points this scanner reads were found in this artifact. What each scanner covers
0 findings · 0.2s
v0.1.0
This scanner found nothing in this artifact that it assesses. What each scanner covers
0 findings · 1.0s
No report in this scan: govulncheck, osv-scanner, trivy, trivy_image.
1 scan on record. Every scan's full results are retained immutably for 24 months.
| Completed | Composite | Change | Scanners | Status |
|---|---|---|---|---|
| Aug 21, 2026 | Scan Halted | — | agentshield ·n/a: not applicablecisco-skill-scanner: completeagent-audit-kit: completenerlo-behavioral: completenerlo-install-instruction: completecapslock ·!: incompletenerlo-multi-source ·n/a: not applicable | rejected |
Findings in files this artifact installs stand as reported; a model re-read the rest and said which ones it believes are false positives. This is a second opinion published beside the evidence, not a correction to it: the per-scanner reports above are unchanged, every dismissed finding is still listed there at its original severity, and the score and the Flagged badge are computed from those raw severities alone. Nothing below moved them.
Out of 158 findings across every scanner that examined this package. None of the 1 finding rated critical by their scanner were dismissed.
Two keys had to turn. The model had to name a reason from a fixed list of six, and a deterministic check of ours — over which files this artifact actually installs — had to independently agree. Anything it could not corroborate is in “not reviewed” above, at full severity.
19 Documentation or example — The match is in documentation or sample code, confirmed by our own check to be outside the installed artifact.
Rules: AAK-OAUTH-001, AAK-OAUTH-007, LAZY_LOAD_DEEP_NESTING and 4 more · Files: plugins/idp-integration/references/docs/integration/contract-version.json, plugins/idp-integration/skills/idp-test-integration/templates/client-bff.conformance.test.ts, /repo/plugins/idp-integration/references/docs/integration/SKILL.md and 5 more · reported by agent-audit-kit, cisco-skill-scanner, nerlo-install-instruction
9 Test or fixture file — The match is in a test or fixture. Our own check confirmed the file is not part of what gets installed.
Rules: opt.nerlo-rules.nerlo-js-secret-to-network-egress, DATA_EXFIL_JS_NETWORK, AAK-OAUTH-006 · Files: /repo/plugins/idp-integration/skills/idp-test-integration/templates/client-bff.conformance.test.ts, plugins/idp-integration/skills/idp-test-integration/templates/client-bff.conformance.test.ts · reported by nerlo-behavioral, cisco-skill-scanner, agent-audit-kit
These findings are in files this artifact installs and are not placeholder values. No false-positive basis can be corroborated for such a finding, so this review never dismisses one; they were not sent to the model and stand at their scanner's severity.
30 DATA_EXFIL_JS_NETWORK
Files: /repo/plugins/idp-integration/skills/idp-integrate-m2m/templates/idp-m2m-client.ts, /repo/plugins/idp-integration/skills/idp-debug-jwt/scripts/inspect-token.mjs, /repo/plugins/idp-integration/skills/idp-auth-mobile/templates/expo/auth.ts and 7 more · reported by cisco-skill-scanner
25 MANIFEST_MISSING_LICENSE
Files: /repo/plugins/idp-integration/skills/idp-auth-guide/SKILL.md, /repo/plugins/idp-integration/skills/idp-register-oauth-client/SKILL.md, /repo/plugins/idp-integration/skills/idp-use-oidc-discovery/SKILL.md and 22 more · reported by cisco-skill-scanner
12 MANIFEST_DESCRIPTION_TOO_LONG
Files: /repo/plugins/idp-integration/skills/idp-troubleshoot-auth-errors/SKILL.md, /repo/plugins/idp-integration/skills/idp-validate-token/SKILL.md, /repo/plugins/idp-integration/skills/idp-auth-nextjs/SKILL.md and 9 more · reported by cisco-skill-scanner
12 opt.nerlo-rules.nerlo-js-secret-to-network-egress
Files: /repo/plugins/idp-integration/skills/idp-auth-mobile/templates/expo/auth.ts, /repo/plugins/idp-integration/skills/idp-auth-nextjs/templates/app/api/auth/callback/route.ts, /repo/plugins/idp-integration/skills/idp-auth-nextjs/templates/app/api/auth/refresh/route.ts and 6 more · reported by nerlo-behavioral
Critical skill definition issue and credential exposure
The artifact contains a critical skill definition issue in `SKILL.md`. It also exposes credentials that are used for network egress in multiple JavaScript and Python files, such as `auth.ts`, `auth-api.ts`, and `idp_m2m_client.py`. Additionally, several files are of low analyzability, hindering a full security assessment.
Concern level assessed by the review: Critical. This is the review's scale, not the registry badge.
Reviewed by gemini-2.5-flash. The model sees the findings, not your code, and cannot change a score.
11 SOCIAL_ENG_VAGUE_DESCRIPTION
Files: /repo/SKILL.md, /repo/plugins/idp-integration/skills/idp-auth-guide/references/SKILL.md, /repo/plugins/idp-integration/skills/idp-troubleshoot-auth-errors/references/SKILL.md and 8 more · reported by cisco-skill-scanner
9 AAK-OAUTH-007
Files: plugins/idp-integration/skills/idp-integrate-m2m/templates/idp_m2m_client.py, plugins/idp-integration/skills/idp-integrate-m2m/templates/idp-m2m-client.ts, plugins/idp-integration/skills/idp-auth-mobile/templates/expo/auth.ts and 6 more · reported by agent-audit-kit
9 LOW_ANALYZABILITY
Files: /repo/plugins/idp-integration/skills/idp-auth-vite-bff, /repo/plugins/idp-integration/skills/idp-integrate-oauth-web, /repo/plugins/idp-integration/skills/idp-validate-token and 6 more · reported by cisco-skill-scanner
4 DATA_EXFIL_NETWORK_REQUESTS
Files: /repo/plugins/idp-integration/skills/idp-integrate-m2m/templates/idp_m2m_client.py · reported by cisco-skill-scanner
3 AAK-OAUTH-006
Files: plugins/idp-integration/skills/idp-auth-mobile/templates/expo/auth.ts, plugins/idp-integration/skills/idp-integrate-oauth-web/templates/express/auth.routes.js, plugins/idp-integration/skills/idp-auth-nextjs/templates/app/api/auth/callback/route.ts · reported by agent-audit-kit
2 AAK-HEALTHCARE-AI-004
Files: plugins/idp-integration/skills/idp-auth-mobile/SKILL.md, plugins/idp-integration/skills/idp-integrate-oauth-web/SKILL.md · reported by agent-audit-kit
2 AAK-OAUTH-005
Files: plugins/idp-integration/skills/idp-integrate-m2m/templates/idp_m2m_client.py, plugins/idp-integration/skills/idp-integrate-m2m/templates/idp-m2m-client.ts · reported by agent-audit-kit
2 AAK-SECRET-004
Files: plugins/idp-integration/skills/idp-integrate-m2m/templates/idp_m2m_client.py, plugins/idp-integration/skills/idp-integrate-oauth-web/templates/nestjs/idp-client.service.ts · reported by agent-audit-kit
2 opt.nerlo-rules.nerlo-hardcoded-external-egress
Files: /repo/plugins/idp-integration/skills/idp-auth-mobile/templates/expo/auth.ts · reported by nerlo-behavioral
2 TOOL_ABUSE_UNDECLARED_NETWORK
Files: /repo/plugins/idp-integration/skills/idp-integrate-m2m/repo/plugins/idp-integration/skills/idp-integrate-m2m/SKILL.md, /repo/repo/README.md · reported by cisco-skill-scanner
1 AAK-MARKETPLACE-001
Files: .claude-plugin/marketplace.json · reported by agent-audit-kit
1 AAK-SKILL-003
Files: plugins/idp-integration/skills/idp-use-oidc-discovery/SKILL.md · reported by agent-audit-kit
1 EXCESSIVE_FILE_COUNT
Files: /repo/. · reported by cisco-skill-scanner
1 opt.nerlo-rules.nerlo-py-secret-to-network-egress
Files: /repo/plugins/idp-integration/skills/idp-integrate-m2m/templates/idp_m2m_client.py · reported by nerlo-behavioral
1 SOCIAL_ENG_MISLEADING_DESC
Files: /repo/plugins/idp-integration/skills/idp-integrate-m2m/SKILL.md · reported by cisco-skill-scanner