
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
Agent Runtime Protection — LLM-assisted behavioral monitoring, anomaly detection, and enforcement for AI agents.
OpenA2A: Secretless · HackMyAgent · ABG · AIM · ARP · DVAA
3-layer intelligent runtime protection for AI agents. Monitors processes, network, filesystem, and AI-layer communications (prompts, MCP tool calls, A2A messages) with rule-based, statistical, and LLM-assisted threat detection.
npm install arp-guard
import { AgentRuntimeProtection } from 'arp-guard';
const arp = new AgentRuntimeProtection({ agentName: 'my-agent' });
await arp.start();
// Agent runs normally — ARP monitors in background
// Process spawns, network connections, file access, prompts all monitored
await arp.stop();
import { scanText, ALL_PATTERNS } from 'arp-guard';
const result = scanText(userInput, ALL_PATTERNS);
if (result.detected) {
console.log('Threats found:', result.matches.map(m => m.pattern.id));
}
Detects prompt injection, jailbreaks, data exfiltration, MCP exploitation, and A2A identity spoofing across 19 pattern categories.
| Layer | Cost | Coverage |
|---|---|---|
| L0: Rules | Free | Pattern matching on every event |
| L1: Statistical | Free | Z-score anomaly detection |
| L2: LLM-Assisted | Budget-controlled | Micro-prompts for ambiguous events |
99% of events resolve at L0/L1. Default L2 budget: $5/month.
This package re-exports ARP from HackMyAgent. All implementation lives in hackmyagent/src/arp/. Use this package when you want ARP as a standalone dependency without importing HackMyAgent directly.
Evaluated by OASB — 222 standardized attack scenarios mapped to MITRE ATLAS. 100% detection coverage on the current test suite.
Apache-2.0
FAQs
Agent Runtime Protection — LLM-assisted behavioral monitoring, anomaly detection, and enforcement for AI agents.
We found that arp-guard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.