← Back
OtherSchneier on Security·3 hours ago

Hiding Prompt Injection in Legal Filing

Someone hid AI instructions into a legal filing. Alternate link.

Read full article at Schneier on Security

Related Articles

OtherHelp Net Security·6 hours ago

The OpenClaw 2.0 release moves your sessions into SQLite

OpenClaw 2.0, a major update to the open source platform that automates security monitoring tasks like tracking vendor advisories and alerting users via Telegram, now stores session data in SQLite instead of previous methods. The upgrade represents the project's largest release to date and includes changes to how user data is handled within shared multiplayer workspaces. Security professionals should review the storage mechanism changes before deploying the update.

OtherHelp Net Security·8 hours ago

Halo-record: Open-source audit trails for AI agents

Brian Kuan developed halo-record, an open-source Python package designed to create immutable audit trails for AI agents by logging their actions including tool calls, model interactions, data access, and approvals. The tool appends each action as a single line with cryptographic hashing that chains records together, making any tampering immediately detectable through broken hash chains. This approach provides security professionals with transparent visibility into AI agent behavior and a tamper-evident record of operations.