
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
aucoll-player
Advanced tools
npm i aucoll-player@latest -g
auplayer replay --f=./record.json
METHOD
POST
PATH
/player/task/run
BODY
{
"task_id": string,
"event": Event,
"capture": boolean,
}
接收到 action 为 start_up_record 的事件后,会创建一个 task_id,并响应。
后续其他事件需要通过 task_id 来追踪任务,所以后续事件需要一并带上 task_id。
capture属性表示是否截图,如果传递了 true,则会在事件执行后截图并响应。
播放器接口接收的event结构和录制结果的每个event一致,但每个事件需要的参数不一样,数量也不多,所以只需要包含依赖属性即可。
detail.current_tab_full_pathcontext.view_port.widthcontext.view_port.height{
"action": "start_up_record",
"detail": {
"current_tab_full_path": "https://stackoverflow.com/"
},
"context": {
"view_port": {
"width": 1519,
"height": 715
}
}
}
dom.path{
"action": "focus",
"dom": {
"path": "id(\"search\")/DIV[1]/INPUT[1]"
}
}
dom.pathdetail.current_value{
"action": "blur",
"detail": {
"current_value": "c++",
},
"dom": {
"path": "id(\"search\")/DIV[1]/INPUT[1]"
}
}
dom.pathdetail.full_value{
"action": "input",
"detail": {
"full_value": "c++"
},
"dom": {
"path": "id(\"search\")/DIV[1]/INPUT[1]"
}
}
无依赖属性
{
"action": "enter_keyup"
}
dom.cursor{
"action": "click",
"dom": {
"cursor": {
"x": 844,
"y": 22
}
}
}
dom.pathdetail.scroll_topdetail.scroll_left{
"action": "scroll_end_by_mouse_wheel",
"detail": {
"scroll_top": 0,
"scroll_left": 0,
"direction": "up"
},
"dom": {
"path": "id(\"undefined\")",
}
}
无依赖属性
{
"action": "close_tab"
}
无依赖属性
{
"action": "stop_record"
}
FAQs
## 事件回放器
The npm package aucoll-player receives a total of 3 weekly downloads. As such, aucoll-player popularity was classified as not popular.
We found that aucoll-player demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.