From b932f19bfb3f29b08db5362c3bef2b6653c65471 Mon Sep 17 00:00:00 2001 From: autonomyproof Date: Tue, 18 Aug 2026 22:56:28 +0530 Subject: [PATCH] Add AutonomyProof Adds a data/tools/autonomyproof.yml entry for AutonomyProof, an open-source (Apache-2.0) static security scanner for Python AI agents. --- data/tools/autonomyproof.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/tools/autonomyproof.yml diff --git a/data/tools/autonomyproof.yml b/data/tools/autonomyproof.yml new file mode 100644 index 000000000..f8a1b2a9f --- /dev/null +++ b/data/tools/autonomyproof.yml @@ -0,0 +1,11 @@ +name: AutonomyProof +categories: + - linter +tags: + - python +license: Apache License 2.0 +types: + - cli +source: "https://github.com/autonomyproof/autonomyproof-cli" +homepage: "https://autonomyproof.io" +description: Static security scanner for Python AI agents that proves what authority an agent holds (shell, SSRF, data destruction, insecure deserialization, and version-validated CVEs) and fails the pull request that grants new dangerous authority. Publishes its own zero-false-positive benchmark.