hackmyagent 0.6.0 → 0.6.1

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.
Files changed (2) hide show
  1. package/README.md +15 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/hackmyagent.svg)](https://www.npmjs.com/package/hackmyagent)
4
4
  [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5
- [![Tests](https://img.shields.io/badge/tests-501%20passing-brightgreen)](https://github.com/opena2a-org/hackmyagent)
5
+ [![Tests](https://img.shields.io/badge/tests-566%20passing-brightgreen)](https://github.com/opena2a-org/hackmyagent)
6
6
 
7
7
  **Find it. Break it. Fix it.**
8
8
 
@@ -531,8 +531,8 @@ Contributions welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).
531
531
  git clone https://github.com/opena2a-org/hackmyagent.git
532
532
  cd hackmyagent
533
533
  npm install
534
- npx turbo build # build all 7 packages
535
- npx turbo test # run 501 tests
534
+ npx turbo build # build all 8 packages
535
+ npx turbo test # run 566 tests
536
536
  ```
537
537
 
538
538
  ### Monorepo Structure
@@ -546,6 +546,7 @@ packages/
546
546
  credvault-openclaw/ # Credential scanner plugin
547
547
  signcrypt-openclaw/ # Signing and hash pinning plugin
548
548
  skillguard-openclaw/ # Permission and pattern scanner plugin
549
+ semantic-engine/ # Semantic analysis engine for deep scanning
549
550
  ```
550
551
 
551
552
  ---
@@ -556,4 +557,14 @@ Apache-2.0
556
557
 
557
558
  ---
558
559
 
559
- Built by [OpenA2A](https://opena2a.org). HackMyAgent finds vulnerabilities. [AIM](https://github.com/opena2a-org/agent-identity-management) manages identity and access.
560
+ ## OpenA2A Ecosystem
561
+
562
+ | Project | What it does |
563
+ |---------|-------------|
564
+ | [**AIM**](https://github.com/opena2a-org/agent-identity-management) | Identity & access management for AI agents |
565
+ | [**HackMyAgent**](https://github.com/opena2a-org/hackmyagent) | Security scanner — 147 checks, attack mode, auto-fix |
566
+ | [**Secretless AI**](https://github.com/opena2a-org/secretless-ai) | Keep credentials out of AI context windows |
567
+ | [**DVAA**](https://github.com/opena2a-org/damn-vulnerable-ai-agent) | Deliberately vulnerable AI agents for security training |
568
+ | [**OASB**](https://oasb.ai) | Open Agent Security Benchmark |
569
+
570
+ [Website](https://opena2a.org) · [Discord](https://discord.gg/uRZa3KXgEn) · [Email](mailto:info@opena2a.org)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hackmyagent",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Find it. Break it. Fix it. The hacker's toolkit for AI agents.",
5
5
  "bin": {
6
6
  "hackmyagent": "dist/index.js"
@@ -25,7 +25,7 @@
25
25
  "@opena2a/skillguard-openclaw": "^0.1.0",
26
26
  "@modelcontextprotocol/sdk": "^1.12.1",
27
27
  "commander": "^12.0.0",
28
- "hackmyagent-core": "^0.4.0"
28
+ "hackmyagent-core": "^0.5.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "typescript": "^5.3.3"