PATL constrains and verifies what a personal agent is allowed to do before protected tools run. The public v0.1.1 Challenge is a synthetic, local-only test environment for PAAC contracts, confirmation binding, revocation, execution budgets, stack identity checks and evidence integrity.
Create a synthetic tester profile in the browser. No account backend, no real identity and no credentials are used.
Select one of the 15 local boundary scenarios and compare observed PATL decisions against expected decisions.
Generate a structured reproduction, bypass, integration or specification feedback issue draft.
ACP introduces a propagation-aware trust system for AI agents. It models how outputs flow across systems and enables real-time containment of failures.
AI doesn't fail alone. It fails in chains.
Every agent execution is recorded
Dependencies form chains
Trust and risk propagate
• CLI + API tracking
• Propagation graph
• Scoring system
• Visualization
• Containment demo
Malicious agent appears
Failure propagates
ACP stops the chain
ACP-ATP now includes a local v0.1.1 authorization layer for personal AI agents. PAAC contracts bind agent stack, tools, parameters, lifecycle state and evidence while the gateway returns deterministic decisions: allow, log, require confirmation, or block.
The agent may draft to an approved recipient, but sending the email is a critical action and cannot depend solely on model judgment.
A local, defensive challenge for testing whether an agent can exceed its authorized methods. The package uses only synthetic data, mock tools and local fixtures.
PASS
Automated tests: 36/36 or verified updated count
15/15 scenarios passed
Independent reproduction: PENDING
Real framework integration: PENDING
Production readiness: NO
Authorized scope: local synthetic testing only. This does not authorize attacks against ACP-ATP infrastructure, GitHub, third-party systems, real accounts, production services, payment systems, personal files, credentials or external networks.
Register And Test Challenge Docs Reproduce PAAC Spec Evidence EML Issues DisclosureACP does not replace agents. It connects them.
acp run \
--agent your-agent \
--task text_generation \
--cmd "your command"
POST /v1/execute
{
"agent_name": "your-agent",
"task_type": "text_generation",
"input": {},
"output": {},
"success": true,
"accepted": true,
"parent_id": null
}
Malicious outputs spread
Model degradation
System-wide failure