Audit date: 2026-08-25
Updated: 2026-08-27
- Latest full stable release:
v2026.7.1-2 - Stable commit:
0790d9f593ad30c940ed93b5872a8cf6d6f3cf8c
| #!/usr/bin/env bash | |
| # ============================================================ | |
| # Axios Supply Chain Attack Scanner | |
| # Checks for compromised axios@1.14.1 / plain-crypto-js@4.2.1 | |
| # | |
| # Usage: curl -sL <URL> | bash | |
| # or: bash check_axios_compromise.sh | |
| # | |
| # Reference: https://socket.dev/blog/axios-npm-package-compromised | |
| # ============================================================ |
| from __future__ import annotations | |
| import json | |
| import logging | |
| import os | |
| import time | |
| from collections.abc import Mapping | |
| from typing import Any | |
| from opik.evaluation.metrics import LevenshteinRatio |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <rss version="2.0"> | |
| <channel> | |
| <title>Vincent Koc - Manual Articles</title> | |
| <link>https://github.com/vincentkoc</link> | |
| <description>Manually curated articles from Forbes and other sources without RSS feeds</description> | |
| <item> | |
| <title>The Dawn of Self-Optimizing AI Agents</title> | |
| <link>https://www.forbes.com/councils/forbestechcouncil/2026/01/22/the-dawn-of-self-optimizing-ai-agents/</link> | |
| <pubDate>Thu, 22 Jan 2026 00:00:00 GMT</pubDate> |