Skip to content
Merged

Url #49

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
2a4593a
0.1.1
rachellerathbone Mar 4, 2026
5ad73d6
0.1.2
rachellerathbone Mar 4, 2026
75fe507
Merge branch 'main' of https://github.com/Multicorn-AI/multicorn-shield
rachellerathbone Mar 4, 2026
aa9c78a
0.1.3
rachellerathbone Mar 4, 2026
2e2c02c
Merge branch 'main' of https://github.com/Multicorn-AI/multicorn-shield
rachellerathbone Mar 4, 2026
0c5fa52
0.1.4
rachellerathbone Mar 4, 2026
837d343
Merge branch 'main' of https://github.com/Multicorn-AI/multicorn-shield
rachellerathbone Mar 4, 2026
1f6667f
0.1.5
rachellerathbone Mar 4, 2026
72131c7
Merge branch 'main' of https://github.com/Multicorn-AI/multicorn-shield
rachellerathbone Mar 4, 2026
bfd6364
Merge branch 'main' of https://github.com/Multicorn-AI/multicorn-shield
rachellerathbone Mar 4, 2026
20f8745
0.1.6
rachellerathbone Mar 4, 2026
b2f2dc9
Merge branch 'main' of https://github.com/Multicorn-AI/multicorn-shield
rachellerathbone Mar 4, 2026
e4f4b07
Merge branch 'main' of https://github.com/Multicorn-AI/multicorn-shield
rachellerathbone Mar 4, 2026
5072f2b
0.1.7
rachellerathbone Mar 4, 2026
9017c11
npm version patch && npm run build && npm publishMerge branch 'main' …
rachellerathbone Mar 4, 2026
fad521d
0.1.8
rachellerathbone Mar 4, 2026
b0304c6
Merge branch 'main' of https://github.com/Multicorn-AI/multicorn-shield
rachellerathbone Mar 4, 2026
217b605
0.1.9
rachellerathbone Mar 4, 2026
80cfe4b
Merge branch 'main' of https://github.com/Multicorn-AI/multicorn-shield
rachellerathbone Mar 5, 2026
194db41
0.1.10
rachellerathbone Mar 5, 2026
d4186fc
update readme
rachellerathbone Mar 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ The permissions and control layer for AI agents. Open source.
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Bundle Size](https://img.shields.io/bundlephobia/minzip/multicorn-shield)](https://bundlephobia.com/package/multicorn-shield)

## Demo

<p align="center">
<img src="https://multicorn.ai/images/demo.gif" alt="Multicorn Shield demo: agent blocked, user approves in dashboard, agent proceeds" width="800" />
</p>

## Why?

AI agents are getting access to your email, calendar, bank accounts, and code repositories. Today, most agents operate with no permission boundaries: they can read, write, and spend with no oversight. Multicorn Shield gives developers a single SDK to enforce what agents can do, track what they did, and let users stay in control.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multicorn-shield",
"version": "0.1.9",
"version": "0.1.10",
"description": "The control layer for AI agents: permissions, consent, spending limits, and audit logging.",
"license": "MIT",
"type": "module",
Expand Down