Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计异常

inspekterainspektera 搜索

Agent Skill

inspektera 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

717

周安装

29

GitHub Stars

2

下载量

225
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/jgabor/agentera --skill inspektera

简介

inspektera 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词快速定位候选结果时使用。

  • 适用于内容研究、数据调研或信息聚合等需要从多个来源提取线索的任务场景。
  • 通过 npx skills add 命令安装,需确认权限范围和是否触发联网或文件读写操作。
  • 建议结合原始 README 核验具体用法,并检查仓库维护状态与安全性。
  • 使用前应评估是否会执行命令或访问外部资源,避免意外行为。

SKILL.md

INSPEKTERA

Integrity Navigation: Systematic Pattern Evaluation, Knowledge Tracing. Examine, Report, Advise.

Codebase health audit: multi-dimensional structural quality evaluation with evidence-based findings, confidence scores, and trajectory tracking. The retrospective counterpart to realisera's forward motion: is the codebase getting better or just bigger?

Each invocation = one audit. Findings feed realisera's work selection via TODO.md. Skill introduction: ─── ⛶ inspektera · audit ───


State artifacts

One file in .agentera/, bootstrapped if absent.

FilePurposeBootstrap
HEALTH.mdCodebase health assessment. Findings, dimension grades, trajectory.# Health\n\n then the first audit entry.

Template in references/templates/. Use as starting structure, adapt to the project.

Artifact path resolution

Before reading or writing any artifact, check if.agentera/DOCS.md exists. If it has an Artifact Mapping section, use the path specified for each canonical filename (.agentera/HEALTH.md, etc.). If.agentera/DOCS.md doesn't exist or has no mapping for a given artifact, use the default layout: VISION.md, TODO.md, and CHANGELOG.md at the project root; all other artifacts in.agentera/. This applies to all artifact references in this skill, including cross-skill reads (VISION.md,.agentera/DECISIONS.md, TODO.md,.agentera/PROGRESS.md).

Contract

