
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
glede-init
Advanced tools
├── app.ts // 服务器启动入口
├── configs // 服务器配置
│ └── app-config.ts // 服务器配置文件 支持ts和json格式, 可配置多个用于区分运行时环境
├── tsconfig.json // ts编译配置
├── types // ts类型描述
│ └── global.d.ts // 全局类型描述
├── controllers // 数据操作对象
├── protos // protobuf子模块, 用于生成proto对应的编解码工具
├── components // 服务通用组件
├── utils // 服务通用工具
├── crons // 定时事务
├── logs // 日志目录
│ ├── running.log // 服务运行日志
│ └── routers.txt // 注册路由信息树状图
└── routers // 接口目录
├── api // /api开头, 用于业务接口
├── common // /开头, 用于通用接口
└── openapi // /openapi开头, 用于开放接口对接三方
cd protos, 阅读protos/README.md./protos/gen/pb/index.js 和./protos/gen/pb/index.d.ts 拷贝到 ./configs/protos/ 下使用FAQs
用于便捷创建glede-server项目, 依赖bun@^1.2.10
We found that glede-init demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.