Skip to content

submit: io.pilot.aegis v0.1.3 (runtime firewall)#59

Merged
Alexgodoroja merged 1 commit into
mainfrom
submit/io.pilot.aegis
Jul 2, 2026
Merged

submit: io.pilot.aegis v0.1.3 (runtime firewall)#59
Alexgodoroja merged 1 commit into
mainfrom
submit/io.pilot.aegis

Conversation

@Alexgodoroja

Copy link
Copy Markdown
Collaborator

Adds io.pilot.aegis v0.1.3 — a runtime firewall for AI agents that scans files, commands, and tool results for prompt injection, jailbreaks, and impersonation before the agent acts on them.

  • License: MIT · Category: security · Runtime: native CLI (Rust), fully offline (880 KB binary; optional local Qwen3-1.7B judge). 90% recall / 95% precision on a held-out set.
  • Methods (7): aegis.scan (scan a path), aegis.status (audit log), aegis.targets, aegis.config, aegis.version, aegis.exec (verbatim-argv passthrough — this is how the scan-cmd/scan-result PreToolUse/PostToolUse blocking gates run, with stdin), and aegis.help.
  • Platforms (3): darwin-arm64, linux-amd64, linux-arm64. No Intel-mac (darwin/amd64) binary is published upstream for v0.1.3.
  • Artifacts: hosted on the Pilot R2 registry (io.pilot.aegis/0.1.3/…), sha256-pinned.

pilot-app verify-submission passes all checks on all three platforms (bundle builds, manifest validates, sha pins match, signature verifies, .help discovery satisfied, native install.json present).

On merge, publish-on-merge builds the adapter bundle and opens the signed catalogue.json PR on pilotprotocol.

Source: https://github.com/pilot-protocol/aegis · Site: https://aegis.pilotprotocol.network

AEGIS — runtime firewall for AI agents. Scans files, commands, and tool
results for prompt injection, jailbreaks, and impersonation before the
agent acts on them. An 880 KB, fully-offline Rust binary (L1 Aho-Corasick
patterns + optional local Qwen3-1.7B judge); 90% recall / 95% precision.

- MIT, category security; methods: aegis.scan / status / targets / config
  / version / exec (verbatim-argv passthrough for the scan-cmd/scan-result
  blocking gates) / help.
- 3 platforms: darwin-arm64, linux-amd64, linux-arm64 (no Intel-mac build
  published upstream for v0.1.3).
- Artifacts hosted on the Pilot R2 registry, sha256-pinned.
- pilot-app verify-submission: all checks pass on all platforms.
@Alexgodoroja Alexgodoroja merged commit 80aea60 into main Jul 2, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant