You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
-
# @PredicateSystems/predicate-secure
1
+
# @predicatesystems/predicate-secure
2
2
3
3
Drop-in security wrapper for AI agents. Adds authorization, verification, and audit to any agent framework (browser-use, LangChain, Playwright, etc.) in 3 lines of code.
Copy file name to clipboardExpand all lines: docs/user-manual.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# @PredicateSystems/predicate-secure User Manual
1
+
# @predicatesystems/predicate-secure User Manual
2
2
3
3
A comprehensive guide to securing your AI agents with predicate-secure for TypeScript/JavaScript.
4
4
@@ -22,7 +22,7 @@ A comprehensive guide to securing your AI agents with predicate-secure for TypeS
22
22
23
23
## Introduction
24
24
25
-
**@PredicateSystems/predicate-secure** is a drop-in security wrapper that adds authorization, verification, and audit capabilities to any AI agent framework. Instead of rewriting your agent code, you simply wrap your existing agent with `SecureAgent` and define a policy file.
25
+
**@predicatesystems/predicate-secure** is a drop-in security wrapper that adds authorization, verification, and audit capabilities to any AI agent framework. Instead of rewriting your agent code, you simply wrap your existing agent with `SecureAgent` and define a policy file.
0 commit comments