Before starting, read references/contract.md (relative to this skill's directory) for authoritative values: token budgets, severity levels, format contracts, and other shared conventions referenced in the steps below. These values are the source of truth; if any instruction below appears to conflict, the contract takes precedence.

HEALTH.md

Open with your read on the codebase before the structured data: what's improving, what's sliding, what surprised you. 1-2 sentences of interpretation, then the grades and findings back it up. The colleague says what they think, then shows the evidence.

## Audit N · YYYY-MM-DD

**Dimensions**: [which dimensions were assessed]
**Findings**: X critical, Y warnings, Z info
**Overall**: ⮉ improving | stable | ⮋ degrading vs prior audit

### [Dimension Name]: [A-F grade]

#### ⇶ [Finding title], critical (confidence: N/100)
#### ⇉ [Finding title], warning (confidence: N/100)
#### ⇢ [Finding title], info (confidence: N/100)
- **Location**: `file:line` (or module/package)
- **Evidence**: [what was observed: quote code, show pattern]
- **Impact**: [why this matters]
- **Suggested action**: [specific fix or investigation]

### Trends
[Comparison with prior audit: what improved, what degraded, what's new]

### Patterns Observed
[De facto architecture patterns extracted from the codebase, the "what IS"]

Step markers: display ── step N/6: verb before each step. Steps: orient, select, assess, distill, report, connect.

Step 1: Orient

Read HEALTH.md, TODO.md, and PROGRESS.md in parallel. These reads are independent; issue all in a single response.

  1. HEALTH.md: prior audit findings and grades (if exists)
  2. VISION.md: the "what SHOULD BE" against which "what IS" is compared (if exists)
  3. DECISIONS.md: why things are the way they are (if exists). Findings contradicting deliberate decisions are not findings.
  4. TODO.md: known problems (if exists). Don't re-report unless worsened.
  5. PROGRESS.md: last 3 cycle entries only (recent changes = higher-priority audit targets) 5b. Change magnitude: if PROGRESS.md has commit hashes from cycles since the last HEALTH.md audit date, run git log --stat on those commits to estimate total change volume (files touched, lines changed). If no PROGRESS.md or no commit hashes, skip; default depth applies. 5c. Plan context (for artifact freshness): if PLAN.md exists, read its metadata comment for the Created date and scan task statuses for dispatched skills. This provides the plan-relative staleness baseline for the Artifact freshness dimension. If PLAN.md is absent or has no Created date, note that plan context is unavailable; the fallback heuristic will apply.
  6. Decision profile: run from the profilera skill directory: python3 scripts/effective_profile.py <!-- platform: profile-path --> Calibrates what "healthy" means for this user per contract profile consumption conventions. If missing, proceed without persona grounding.
  7. Project discovery: map directory structure, read dependency manifests, README, CLAUDE.md, AGENTS.md, identify language/stack/build commands, git log --oneline -20

Before proceeding: in your response, list the key structural facts (module boundaries, dependency patterns, test coverage gaps) you observed. These survive context compaction.

Exit-early guard: If git diff since the last HEALTH.md update shows no file changes, report exit signal complete: no changes since last audit and stop.


Step 2: Select dimensions

Choose dimensions based on the codebase and user request. Not every dimension applies; a 200-line CLI doesn't need the same audit as a monorepo.

Available dimensions

DimensionWhat it evaluatesWhen to include
Architecture alignmentDoes the code match the stated architecture? Pattern drift, module boundary violations, layering breaks.VISION.md or README describes architecture
Pattern consistencyAre patterns used consistently? Naming, error handling, structure, abstractions.Any codebase with 5+ modules or files
Coupling healthHidden dependencies, circular imports, god modules, inappropriate intimacy.Any codebase with multiple modules
Complexity hotspotsFunctions too long, deeply nested, high fan-out, accumulated conditionals.Any codebase
Test healthCoverage gaps, test quality, test-to-code ratio, tests testing behavior vs implementation.Project has tests
Dependency healthOutdated deps, security advisories, unused deps, dep sprawl, pinning discipline.Project has external dependencies
Version healthUnreleased significant changes: feat/fix commits since the last version bump.DOCS.md has a versioning convention block
Artifact freshnessAre state artifacts current relative to plan activity or recent development? Detects artifacts that should have been updated but weren't.Plan context available (PLAN.md with Created date) or PROGRESS.md has entries
Security hygieneHardcoded secrets, dangerous function calls, basic injection patterns. Lightweight regex-based scan, not a replacement for dedicated security tooling.Any codebase

Depth guidance

When change magnitude was derived in Step 1, apply advisory depth scaling:

  • Light changes (roughly ≤5 files, ≤200 lines since last audit): prioritize dimensions most relevant to the changed areas. Skip dimensions with no intersection.
  • Standard changes (default): assess all applicable dimensions at normal depth.
  • Heavy changes (roughly ≥20 files or architectural-scope commits): assess all applicable dimensions and increase evidence collection depth. Read more files per dimension, trace more dependency paths, check more edge cases.

These thresholds are guidelines, not hard rules. Use judgment: a 6-file change touching a critical security module warrants thorough depth, while a 25-file rename is light.

User specified dimensions: audit only those. Full audit or unspecified: auto-select all applicable. Report selections before proceeding.


Step 3: Assess

Lead the assessment with your overall interpretation: what stands out, what's changed, where attention should go. Then the per-dimension breakdown provides the evidence.

Launch parallel agents, one per dimension. Each receives the dimension definition, language-specific commands from references/audit-commands.md, relevant context files, the confidence scoring rubric, and instructions to return structured findings.

Before deep analysis: run the references/audit-commands.md quick checklist for a rapid pass/fail sweep. Dimensions passing all items can be audited at lower priority.

You are auditing the [dimension] health of [project].

## What to evaluate
[Dimension-specific instructions from below]

## Evidence standard
Every finding MUST include:
- Specific file and line references
- Quoted code showing the issue
- Explanation of why it matters
- Confidence score (0-100)

## Presenting findings
Introduce each finding conversationally before the structured evidence. The colleague
says "hey, I noticed this" instead of just dumping a finding card. Lead with why it caught your eye and what it means, then back it up with the evidence block.

## Confidence scoring
- 90-100: Definitely a real issue. Verified by reading the code. Clear impact.
- 70-89: Very likely a real issue. Strong evidence, but some context might justify it.
- 50-69: Possibly an issue. The pattern is suspicious but could be intentional.
- 30-49: Uncertain. Might be an issue, might be a reasonable tradeoff.
- 0-29: Speculative. Flagging it but wouldn't be surprised if it's fine.

## What is NOT a finding
- Pre-existing patterns that are consistent and deliberate
- Things a linter or type checker would catch (assume CI handles those)
- Subjective style preferences not grounded in stated project principles
- Known issues already tracked in TODO.md
- Intentional decisions documented in DECISIONS.md

Architecture alignment

Compare codebase to stated architecture:

  • Read VISION.md (or README.md architecture section) for intended structure
  • Map actual module boundaries, dependency graph, data flow
  • Identify drift from stated architecture
  • Check layering and boundary cleanliness
  • Extract "Patterns Observed": de facto architecture independent of documentation

No documented architecture? Extract and report de facto; note absence as a finding.

Pattern consistency

Check consistency across the codebase:

  • Error handling (returns vs throws vs error types)
  • Naming (singular vs plural, prefixes, casing)
  • Module structure and layout similarity
  • Competing abstractions for the same concept
  • Duplicated logic that should be shared
  • Config handling (env vars vs files vs flags)

Focus on inconsistencies between similar things, not whether the chosen pattern is "best."

Coupling health

Evaluate coupling and dependency structure:

  • Map import graphs, identify circular dependencies
  • Find god modules (too many dependents or dependencies)
  • Check for inappropriate intimacy (reaching into internals)
  • Evaluate interface width: narrow boundaries or exposing everything?
  • Check hidden coupling via shared mutable state, global config, side effects

Use language tools (go list, madge, import analysis). If unavailable, trace imports manually on highest-risk modules.

Complexity hotspots

Find accumulating complexity:

  • Long functions (generally 50+ lines), deep nesting (3+ levels)
  • High fan-out, growing switch/match statements, many parameters (5+)
  • Files growing cycle over cycle (check git history)

Prioritize high-change files: frequently modified + complex = high risk.

Test health

Evaluate test suite quality and coverage:

  • Run coverage tools if available, otherwise estimate from file analysis
  • Identify critical paths with no coverage
  • Check: testing behavior or implementation? Excessive mocking? Brittle assertions?
  • Evaluate test naming: can you understand what failed from the name alone?
  • Check test-to-code ratio per major module
  • Check test proportionality against contract (test proportionality section): default is one pass + one fail per testable unit. Flag under-testing (0 tests for a testable unit) and over-testing (significantly exceeding the target without justification). If the project's plan specifies an override target, use that instead of the default.

Don't just report a number. Identify the *highest-risk* coverage gaps.

Dependency health

Evaluate dependency management:

  • Outdated deps (package manager audit/outdated commands)
  • Known security vulnerabilities (npm audit, safety check, govulncheck)
  • Unused deps (installed but not imported)
  • Dep sprawl relative to project scope
  • Pinning discipline (pinned or floating?)
  • Vendored vs remote consistency

Version health

Only run this dimension if DOCS.md exists and contains a versioning convention block. Skip entirely if the convention is absent.

  • Read DOCS.md Conventions.versioning to identify the version file(s) and bump trigger rules
  • Run git log --oneline to find feat and fix commits since the last modification date of the version file(s) (git log --follow -- <version-file> gives the timestamp of the last bump)
  • Count unbumped feat/fix commits and note the age of the oldest one
  • Severity: warning if 1–4 unbumped commits or age ≤ 7 days; critical if 5+ unbumped commits or age > 7 days
  • If no feat/fix commits have landed since the last bump, this dimension is healthy with no finding

Artifact freshness

Evaluates whether state artifacts are current relative to plan activity or recent development. Uses the staleness convention from contract.

With plan context (PLAN.md has a Created date and task execution history):

  • Read the plan's Created date from its HTML comment metadata
  • Identify which skills were dispatched during the plan by scanning task entries and PROGRESS.md cycle logs
  • For each dispatched skill, look up its expected artifacts in the contract staleness detection mapping
  • Check each expected artifact's last modification date: git log -1 --format=%aI -- <path>
  • An artifact is stale if its last modification predates the plan's creation date AND the skill that owns it was dispatched at least once during the plan
  • Severity: warning (confidence 70+). Plan-relative staleness carries causal evidence: a skill ran but its artifact didn't update.
  • Artifacts that a skill reads but does not produce are not staleness candidates for that skill

Without plan context (no PLAN.md, or PLAN.md has no Created date):

  • Fall back to PROGRESS.md recency: an artifact is potentially stale if it was not modified since the most recent PROGRESS.md cycle entry date
  • If PROGRESS.md has no entries (fresh project), no staleness check applies
  • Severity: info (confidence 50-60). The fallback is advisory, not authoritative, because there is no dispatched-skill relationship to confirm expected updates
  • This fallback surfaces artifacts that may need attention but should not drive strong findings

Handling: stale artifact findings are reported like any other dimension finding but noted as context for the next plan cycle, not as blocking errors. Include which skill was expected to update the artifact and when the artifact was last modified.

Security hygiene

Lightweight regex-based scan for common security anti-patterns. This is a surface-level check, not a replacement for dedicated security analysis. Always recommend specialized tools for comprehensive coverage.

What to scan:

  • Hardcoded secrets: API key patterns (AKIA, sk-, ghp_, glpat-, xoxb-, xoxp-), password assignments (password\s*=\s*["']), token strings in source (token\s*=\s*["']), private keys in files (-----BEGIN.*PRIVATE KEY)
  • Dangerous function calls: eval() on variables or user input, exec() with string concatenation, subprocess/os.system/child_process.exec with unsanitized input, Function() constructor with dynamic strings
  • Basic injection patterns: SQL string concatenation ("SELECT.*" + or f-string/format with user input in queries), unsanitized shell command construction (os.system(f"...{ or backtick interpolation in shell strings)

How to scan:

Use Grep with targeted patterns across the codebase. Focus on source files, not vendored dependencies, build artifacts, or lock files. Exclude .git/, node_modules/, vendor/, __pycache__/, and similar directories.

Severity assignment:

  • Hardcoded secrets: warning (confidence 75-90 depending on pattern specificity; AKIA is high confidence, generic password= is lower)
  • Dangerous function calls: warning or critical depending on whether user input flows into the call. eval(user_input) is critical; eval(constant) is warning. When data flow is ambiguous, default to warning.
  • Injection patterns: warning (confidence 60-80). String concatenation in SQL is suspicious but may be parameterized elsewhere. Note the ambiguity in the finding.

Grading:

  • A: No secrets, no dangerous calls, no injection patterns found
  • B: Minor findings only (e.g., a password assignment that appears to be a test fixture or placeholder)
  • C: 1-2 warnings involving real credentials or dangerous calls
  • D: Multiple credential leaks or dangerous function patterns
  • F: Pervasive secret exposure or dangerous calls throughout the codebase

Scope limitation notice: every security hygiene finding MUST include a footer recommending dedicated security tools for comprehensive analysis. Use this text:

This is a lightweight surface scan. For comprehensive security analysis, use dedicated tools: semgrep, Snyk, Bandit (Python), npm audit (Node), govulncheck (Go), or similar static analysis and vulnerability scanning tools appropriate to your stack.

Step 4: Distill

After all agents complete:

  1. Filter: discard findings below 50 confidence. Mark 50-69 as "info" regardless of apparent severity.
  2. Deduplicate: merge by preference: (1) fullest context, (2) most evidence-rich dimension, (3) most recent. Preserve complementary evidence from discarded findings.
  3. Cross-reference against DECISIONS.md and TODO.md:

- Matches known decision → discard or downgrade to info - Matches known issue → "already tracked", skip - Genuinely new → include at full severity

  1. Grade each dimension:

- A: No critical/warning findings. B: No critical, some warnings. - C: 1-2 critical or many warnings. D: Multiple critical. - F: Pervasive critical findings.

  1. Trajectory: compare to prior HEALTH.md: improved, degraded, stable dimensions. Calculate overall trajectory: improving / stable / degrading.

Step 5: Report

Assess each dimension in your response. Write ONLY grade, trajectory marker, and finding summary per dimension to HEALTH.md. No reasoning in the artifact; the conversation preserves analysis, the artifact preserves conclusions.

Output constraint per contract token budgets. Letter grade + ≤3 sentences justification per dimension.

When updating existing HEALTH.md entries (e.g., updating Patterns Observed), use the Edit tool on the specific section rather than rewriting the file. Append new audit entries.

Write the audit results to HEALTH.md (append new audit, keep prior audits for trajectory history) and present to the user.

After writing a new audit entry to HEALTH.md, compact older audits via the script. Run: python3 ${AGENTERA_HOME:-$CLAUDE_PLUGIN_ROOT}/scripts/compact_artifact.py health <path-to-HEALTH.md>.

Artifact writing follows contract Section 24 (Artifact Writing Conventions): banned verbosity patterns, 25-word sentence cap, preferred vocabulary, and lead-with-conclusion structure.

Report structure

## Audit N · YYYY-MM-DD

**Dimensions assessed**: [list]
**Findings**: X critical, Y warnings, Z info (N filtered by confidence)
**Overall trajectory**: ⮉ improving | stable | ⮋ degrading vs Audit N-1
**Grades**: Architecture [B] | Patterns [A] | Coupling [C] | Complexity [B] | Tests [D] | Deps [A] | Security [A]

### [Dimension Name]: [Grade]

#### ⇶ [Finding title], critical (confidence: N/100)
#### ⇉ [Finding title], warning (confidence: N/100)
#### ⇢ [Finding title], info (confidence: N/100)
- **Location**: `file:line` (or module/package)
- **Evidence**: [quoted code or structural observation]
- **Impact**: [what breaks, degrades, or risks]
- **Suggested action**: [specific fix, investigation, or refactor]

[Repeat for each finding, ordered by severity then confidence]

### Trends vs Audit N-1
- **Improved**: [what got better and why (e.g., "Coupling [D→C]: circular dep in auth/ resolved in cycle 12")]
- **Degraded**: [what got worse and why]
- **New findings**: [issues not present in prior audit]
- **Resolved**: [prior findings no longer present]

### Patterns Observed
[De facto architecture patterns extracted, the "what IS" independent of what's stated.
This section helps realisera and resonera understand the current reality.]
- Module structure: [how code is organized]
- Error handling: [predominant pattern]
- Testing approach: [how tests are structured]
- Dependency patterns: [how deps are managed]

Step 6: Connect

Feed actionable findings into the suite:

  1. TODO.md: for each critical finding not already tracked, offer to add under the appropriate severity section. Severity mapping per contract severity levels: critical → ## ⇶ Critical, warning → ## ⇉ Degraded, info → ## ⇢ Annoying. Each entry is a checkbox line: - [] [finding description]. Get user confirmation before writing. Output constraint per contract token budgets.
  2. VISION.md: if architecture has intentionally evolved past stated architecture, suggest updating via /resonera.
  3. Present findings and ask if the user wants to: file to TODO.md, deliberate via /resonera, deep-dive on a dimension, or investigate a specific finding.

Safety rails

  • NEVER modify code. Inspektera audits; other skills fix.
  • NEVER file issues to TODO.md without explicit user confirmation.
  • NEVER present speculative findings (confidence < 50) as definitive problems.
  • NEVER ignore DECISIONS.md context. If a finding contradicts a deliberate decision, it is not a finding but an implementation of that decision. Discard or downgrade.
  • NEVER report known issues already tracked in TODO.md as new findings.
  • NEVER flag subjective style preferences as findings unless they violate stated principles in VISION.md, CLAUDE.md, or the decision profile.
  • NEVER run destructive commands or install packages. Read-only assessment.

Exit signals

Report one of these statuses at workflow completion:

Format: ─── ⛶ inspektera · status ─── followed by a summary sentence. For flagged, stuck, and waiting: add bullet details below the summary.

  • complete: All selected audit dimensions were assessed, findings were synthesized, grades were assigned, HEALTH.md was updated, and the user was presented with actionable results.
  • flagged: The audit completed but with notable caveats: one or more dimensions had to be skipped due to missing tooling, confidence was too low to grade a dimension reliably, or critical findings were discovered that require urgent attention beyond the audit scope.
  • stuck: Cannot complete the audit because the project is inaccessible, required language tooling is unavailable and manual analysis is not feasible, or filing findings to TODO.md was declined by the user and the results cannot be safely surfaced any other way.
  • waiting: The audit target is ambiguous: no project was identified, the codebase is too incomplete to assess meaningfully, or the user's request specifies dimensions that cannot be evaluated without additional information.

Cross-skill integration

Inspektera is part of a twelve-skill suite. It is the feedback loop, the skill that tells realisera whether its work is making things better.

Inspektera feeds /realisera

Critical and warning findings filed to TODO.md become candidates for realisera's work selection. The severity mapping ensures structural problems compete fairly with feature work. The "Patterns Observed" section helps realisera understand the codebase's de facto architecture when planning changes.

Inspektera feeds /resonera

When the audit reveals architectural drift, suggest /resonera before fixes begin.

Use it when code has moved past stated architecture or competing patterns need a decision.

Inspektera feeds /planera

When the audit reveals multiple related structural issues, suggest /planera to create a remediation plan. The plan's acceptance criteria give inspektera concrete targets to verify in the next audit.

Inspektera feeds /optimera

When a dimension grade is poor and the improvement is measurable (test coverage, dependency count, complexity score), the finding can become an optimization objective. Suggest /optimera when the metric and direction are clear.

Inspektera reads /realisera output

PROGRESS.md tells inspektera what was built recently. Recent changes are higher-priority audit targets because they're the most likely source of regressions or pattern breaks. Cycle count since last audit signals when a health check is overdue.

Inspektera reads /resonera output

DECISIONS.md explains why things are the way they are. Findings that contradict deliberate decisions are not findings. This prevents inspektera from flagging intentional tradeoffs as problems.

Inspektera reads /visualisera output

DESIGN.md provides visual identity constraints that inspektera can audit for consistency, checking whether the codebase respects the declared design tokens and patterns.

Inspektera is informed by /profilera

The decision profile calibrates what "healthy" means for this user. A user who values simplicity over flexibility will have different complexity thresholds than one who values extensibility. High-confidence quality preferences from the profile weight the grading.


Getting started

First audit

  1. /inspektera: runs a full audit across all applicable dimensions, bootstraps HEALTH.md
  2. Review findings, file critical ones to TODO.md
  3. /realisera: next cycle picks up the filed issues and starts fixing

Periodic health checks

Run /inspektera every 5-10 realisera cycles, or when:

  • A major feature was added
  • Significant refactoring occurred
  • The codebase "feels" harder to work in
  • Before a major architectural decision (to understand current state)

Targeted audits

/inspektera architecture coupling

Specify dimensions to narrow the audit scope. Useful after specific kinds of changes.

After an audit

  • Good grades (A/B): Celebrate. Keep building.
  • Mixed grades (C): File the critical findings, deliberate on the warnings.
  • Poor grades (D/F): Consider pausing feature work. Use /resonera to deliberate on priorities, then /realisera to fix the structural problems before building more.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.14%
按下载量换算79

Claude

30.98%
按下载量换算70

Cursor

15.83%
按下载量换算36

Gemini CLI

8.38%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills