hackmyagent 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.js +1389 -72
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ AI agents are powerful but introduce new attack surfaces. Skills can be maliciou
|
|
|
38
38
|
## Installation
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
|
-
# Use directly with npx
|
|
41
|
+
# Use directly with npx
|
|
42
42
|
npx hackmyagent secure
|
|
43
43
|
|
|
44
44
|
# Or install globally
|
|
@@ -193,7 +193,7 @@ hackmyagent attack --local --verbose
|
|
|
193
193
|
|
|
194
194
|
### `hackmyagent secure --benchmark`
|
|
195
195
|
|
|
196
|
-
Run the OASB-1 (
|
|
196
|
+
Run the OASB-1 (Open Agent Security Benchmark) against your agent configuration.
|
|
197
197
|
|
|
198
198
|
```bash
|
|
199
199
|
# Run benchmark (L1 by default)
|