Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计通过

security-identity-access安全身份访问

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

250

周安装

10

GitHub Stars

3

下载量

81
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:security-identity-access(安全身份访问)
来源仓库:https://github.com/n-n-code/n-n-code-skills
仓库路径:skills/security-identity-access
安装命令:
npx skills add https://github.com/n-n-code/n-n-code-skills --skill security-identity-access
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/n-n-code/n-n-code-skills --skill security-identity-access

简介

聚焦身份认证与访问控制的前端安全辅助。

  • 提供 OAuth、JWT、多因素认证等实现参考。
  • 支持 UI 组件级权限渲染逻辑设计。
  • 需结合后端接口权限模型协同设计。security-identity-access 属于前端设计类 Skill,可作为该场景下的辅助能力补充。
  • 适用于 React、Next.js 等前端框架开发场景。

SKILL.md

Security Identity Access

Use this companion overlay with security when the task involves auth stacks, session systems, identity flows, invitation models, or multi-tenant organization boundaries.

Focus areas

  • session creation, storage, refresh, invalidation, and revocation behavior
  • password reset, email verification, recovery, and callback URL trust
  • MFA enablement, verification, backup-code storage, and trusted-device flows
  • OAuth/OIDC, SAML/SSO, account linking, passkeys/WebAuthn, device trust, and identity-provider callback handling
  • invitation, membership, role, active-organization, and tenant-scoping logic
  • origin checks, CSRF defenses, trusted origins, and cross-domain auth flows

Not For

  • generic user-model changes where auth or tenant boundaries are not the main risk
  • routine login or signup implementation work with no security review or hardening goal
  • generic RBAC discussions detached from actual session, identity, or tenant behavior

Workflow

  1. Map the auth surface: session transport, cookies or tokens, reset and verification endpoints, MFA state, invitation paths, active-org or tenant context, and privileged roles.
  2. Identify trust assumptions: which origins are trusted, which callbacks are accepted, who can invite, promote, switch orgs, revoke sessions, or recover accounts.
  3. Review boundary failures: account takeover paths, authz gaps, tenant-boundary leaks, stale-session risks, missing session revocation, insecure reset flows, and MFA bypasses.
  4. Check secure defaults: absolute callback URLs or strict origin validation, bounded invitation lifetime, email verification where appropriate, session revocation on password reset, org or membership limits, and encrypted or hashed MFA recovery material when supported.
  5. Report by boundary: state the impacted identity or tenant boundary, required attacker capability, and whether the issue leads to takeover, privilege escalation, or cross-tenant access.

Review rules

  • require explicit authorization on role changes, tenant switches, invitation acceptance, and privileged member-management actions
  • inspect whether active-organization or tenant context is server-enforced, not only client-selected
  • prefer short-lived, single-use recovery artifacts and invalidate older sessions after password reset when the platform supports it
  • verify callback and redirect handling with absolute URLs or trusted-origin checks; do not trust inferred origins in split frontend/backend deployments
  • treat MFA backup codes, OTP storage, and trusted-device markers as sensitive credentials

False-positive guards

  • do not flag a client-selected org or tenant switch if the server re-derives and enforces tenant scope on every sensitive action
  • do not flag every redirect or callback as unsafe when the code enforces a strict allowlist or trusted-origin validation
  • do not treat session persistence itself as a flaw when rotation, revocation, and transport protections match the deployment model

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.52%
按下载量换算30

Claude

32.35%
按下载量换算26

Cursor

18.8%
按下载量换算15

Gemini CLI

9.19%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills