#NPM:
Integrating #3D models onto your #maps is incredibly straightforward using the MapTiler SDK. Installation is easy with NPM, and you only need a couple of lines of code to set up your parameters. That's genuinely all it takes to get started!

More here: maptiler.link/497Vw4J
November 12, 2025 at 4:05 PM
Alert: Malicious npm package '@acitons/artifact' targets GitHub repositories, aiming to exfiltrate tokens and publish unauthorized artifacts. #CyberSecurity #GitHub #npm #SupplyChainAttack Link: thedailytechfeed.com/malicious-np...
November 12, 2025 at 3:28 PM
You can now compare packages on npm chart 📈

Thank you @hrcd.fr for adding the feature 🤍
November 12, 2025 at 2:47 PM
--Iran claims it broke up US-Israel spy network,
--Malicious npm campaign turned out to be a red team exercise,
--House hearing likely to examine CBO hack,
--BYTE’s 287 issues now available as a giant zoomable map,
--Developer is maintaining now-abandoned Google Nest devices, 5/6
November 12, 2025 at 2:27 PM
I somewhat agree with your points. However, this feature was the most upvoted in our repository. The npm registry has advertised provenance as the solution to the supply chain problems.
November 12, 2025 at 1:46 PM
Veracode found a malicious npm package “@acitons/artifact” impersonating @actions/artifact (206K+ DLs). It targeted GitHub repos to steal build tokens & publish malware. 6 versions used a post-install hook to fetch undetected malware. Veracode blocked & notified npm
www.veracode.com/blog/malicio...
Malicious NPM Package Found Targeting GitHub By Typosquatting on GitHub Action Packages | Veracode
Application Security for the AI Era | Veracode
www.veracode.com
November 12, 2025 at 1:09 PM
Its so revolutionary to be able to do this in Node, and when 22 goes EOL in 2027 and there’s kind of no reason not to have your npm libraries contain .ts files only it gets *really* interesting.
November 12, 2025 at 12:39 PM
Fake NPM Package With 206K Downloads Targeted GitHub for Credentials hackread.com/fake-npm-pac...
Fake NPM Package With 206K Downloads Targeted GitHub for Credentials
Follow us on Bluesky, Twitter (X), Mastodon and Facebook at @Hackread
hackread.com
November 12, 2025 at 12:12 PM
悪意のあるnpmパッケージがGitHub Actionsのビルドに忍び込む

タイポスクワットされた「@acitons/artifact」パッケージがGitHubのCI/CDワークフローを標的にし、トークンを盗み、GitHub自身の名前で悪意のあるアーティファクトを公開していました。 「@acitons/artifact」という名前の悪意のあるnpmパッケージが、正規の「@actions/artifact」モジュールになりすまし、GitHub Actionsワークフロー内のCI/CDパイプラインを直接標的にしていたことが判明しました。…
悪意のあるnpmパッケージがGitHub Actionsのビルドに忍び込む
タイポスクワットされた「@acitons/artifact」パッケージがGitHubのCI/CDワークフローを標的にし、トークンを盗み、GitHub自身の名前で悪意のあるアーティファクトを公開していました。 「@acitons/artifact」という名前の悪意のあるnpmパッケージが、正規の「@actions/artifact」モジュールになりすまし、GitHub Actionsワークフロー内のCI/CDパイプラインを直接標的にしていたことが判明しました。 Veracodeの調査によると、このパッケージは11月7日にアップロードされ、GitHubが所有するリポジトリのビルドプロセス中に発動するよう設計されていました。CI/CDランナー内で実行されると、ペイロードはそのビルド環境で利用可能なトークンを取得し、それらの認証情報を使って悪意のあるアーティファクトを公開します。これにより、実質的にGitHub自身になりすますことができます。 「この事件は単なる悪意のあるnpmパッケージの問題ではなく、多くの組織が現代のサプライチェーンに盲目的な信頼を置いていることに関する問題です」とCequence SecurityのCISO、Randolph Barr氏は述べています。「ほとんどの組織は実行環境でのコントロールに注力していますが、CI/CDパイプラインは多くの場合、開発者よりも高い権限で動作します。タイポスクワットされた依存関係ひとつで、ビルド中に密かにコードが実行され、リポジトリのトークンにアクセスし、組織になりすますことができるのです。今回の攻撃がGitHub自身のリポジトリで試みたように。」 この悪意のあるパッケージは、検出されるまでに26万回以上ダウンロードされ、合計6つのバージョンがアップロードされていましたが、「いずれの有名なアンチウイルス製品でも検出されなかった」とVeracodeの研究者はブログ記事で指摘しています。 GitHub Actionsビルドプロセスの乗っ取り 表面上は、@acitons/artifactパッケージは「actions artifact lib」と説明されており、ホームページやリポジトリURLも正規のGitHubプロジェクトとよく似ていました。しかし、内部には「harness」という難読化されたシェルスクリプトをダウンロードして実行するpost-installフックが埋め込まれていました。 Veracodeの分析によると、このスクリプトはシェルスクリプトコンパイラーツールでコンパイルされており、2025年11月6日以降に無効化される時限式のキルスイッチが組み込まれていました。これは、短期間だけ活動して検出を逃れるためと考えられます。呼び出されると、harnessはJavaScriptファイル(ビルド環境がGitHubのものかを確認し、該当すればGitHub Actionトークンを流出させる「verify.js」)を取得します。これらのトークンは、GitHubになりすまして悪意のあるリリースを公開するために悪用される可能性があります。 「タイポスクワッティングは、攻撃者が正規のパッケージと似た名前のパッケージを公開し、被害者が誤ってインストールするのを待つことで、悪意のあるコードを導入させるという、ソフトウェアサプライチェーンにおけるよく知られた、そして増加傾向にある脅威ベクトルです」とBlack Duckのシニアセキュリティエンジニア、Boris Cipot氏は説明します。「この攻撃手法は、タイプミスを悪用し、CI/CDパイプラインの自動化の性質を利用するために設計されています。」 Cipot氏はさらに、post-installフックや短命の難読化されたペイロードの使用は、通常のビルド活動に紛れ込ませる意図的な試みであると指摘しています。 防御の教訓 Barr氏は、CI/CDパイプラインの高い権限が理想的な標的となることを指摘しています。ビルドランナーが侵害されると、攻撃者はソースにコードを注入したり、正規の認証情報でリリースに署名したり、本物そっくりのアーティファクトをプッシュしたりできます。 Cipot氏が推奨する対策としては、短期間のみ有効なスコープ付きトークンの利用や、定期的なシークレットのローテーションが挙げられます。Socket.devやPhylumなどのツールを使った自動スキャンも脅威への先手となるでしょう。パッケージの正当性を検証する他の方法としては、チェックサム検証やSigstoreのような新しい標準もあると述べています。 Sectigoのシニアフェロー、Jason Soroko氏は、影響を受けた可能性のあるチームには即時対応を勧めています。「ソースコード、ロックファイル、キャッシュ、レジストリから@acitonsや8jfiesaf83を検索し、それらを取得したランナーを隔離してください。すべてのトークンをローテーションし、2025年10月29日から11月6日までのアーティファクトやパッケージ公開履歴を確認してください」と述べています。 翻訳元:
blackhatnews.tokyo
November 12, 2025 at 12:02 PM
Stordriftsfordelen her må jo være å lage ett opplegg som ikke fungere for noen av dem? Æ tror det e det som e NPM?
November 12, 2025 at 11:45 AM
Des chercheurs en sécurité de Datadog affirment que le logiciel malveillant Vidar était présent dans 23 versions du référentiel npm depuis deux semaines et recommandent de prendre des précautions pour se protéger. www.lemondeinformatique.fr/actualites/l...
Le malware Vidar se niche dans des paquets npm malveillants - Le Monde Informatique
Des chercheurs en sécurité de Datadog affirment que le logiciel malveillant Vidar était présent dans 23 versions du référentiel npm depuis deux...
www.lemondeinformatique.fr
November 12, 2025 at 10:34 AM
åh nej vad pinsamt. jag som är längst ner i den npm-helvete-massutbildningsfabrik som akademin har blivit kan ju förstå pga att vi har höga krav på publiceringar och ansökningar men typ noll minuter att arbeta med det. men professorerna har väl fortfarande tid i sina tjänster?
November 12, 2025 at 8:36 AM
Es ist eine Web App. Die verwendet keine "lokalen Bibliotheken" sondern Browser APIs + was auch immer ihr an 3rd party libs von NPM einbindet.

