security-check
vmain
io.github.alibaba/loongcollector/security-check
Whenever commit or push is mentioned
共 2,719 个资源
vmain
io.github.alibaba/loongcollector/security-check
Whenever commit or push is mentioned
vmain
io.github.alibaba/loongcollector/testing-standards
Testing standards for LoongCollector: unit tests, e2e tests, benchmarks. Reference when writing or reviewing tests.
vmain
io.github.doccker/cc-use-exp/refactor-safety
当用户要求重构代码(提取组件、合并重复逻辑、重命名变量、优化结构)时触发。提供重构安全检查清单,防止丢失原始上下文。
vmain
io.github.doccker/cc-use-exp/refactor-safety
当用户要求重构代码(提取组件、合并重复逻辑、重命名变量、优化结构)时触发。提供重构安全检查清单,防止丢失原始上下文。
vmain
io.github.softspark/ai-toolkit/docker-devops
Docker/K8s: Dockerfile, multi-stage, compose, manifests, Helm. Triggers: Docker, Dockerfile, container, Kubernetes, k8s, compose, Helm, pod.
vmain
io.github.elastic/kibana/scout-best-practices-reviewer
Review Scout UI/API tests (including Scout test migrations) for best practices, reuse, and parity.
vmain
io.github.microsoft/semantic-link-labs/sql_to_dax
Guide for translating SQL aggregation expressions into DAX measures.
vmain
io.github.iflytek/skillhub/backend-module-structure
Rules for the SkillHub backend Maven multi-module clean architecture. Ensures agents place new code in the correct module and respect dependency direction.
vmain
io.github.iflytek/skillhub/frontend-conventions
Coding conventions, architecture patterns, and testing rules for the SkillHub React frontend. Ensures agents follow Feature-Sliced Design and use the generated OpenAPI types.
vmain
io.github.iflytek/skillhub/testing-and-ci
Testing conventions, CI pipeline rules, and smoke test coverage for SkillHub. Ensures agents write tests correctly and understand the CI gate requirements.
vmain
io.github.NVIDIA/SkillSpector/sqp1_clean
Deploy infrastructure using Terraform
vmain
io.github.NVIDIA/SkillSpector/sqp2_clean
Deploy a service to the staging environment via shell commands
vmain
io.github.InternLM/lmdeploy/docker-build
Build an LMDeploy Docker image and push it to the inner registry.
vmain
io.github.affaan-m/ECC/agentic-os
Build persistent multi-agent operating systems on Claude Code. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and state management without external databases.
vmain
io.github.affaan-m/ECC/agent-architecture-audit
Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures, hidden repair loops, and rendering corruption. Produces severity-ranked findings with code-first fixes. Essential for developers building agent applications, autonomous loops, or any LLM-powered feature.
vmain
io.github.affaan-m/ECC/agent-payment-x402
Add x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer through OKX Payments / OKX Agent Payments Protocol.
vmain
io.github.github/awesome-copilot/refactor-plan
Create a concrete plan before starting a multi-file refactor. Use when the user asks to plan, sequence, scope, or safely execute a refactor across multiple files; always investigate first, output the plan, and wait for confirmation before making code changes.
vmain
io.github.pedronauck/skills/kubernetes-specialist
Use when deploying or managing Kubernetes workloads. Invoke to create deployment manifests, configure pod security policies, set up service accounts, define network isolation rules, debug pod crashes, analyze resource limits, inspect container logs, or right-size workloads. Use for Helm charts, RBAC policies, NetworkPolicies, storage configuration, performance optimization, GitOps pipelines, and multi-cluster management.
vmaster
io.github.clockworklabs/SpacetimeDB/typescript-client
SpacetimeDB TypeScript/React client SDK reference. Use when building web clients that connect to SpacetimeDB.
vmaster
io.github.clockworklabs/SpacetimeDB/typescript-server
SpacetimeDB TypeScript server module SDK reference. Use when writing tables, reducers, or module logic in TypeScript.
vmaster
io.github.redpanda-data/console/react-best-practices
Client-side React performance optimization patterns.
vmain
io.github.openclaw/openclaw/openclaw-refactor-docs
Refactor an existing OpenClaw docs page with source-audited preservation, restructuring, and verification.
vmain
io.github.browser-use/browser-use/browser-use
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.
vmain
io.github.affaan-m/ECC/agent-sort
通过将技能、命令、规则、钩子和额外内容并行进行仓库感知审查,为特定仓库构建基于证据的 ECC 安装计划,将其分为 DAILY 和 LIBRARY 两类。当 ECC 应精简为项目实际所需而非加载完整包时使用。