@resciencelab/declaw
Advanced tools
@@ -5,3 +5,3 @@ { | ||
| "description": "Direct encrypted P2P communication between OpenClaw instances via Yggdrasil IPv6", | ||
| "version": "0.3.0", | ||
| "version": "0.3.1", | ||
| "channels": [ | ||
@@ -8,0 +8,0 @@ "declaw" |
+1
-1
| { | ||
| "name": "@resciencelab/declaw", | ||
| "version": "0.3.0", | ||
| "version": "0.3.1", | ||
| "description": "Direct P2P communication between OpenClaw instances over Yggdrasil IPv6", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -12,5 +12,5 @@ #!/usr/bin/env node | ||
| let skill = readFileSync('skills/declaw/SKILL.md', 'utf8') | ||
| skill = skill.replace(/^version: .*/m, `version: ${version}`) | ||
| skill = skill.replace(/^version: .*/m, `version: "${version}"`) | ||
| writeFileSync('skills/declaw/SKILL.md', skill) | ||
| console.log(`Synced version ${version} โ openclaw.plugin.json, skills/declaw/SKILL.md`) |
| --- | ||
| name: declaw | ||
| description: Direct encrypted P2P messaging between OpenClaw agents over Yggdrasil IPv6. Peer discovery, messaging, and connectivity diagnostics. Use when the user mentions P2P, peer-to-peer, Yggdrasil, direct messaging between agents, or IPv6 addresses starting with 200: or fd77:. | ||
| version: 0.3.0 | ||
| version: "0.3.1" | ||
| metadata: | ||
@@ -6,0 +6,0 @@ openclaw: |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
261343
0