www.npmjs.com/search?q=pdf

Das funktioniert auch in mobilen Apps, die in Wirklichkeit web view wrapper sind.
www.npmjs.com
November 12, 2025 at 7:15 AM
Shipped two new releases 🚀
listee-cli v0.1.0 → lightweight CLI for managing Listee (not on npm yet)
listee-api v0.2.0 → Hono-based API layer, to be hosted on Vercel soon.

CLI: github.com/listee-dev/l...
API: github.com/listee-dev/l...
#BuildInPublic #OpenSource
Release listee-cli v0.1.0 · listee-dev/listee-cli
Highlights add first-class category and task commands wired to listee-api reuse the shared Supabase auth REST client and camelCase token payloads harden CLI input validation to reject empty ids be...
github.com
November 12, 2025 at 5:51 AM
なんでこんなことが起きるかっていうと標準がしょぼいからです
corepack なんか作るよりも pnpm を npm から置き換えて標準にしてくれ
November 12, 2025 at 5:28 AM
[cityos.taipeicity.dataset.001] IoT weekly run FAILED — npm run programs:export failed with code 1
November 12, 2025 at 5:01 AM
[cityos.taipeicity.dataset.001] IoT weekly run FAILED — npm run programs:export failed with code 1
November 12, 2025 at 5:01 AM
[cityos.taipeicity.dataset.001] IoT weekly run FAILED — npm run programs:export failed with code 1
November 12, 2025 at 4:51 AM
[cityos.taipeicity.dataset.001] IoT weekly run FAILED — npm run programs:export failed with code 1
November 12, 2025 at 4:46 AM
Researchers Detect Malicious npm Package Targeting GitHub-Owned Repositories

Cybersecurity researchers have discovered a malicious npm package named "@acitons/artifact" that typosquats the legitimate "@actions/artifact" package with the intent to target GitHub-owned repositories.…
#hackernews #news
Researchers Detect Malicious npm Package Targeting GitHub-Owned Repositories
Cybersecurity researchers have discovered a malicious npm package named "@acitons/artifact" that typosquats the legitimate "@actions/artifact" package with the intent to target GitHub-owned repositories. "We think the intent was to have this script execute during a build of a GitHub-owned repository, exfiltrate the tokens available to the build environment, and then use those tokens to publish
thehackernews.com
November 12, 2025 at 4:15 AM
Fake NPM Package With 206K Downloads Targeted GitHub for Credentials

Veracode Threat Research exposed a targeted typosquatting attack on npm, where the malicious package @acitons/artifact stole GitHub tokens. Learn how this supply chain failure threatened the GitHub organisation'…
#hackernews #news
Fake NPM Package With 206K Downloads Targeted GitHub for Credentials
Veracode Threat Research exposed a targeted typosquatting attack on npm, where the malicious package @acitons/artifact stole GitHub tokens. Learn how this supply chain failure threatened the GitHub organisation's code.
hackread.com
November 12, 2025 at 4:05 AM