Token导航 LogoToken导航TokenDH.com
前端设计敏感数据github未标认证来源可访问许可证需确认审计提醒

syncfusion-angular-pivot-tablesyncfusion Angular pivot table 命令行

Agent Skill

syncfusion-angular-pivot-table 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,151

周安装

47

GitHub Stars

公开资料未说明

下载量

372
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/syncfusion/angular-ui-components-skills --skill syncfusion-angular-pivot-table

简介

用于处理 GitHub 仓库、Issue 和 Pull Request 协作信息。

  • 适合围绕仓库状态和代码变更进行整理。
  • 通过 GitHub 仓库安装,支持主流宿主环境。
  • 使用前建议确认权限范围和维护状态。syncfusion-angular-pivot-table 属于前端设计类 Skill,可作为该场景下的辅助能力补充。
  • 注意可能涉及联网和命令执行,需谨慎使用。

SKILL.md

Implementing Angular Pivot Grid

The Syncfusion Angular Pivot Grid is a powerful data visualization and analysis component for creating interactive pivot tables, aggregating multidimensional data, and performing advanced analytics operations.

Important: Always verify API class names, properties, and method signatures by consulting the reference files in this skill (references/*.md). These are maintained with verified, working examples. Do not assume API details from other sources.

⚠️ Security Warning: Data Source Validation

CRITICAL SECURITY NOTICE: When implementing pivot tables, always use trusted data sources. Never fetch or bind data from untrusted or user-provided URLs without proper validation and sanitization.

Security Best Practices:

  1. Use Local Data: Prefer local, in-memory data sources for maximum security
  2. Validate Remote Sources: Only connect to authenticated and authorized API endpoints under your control
  3. Sanitize User Input: Never allow users to specify arbitrary URLs or data sources
  4. Implement Authentication: Always use authentication headers and secure API endpoints
  5. Content Validation: Validate and sanitize all data received from external sources before binding
  6. Use HTTPS: Always use HTTPS for remote data connections
  7. Rate Limiting: Implement rate limiting on API endpoints to prevent abuse

Security Risks:

  • Indirect Prompt Injection: Untrusted third-party data can contain malicious content that manipulates AI agent behavior
  • Data Exfiltration: Malicious data sources could attempt to extract sensitive information
  • Code Injection: Untrusted data may contain scripts or harmful content

Recommended Approach:

DO: Use controlled, authenticated backend APIs ✅ DO: Implement server-side data validation ✅ DO: Use environment variables for API endpoints ✅ DO: Whitelist allowed data sources

DON'T: Accept user-provided URLs ❌ DON'T: Bind to public, untrusted endpoints ❌ DON'T: Skip data validation and sanitization ❌ DON'T: Use HTTP for sensitive data

When to Use This Skill

Use this skill when users need to:

  • Create and configure pivot tables from multidimensional data
  • Bind data from OLAP or relational data sources
  • Aggregate data with multiple aggregation functions (Sum, Avg, Count, etc.)
  • Group data by number ranges, dates, or custom categories
  • Create and manage calculated fields with formulas
  • Enable drill-down and drill-through operations
  • Visualize data with integrated pivot charts
  • Apply custom formatting and conditional styling
  • Optimize large dataset performance
  • Export pivot grid data to Excel or PDF
  • Persist and restore pivot grid state
  • Customize UI with field lists, grouping bars, and toolbars

Documentation Guide

Getting Started

📄 Read: references/getting-started.md

  • Installation and package setup
  • Basic Angular Pivot Grid implementation
  • CSS imports and theme configuration
  • RTL (Right-to-Left) support
  • Component initialization

Aggregation

📄 Read: references/aggregation.md

  • Aggregation functions: Sum, Avg, Count, Min, Max, Product, Median, DistinctCount
  • Advanced aggregations: DifferenceFrom, PercentageOfDifferenceFrom, PercentageOfParentTotal
  • Base field configuration with baseField and baseItem properties
  • Multiple aggregations on same field
  • Customizing aggregation dropdown and UI
  • Runtime aggregation type changes
  • Events: aggregateCellInfo, actionBegin, actionComplete

Grouping

📄 Read: references/grouping.md

  • Enable grouping with allowGrouping: true and inject GroupingService
  • Number grouping: Configure ranges with rangeInterval, startingAt, endingAt
  • Date grouping: Organize by Years, Quarters, Months, Days, Hours, Minutes, Seconds
  • Custom grouping: Group data by business-defined categories
  • UI-based grouping through context menu
  • Ungrouping and programmatic ungrouping
  • Common grouping patterns and troubleshooting

Calculated Fields

📄 Read: references/calculated-field.md

  • Creating calculated fields interactively and programmatically
  • Enabling with allowCalculatedField: true, injecting CalculatedFieldService
  • Defining with calculatedFieldSettings (name, formula)
  • Adding to values array with type: 'CalculatedField'
  • Editing/renaming fields through UI (Field List, Grouping Bar)
  • Formula syntax: Operators (+, -, *, /, ^, <, >, ==,!=, &, |,?), Functions (abs, min, max, isNaN, Math.*)
  • Aggregation functions in formulas: Sum, Count, Avg, Min, Max
  • Formatting with separate formatSettings array: Currency (C), Number (N), Percentage (P)
  • Events: calculatedFieldCreate (validation), actionBegin/actionComplete (control operations)

Pivot Chart Integration

📄 Read: references/pivot-chart-integration.md

  • Inject PivotChartService provider to enable chart functionality
  • Chart types: 21+ types including Line, Column, Area, Bar, StepArea, Pie, Doughnut, Funnel, Pyramid, Radar, Polar, Pareto, Bubble, Scatter, Spline
  • Display options: Configure with displayOption property to show Table, Chart, or Both with view and primary settings
  • Series customization: Customize charts via chartSeries in chartSettings (type, marker, dataLabel)
  • Field list integration: Enable with showFieldList: true for dynamic field manipulation
  • Grouping bar support: Enable with showGroupingBar: true for axis field switching
  • Axis configuration: Customize X/Y axes via primaryXAxis and primaryYAxis in chartSettings
  • Multiple axes: Configure enableMultipleAxis for multi-value visualization with multipleAxisMode
  • Accumulation chart drill: Support drill-down/up on Pie, Doughnut, Funnel, Pyramid via context menu

Filtering & Sorting

📄 Read: references/filtering-and-sorting.md

  • Member filtering: Include or exclude specific field members
  • Label filtering: Filter based on header text or member names
  • Value filtering: Filter based on aggregated values meeting conditions
  • Member sorting: Arrange field members in ascending/descending order
  • Custom member sorting: Sort field members in user-defined order using membersOrder
  • Value sorting: Sort pivot table values and aggregated data with enableValueSorting
  • Programmatic value sorting: Configure with valueSortSettings

Data Formatting & Conditional Formatting

📄 Read: references/data-formatting.md

  • Number formatting: Apply Currency (C), Percentage (P), Number (N), Scientific (E) formats
  • Custom format strings: Define format strings with placeholders for calculated fields
  • Conditional formatting: Apply colors/styles based on cell values using conditionalFormatSettings
  • Format settings configuration: Configure in separate formatSettings array in dataSourceSettings

Export & Printing

📄 Read: references/export-and-print.md

  • Excel export: excelExport() with custom properties, themes
  • PDF export: pdfExport() with headers, footers, page orientation
  • CSV export: csvExport() for large datasets (1M+ rows)
  • Print functionality: print() method for table and chart
  • Multi-table export: Combine multiple pivot tables in single file
  • Export customization: Cell styling, color themes, branding

UI Customization

📄 Read: references/ui-customization.md

  • Toolbar configuration: Show/hide built-in toolbar items
  • Report management: New, Save, Load, Delete reports
  • View switching: Toggle between Grid and Chart modes
  • Export options: Quick export buttons
  • Grand totals/Subtotals: Show/hide and customize positioning
  • Custom templates: Build custom toolbar or field list

Grouping Bar UI Operations

📄 Read: references/grouping-bar-ui-operations.md

  • Enable grouping bar: Set showGroupingBar: true on component
  • Drag-and-drop reorganization: Move fields between Row, Column, Value, Filter axes
  • Filter operations: Access filters from grouping bar field buttons
  • Sort operations: Configure sort options via grouping bar interface
  • Remove operations: Remove fields directly from grouping bar
  • Value field management: Switch between value fields in accumulation charts
  • Hide specific icons: Control visibility of filter, sort, remove icons per field
  • Grouping bar customization: Configure via groupingBarSettings

Tooltips Customization

📄 Read: references/tooltips-customization.md

  • Enable/disable tooltips: Configure tooltip visibility on cells and charts
  • Custom tooltip templates: Define dynamic tooltip content with placeholders
  • Available placeholders: Row headers, column headers, value, and other cell metadata
  • Pivot chart tooltip customization: Customize tooltip appearance for chart data points
  • CSS styling: Style tooltip appearance with custom CSS
  • Dynamic tooltip content: Configure based on cell values and context

Editing & Drill Operations

📄 Read: references/editing-drill-operations.md

  • Enable editing: Set allowEditing: true on component (relational data only)
  • Edit modes: Normal (inline), Dialog (popup), Batch (multiple), Command Column (dedicated)
  • Edit settings: Configure via editSettings with allowAdding, allowDeleting, allowCommandColumns
  • Edit events: Monitor editCompleted, actionBegin, actionComplete, actionFailure
  • CRUD operations: Create, Read, Update, Delete records via editing interface
  • Drill-through operations: View raw underlying data for aggregated values via context menu
  • Drill-down operations: Click cells to navigate hierarchical data deeper
  • Cell selection: Configure via selectionSettings
  • Save data: Updated records persist via event handlers and data binding

OLAP Data Sources

📄 Read: references/olap-data-sources.md

  • Connection configuration: Set url, catalog, cube, providerType: 'SSAS' in dataSourceSettings
  • OLAP cube elements: Measures (numeric aggregates), Dimensions (hierarchical groupings), Hierarchies, Named Sets
  • MDX support: Configure using MDX (Multidimensional Expressions) syntax for queries
  • Hierarchies: Access via [Dimension].[Hierarchy] notation (e.g., [Date].[Date Hierarchy])
  • Calculated fields: Create Calculated Measures and Dimensions in OLAP cubes
  • Authentication: Configure via connection string or backend authentication headers
  • Named sets: Predefined member groups for analysis
  • Advanced features: Drill-down, virtual scrolling, value filtering with OLAP

Paging Configuration

📄 Read: references/paging-configuration.md

  • Enable paging with enablePaging: true and inject PagerService
  • Page settings: rowPageSize, columnPageSize, currentRowPage, currentColumnPage
  • Pager UI configuration and positioning (Top/Bottom)
  • Row vs column paging
  • Compact view and inverse pager layout
  • Custom page size options in dropdown
  • Paging with virtual scrolling for optimization
  • Server-side paging for huge datasets
  • Mobile-optimized paging

Virtual Scrolling

📄 Read: references/virtual-scrolling.md

  • Enable virtual scrolling with enableVirtualization: true for large datasets
  • Single page mode: Use allowSinglePage: true to render only current view page
  • Limitations: pixel-based columnWidth, avoid runtime sizing changes
  • Static FieldList synchronization using enginePopulated events and update/updateView methods
  • Performance optimization for 100K+ rows on client-side

Drill-Down & Drill-Through Operations

📄 Read: references/drill-down.md

  • Drill-down: Navigate hierarchical data by clicking cells
  • Drill-up: Navigate back to higher levels
  • Drill-through: View raw underlying data for aggregated values
  • Events: cellClick, fieldDrop, fieldsUpdated for drill interactions
  • Context menu: Built-in drill operations

Database Connections

📄 Read: references/database-connections.md

  • SQL Server: Connect via connection strings with SQL authentication
  • MySQL: Configure with host, port, user, password, and database
  • PostgreSQL: Connection configuration for PostgreSQL databases
  • Oracle: Oracle database connectivity with named parameters
  • MongoDB: Connect to MongoDB collections and query documents
  • Elasticsearch: Big data analytics via Elasticsearch indices
  • Snowflake: Cloud data warehouse integration
  • Server-side processing: Use ASP.NET Core backend with database queries

Server-Side Pivot Engine

📄 Read: references/server-side-pivot-engine.md

  • Server-side aggregation: Delegate heavy processing to ASP.NET Core backend
  • Client configuration: Set mode: 'Server' with url endpoint in dataSourceSettings
  • ASP.NET Core setup: Download and configure PivotController with Syncfusion.Pivot.Engine NuGet
  • Data sources: Support Collection, JSON, CSV, DataTable, Dynamic objects on server
  • Large datasets: Handle 100K+ rows with server-side processing
  • Virtual scrolling: Combine with server mode for optimal performance
  • Export operations: Excel/CSV export of server-processed data
  • Authentication: Configure via beforeServiceInvoke event or headers

Performance Optimization

📄 Read: references/performance-optimization.md

  • Virtual scrolling: Enable with enableVirtualization: true for 100K+ rows
  • Single page mode: Use allowSinglePage: true for better performance
  • Paging: Configure with pageSettings for row/column pagination
  • Data compression: Enable allowDataCompression: true for duplicate record summarization
  • Deferred updates: Use allowDeferLayoutUpdate: true to batch field operations
  • Large dataset handling: Server-side processing with mode: 'Server'
  • Best practices: Pre-filtering, optimized sorting, member filtering limits, avoiding built-in grouping

State Persistence & Hyperlinks

📄 Read: references/state-persistence-hyperlinks.md

  • State persistence: Save and restore pivot configuration using getPersistData()
  • Local storage: Persist report state in browser localStorage for user sessions
  • Report management: Save, load, and delete named reports
  • JSON serialization: Export/import report configurations as JSON
  • Hyperlinks: Enable clickable hyperlinks in pivot cells via hyperlinkSettings
  • Hyperlink events: Handle hyperlink clicks with appropriate event handlers
  • Drill-through hyperlinks: Links to detailed data sources for aggregates

Quick Start Example

import { PivotViewAllModule, CalculatedFieldService } from '@syncfusion/ej2-angular-pivotview';
import { Component, OnInit, ViewChild } from '@angular/core';
import { PivotViewComponent, IDataSet } from '@syncfusion/ej2-angular-pivotview';
import { DataSourceSettingsModel } from '@syncfusion/ej2-pivotview/src/model/datasourcesettings-model';

@Component({
  imports: [PivotViewAllModule],
  providers: [CalculatedFieldService],
  standalone: true,
  selector: 'app-pivot-grid',
  template: `
    <ejs-pivotview #pivotview id='PivotView'
      [dataSourceSettings]="dataSourceSettings"
      [height]="'500px'"
      [width]="'100%'"
      [allowCalculatedField]="true"
      [allowGrouping]="true"
      [toolbar]="toolbarItems">
    </ejs-pivotview>
  `
})
export class AppComponent implements OnInit {
    @ViewChild('pivotview') pivotViewComponent!: PivotViewComponent;

    public pivotData!: IDataSet[];
    public dataSourceSettings!: DataSourceSettingsModel;
    public toolbarItems: string[] = ['New', 'Save', 'SaveAs', 'Rename', 'Remove', 'Load', 'Export'];

    ngOnInit(): void {
        this.pivotData = [
            { 'Sold': 31, 'Amount': 52824, 'Country': 'France', 'Products': 'Mountain Bikes', 'Year': 'FY 2015', 'Quarter': 'Q1' },
            { 'Sold': 51, 'Amount': 86904, 'Country': 'France', 'Products': 'Mountain Bikes', 'Year': 'FY 2015', 'Quarter': 'Q2' },
            { 'Sold': 90, 'Amount': 153360, 'Country': 'France', 'Products': 'Mountain Bikes', 'Year': 'FY 2015', 'Quarter': 'Q3' },
            { 'Sold': 25, 'Amount': 42500, 'Country': 'France', 'Products': 'Road Bikes', 'Year': 'FY 2015', 'Quarter': 'Q1' },
            { 'Sold': 40, 'Amount': 68000, 'Country': 'Germany', 'Products': 'Mountain Bikes', 'Year': 'FY 2015', 'Quarter': 'Q2' }
        ];

        this.dataSourceSettings = {
            dataSource: this.pivotData,
            expandAll: false,
            rows: [{ name: 'Country' }, { name: 'Products' }],
            columns: [{ name: 'Year' }, { name: 'Quarter' }],
            values: [
                { name: 'AvgAmount', type: 'CalculatedField' },
                { name: 'Sold', type: 'Count' }
            ],
            calculatedFieldSettings: [
                {
                    name: 'AvgAmount',
                    formula: '"Sum(Amount)"/"Count(Sold)"'  // Calculated field: Average
                }
            ],
            formatSettings: [
                { name: 'Amount', format: 'C2' },             // Currency format
                { name: 'AvgAmount', format: 'C2' }           // Format calculated field
            ]
        };
    }
}

Common Patterns

Pattern 1: Multiple Fields with Different Aggregation Types

Each field supports only ONE aggregation type. To analyze different aspects, use different fields with their respective aggregation functions:

values: [
    { name: 'Amount', type: 'Sum' },      // Total sales amount
    { name: 'Quantity', type: 'Avg' },    // Average quantity sold
    { name: 'Sold', type: 'Count' },      // Number of transactions
    { name: 'Price', type: 'Min' },       // Minimum price
]

Note: Each field in the values array can only have ONE type. To get multiple aggregation types for analysis, use different fields or create calculated fields combining aggregations.

Pattern 2: Hierarchical Grouping

Organize data with multi-level grouping:

rows: [
    { name: 'Country' },    // Primary level
    { name: 'Region' },     // Secondary level
    { name: 'City' }        // Tertiary level
],
columns: [
    { name: 'Year' },       // Year level
    { name: 'Quarter' }     // Quarter level
]

Pattern 3: Using Calculated Fields with Aggregations

Combine calculated fields with multiple aggregation types for advanced analysis:

values: [
    { name: 'Amount', type: 'Sum' },       // Total amount
    { name: 'Quantity', type: 'Avg' },     // Average quantity
    { name: 'AvgRevenue', type: 'CalculatedField' }  // Custom calculation
],
calculatedFieldSettings: [
    {
        name: 'AvgRevenue',
        formula: '"Sum(Amount)" / "Count(Quantity)"'  // Revenue per unit
    }
],
formatSettings: [
    { name: 'Amount', format: 'C2' },      // Currency format for Amount
    { name: 'AvgRevenue', format: 'C2' }   // Currency format for calculated field
]

Pattern 4: Number Range Grouping

Group numeric fields into ranges:

groupSettings: [
    {
        name: 'ProductID',
        type: 'Number',
        rangeInterval: 5,
        startingAt: 1000,
        endingAt: 1010
    }
]

Pattern 5: Date Hierarchy Grouping

Organize dates with time-based hierarchies:

groupSettings: [
    {
        name: 'OrderDate',
        type: 'Date',
        groupInterval: ['Years', 'Months'],  // Year then month hierarchy
        startingAt: new Date(2020, 0, 1),
        endingAt: new Date(2023, 11, 31)
    }
]

Key Configuration Properties

PropertyTypeLocationPurpose
rowsArraydataSourceSettingsFields organized vertically for grouping data
columnsArraydataSourceSettingsFields organized horizontally for grouping data
valuesArraydataSourceSettingsFields to aggregate with type (Sum, Avg, Count, CalculatedField, etc.)
filtersArraydataSourceSettingsFields used to filter data across both axes
typeStringvalues fieldAggregation type: Sum, Avg, Count, Min, Max, Product, DistinctCount, Median, RunningTotals, DifferenceFrom, PercentageOfDifferenceFrom, PercentageOfGrandTotal, PercentageOfColumnTotal, PercentageOfRowTotal, PercentageOfParentTotal, PopulationStDev, SampleStDev, PopulationVar, SampleVar, Index, CalculatedField
baseFieldStringvalues fieldField reference for DifferenceFrom/Percentage-based comparisons (base field aggregation)
baseItemStringvalues fieldSpecific member for base field comparisons
allowCalculatedFieldBooleanComponentEnable calculated field feature (requires CalculatedFieldService provider)
calculatedFieldSettingsArraydataSourceSettingsDefine calculated field name and formula properties
formulaStringcalculatedFieldSettingsMathematical expression using aggregation functions (Sum, Count, Avg, Min, Max) and operators (+, -, *, /, ^, <, >, ==,!=, &, \,?)
formatSettingsArraydataSourceSettingsSEPARATE array for number formatting (C, N, P, E) of value fields and calculated fields
allowGroupingBooleanComponentEnable grouping feature (requires GroupingService provider)
groupSettingsArraydataSourceSettingsConfigure number, date, or custom grouping with name, type, rangeInterval, groupInterval
groupIntervalArraygroupSettingsGrouping hierarchy (Years, Quarters, Months, Days, Hours, Minutes, Seconds)
aggregateTypesArrayComponentRestrict aggregation dropdown to specific types (array of AggregateTypes)
showAggregationOnValueFieldBooleandataSourceSettingsDisplay aggregation type in grouping bar button text (e.g., "Sum of Amount" vs "Amount")
sortSettingsArraydataSourceSettingsConfigure field sorting with order, membersOrder, name properties
enableValueSortingBooleanComponentEnable sorting by aggregated values

Important: When adding calculated fields to values, use type: 'CalculatedField' to distinguish them from regular aggregations. Format settings must be applied in a separate formatSettings array, not within the value field object.


Next Steps

Foundation (Start here):

  1. Read Getting Started for setup and initialization
  2. Read Aggregation to implement aggregation functions and base field aggregations
  3. Read Grouping to configure number, date, and custom grouping

Data Manipulation: 4. Read Calculated Fields for complex calculations and custom field formulas 5. Read Filtering & Sorting for label/value filtering and custom sorting 6. Read Data Formatting for number formats and conditional formatting

Visualization & Interaction: 7. Read Pivot Chart Integration for charting and drill operations 8. Read UI Customization for toolbars and custom interfaces 9. Read Drill-Down & Drill-Through for hierarchical data exploration

Advanced Features: 10. Read Export & Printing for multi-format export (Excel, PDF, CSV) 11. Read State Persistence for saving and restoring configurations 12. Read Database Connections for SQL/NoSQL/big data integration 13. Read Server-Side Pivot Engine for processing 100K+ rows on backend 14. Read Performance Optimization for large datasets, deferred updates, and virtual scrolling


Foundational References

These files provide foundational knowledge and may be referenced by feature guides:

📄 references/core-concepts.md - Data binding types (JSON, CSV, OLAP), client-side vs server-side comparison, choosing appropriate data sources

📄 references/layout-and-columns.md - Classic layout, row/column sizing, column features, cell selection and customization

📄 references/field-list.md - Field list UI (popup/fixed modes), field organization, deferred updates patterns

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.98%
按下载量换算130

Claude

34.29%
按下载量换算128

Cursor

18.77%
按下载量换算70

Gemini CLI

9.11%
按下载量换算34

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills