awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesKey Validators

Tools that verify whether API keys and tokens are active and have the expected permissions by making test requests to service endpoints.

Distinct from API Key Management: Distinct from API Key Management: focuses on one-shot validity checks of existing keys, not lifecycle management or policy enforcement.

Explore 3 awesome GitHub repositories matching security & cryptography · Key Validators. Refine with filters or upvote what's useful.

Awesome Key Validators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • streaak/keyhacksstreaak 的头像

    streaak/keyhacks

    6,069在 GitHub 上查看↗

    Keyhacks is a command-line tool that tests whether API keys and tokens for dozens of cloud services are valid and active. It automates the verification of discovered credentials during security auditing and penetration testing, confirming if leaked or harvested API keys, tokens, and secrets are still operational. The tool validates credentials by sending lightweight, service-specific HTTP requests to each platform's API endpoint and inspecting the response status or body. Each validation runs independently without storing state between requests, using pre-defined request templates with the co

    Provides automated validation of API keys across dozens of cloud services to confirm they are still active.

    在 GitHub 上查看↗6,069
  • easychen/pushdeereasychen 的头像

    easychen/pushdeer

    5,006在 GitHub 上查看↗

    Pushdeer 是一个自托管的推送通知服务,旨在向移动设备和物联网硬件发送即时警报。它作为一个中心化的后端,用于通过私有服务器管理和路由自定义通知。 该系统以其“无 App 推送”能力而著称,利用原生操作系统功能接收警报,无需在手机上安装专门的客户端应用程序。对于物联网集成,它作为使用 MQTT 协议的消息网关,向智能硬件发送实时文本和图像通知。 该平台包含一套全面的 API 密钥和设备注册令牌管理套件,以确保通知流水线的安全。它支持通过自定义 JSON 格式从第三方平台转发外部通知,并提供基于主题的路由,将特定内容类型定向到目标设备。硬件特定能力包括设备屏幕上的图像渲染、网络时间同步以及触发蜂鸣器等物理警报的能力。 后端以容器化环境提供,专为使用 Docker 和 Compose 进行部署而设计。

    Secures the notification pipeline by requiring unique API keys to validate requests from third-party senders.

    Cappclipnotification-service
    在 GitHub 上查看↗5,006
  • nixtla/nixtlaNixtla 的头像

    Nixtla/nixtla

    3,932在 GitHub 上查看↗

    Nixtla 是一个以基于 Transformer 的基础模型为中心的时序分析平台。它为预测和异常检测提供零样本推理,允许系统在无需模型重新训练的情况下预测新时序的未来值。 该项目专为大规模分析而设计,使用分布式推理扩展和预测并行化来处理数百万个数据序列。它支持微调适配以针对特定领域数据集调整预训练权重,并提供从本地执行和私有容器到作为 Snowflake 内存储过程集成等多种部署选项。 能力包括长周期和间歇性需求预测、假设场景分析以及预测不确定性量化。该系统还提供了一个完整的数据工程流水线,用于审计、清理和使用外生变量及基于日期的指标来丰富时序数据。 模型可靠性通过交叉验证回测、预测准确性验证以及用于超参数记录的实验跟踪来管理。

    Validates the status and permissions of authorization keys to secure API request endpoints.

    Jupyter Notebookagentagentic-aianomaly-detection
    在 GitHub 上查看↗3,932
  1. Home
  2. Security & Cryptography
  3. API Key Management
  4. Key Validators

探索子标签

  • Notification Pipeline AuthorizationSecures the flow of notifications by validating requests from third-party senders using unique keys. **Distinct from Key Validators:** Focuses on authorizing the notification pipeline rather than one-shot validity checks of existing keys