Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
abhisek
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Why Does an NPM Math Library Need an Encrypted Loader?
(safedep.io)
47 points
by
abhisek
5d ago
|
6 comments
2.
▲
by
abhisek
1mo ago
This is exactly what PMG is designed for ie. install/build time process level sandboxing. It currently doesn't support cargo, but I believe the challenges are same. Here is my learning building PMG: Sandboxing is good when the wor
3.
▲
Malicious Rust crate Arrayref runs a build-time payload
(safedep.io)
554 points
by
abhisek
1mo ago
|
513 comments
4.
▲
by
abhisek
2mo ago
GitHub announced this a while back: https://github.blog/changelog/2026-07-28-npm-publish-time-ma...
5.
▲
by
abhisek
2mo ago
#2 post on HN currently is: India’s first privately developed rocket reaches orbit on dramatic debut launch. In the same page, there is this news about banning an OSS app, built on open tech. Just saying.
6.
▲
OpenAI’s accidental attack against Hugging Face is science fiction that happened
(simonwillison.net)
587 points
by
abhisek
2mo ago
|
450 comments
7.
▲
Show HN: PMG, open source package firewall
(github.com)
4 points
by
abhisek
2mo ago
|
2 comments
8.
▲
by
abhisek
2mo ago
Over engineering is really an NFR of green field projects.
9.
▲
by
abhisek
3mo ago
Building Package Manager Guard (PMG) - https://github.com/safedep/pmg With all the supply chain attacks on OSS ecosystems targeting developers, PMG is a practical protection using a combination of threat intel, policy
10.
▲
Jscrambler 8.14.0 Compromised with Credential Stealer
(safedep.io)
3 points
by
abhisek
3mo ago
|
0 comments
11.
▲
by
abhisek
3mo ago
Smells like contagious interview campaign by DPRK folks. They have been doing this for a while. Even using IDE settings, Claude hooks for malicious code execution.
12.
▲
by
abhisek
4mo ago
Attackers are just having fun due to abysmal state of npm and some of the insecure design choices by GitHub and GitHub Actions. Every attack gives them credentials which in turn used to stage more attacks.
13.
▲
by
abhisek
5mo ago
I partly agree. Agents are not going to replace senior devs. Exactly for the internal context and the decision making that comes with it. But senior devs are also expected to have a compounding effect even pre-AI. Writing a single doc, refa
14.
▲
by
abhisek
5mo ago
Just implemented Landlock + seccomp notify based sandbox in PMG. A tool to protect cli package managers against malicious packages. There were quite a few quirks involved due to Go routines when it comes to handling messages from the kernel
15.
▲
Claude Mythos and Cybersecurity
(schneier.com)
4 points
by
abhisek
5mo ago
|
0 comments
16.
▲
Coruna: The Mysterious Journey of a Powerful iOS Exploit Kit
(cloud.google.com)
1 points
by
abhisek
6mo ago
|
0 comments
17.
▲
by
abhisek
6mo ago
We just analysed the payload. Technical details here: https://safedep.io/malicious-litellm-1-82-8-analysis/ We are looking at similar attack vectors (pth injection), signatures etc. in other PyPI packages that we know
18.
▲
by
abhisek
6mo ago
I have been using superpowers for Gryph development for a while. Love the brainstorming and exploration that it brings in. Haven’t really compared token usage but something in my bucket.
19.
▲
by
abhisek
7mo ago
I think this is the right approach to building sandbox for agents ie. over existing OS native sandbox capabilities so that they are truly enforced. However the challenge is, sandbox profiles (rules) are always workload specific. How do you
20.
▲
by
abhisek
7mo ago
We found a malicious npm package pino-sdk-v2 impersonating pino, one of the most widely used Node.js loggers with nearly 20 million weekly downloads. The package is a near copy of pino’s source, docs, and README with one addition: an obfusc
21.
▲
Step by Step Analysis of Malicious NPM Package
(safedep.io)
1 points
by
abhisek
7mo ago
|
0 comments
22.
▲
OpenClaw bot calls out maintainer when its PR got rejected
(crabby-rathbun.github.io)
1 points
by
abhisek
8mo ago
|
0 comments
23.
▲
by
abhisek
8mo ago
Everybody wants to build infra. Automate something which is known and well understood. Hoping someone else will use it to solve end user's problem which is hard to understand, messy and often highly contextual. To summarize: Everyone w
24.
▲
by
abhisek
8mo ago
110 tools. That’s probably a reason why Anthropic is probably switching to sandboxed code execution over MCPs. It’s just easier to write code and do something specific for a task than load so many tool metadata. I did not go past IDA. But I
25.
▲
by
abhisek
8mo ago
I see this as “libs” for the agents. They can discover relevant skills by searching a known index, extend their capability for on a given task. While this makes sense for higher autonomy, it brings the well known supply chain security issue
26.
▲
by
abhisek
8mo ago
LFS. Brings back so many painful memories. But then, learned so much.
27.
▲
by
abhisek
8mo ago
Loved the idea of AI talking to AI and inventing something new. Sure. You can dump the DB. Most of the data was public anyway.
28.
▲
Show HN: Gryph – Audit Trail for AI Coding Agents (Claude Code, Cursor, Gemini)
(github.com)
1 points
by
abhisek
8mo ago
|
0 comments
29.
▲
by
abhisek
8mo ago
Tried installing clawdbot. Got blocked by (my own) sandbox because it tried to git clone some stuff which in turn was accessing my private keys. - clawdbot depends on @whiskeysockets/baileys - @whiskeysockets/baileys depends on li
30.
▲
Agent Skills Threat Model
(safedep.io)
3 points
by
abhisek
8mo ago
|
0 comments
More ›