
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
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.
The npm package arp-guard receives a total of 4 weekly downloads. As such, arp-guard popularity was classified as not popular.
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.
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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.