Lambda Lang
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The OpenClaw AgentSkills skill bundle implements the Lambda (Λ) language for agent-to-agent communication. The Python and Go source code primarily handles parsing, translation, and vocabulary management by reading its own `atoms.json` configuration file. There is no evidence of malicious intent such as data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts against the agent in any of the code or documentation files. File system access is limited to locating and reading its own configuration. Network communication examples in documentation refer to external `pilotctl` CLI tools, not direct network calls from the skill's core logic. The skill's behavior is entirely aligned with its stated purpose of providing a compact, unambiguous language for AI agents.
