Scan Report
15 /100
social-value
Economic intelligence for sovereign AI agents — efficient micropayments via Breez SDK Liquid
This skill is pure documentation with no implementation scripts present; the actual wallet logic lives in the external `social-value` pip package, and declared capabilities align with the described Breez SDK functionality.
Safe to install
Approve for use. No malicious behavior detected in the skill files themselves. Monitor the external `social-value` package for supply chain issues since version pinning is loose.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Loose version pinning on breez-sdk-liquid Supply Chain | metadata.json:26 |
| Low | External pip package not audited Supply Chain | SKILL.md:8 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem operations declared or present in skill files |
| Network | NONE | NONE | — | No network calls in skill files; network behavior delegated to Breez SDK runtime |
| Shell | NONE | NONE | — | No shell execution in skill files; pip install is handled by runtime |
| Environment | READ | READ | ✓ Aligned | SOCIAL_VALUE_MNEMONIC and BREEZ_API_KEY read from env vars as declared in SKILL.… |
5 findings
Medium External URL 外部 URL
https://breez.technology/sdk/ SKILL.md:48 Medium External URL 外部 URL
https://clawhub.ai/vveerrgg/nostrkey SKILL.md:52 Medium External URL 外部 URL
https://clawhub.ai/vveerrgg/social-alignment SKILL.md:54 Medium External URL 外部 URL
https://clawhub.ai/vveerrgg/sense-memory SKILL.md:56 Medium External URL 外部 URL
https://huje.tools metadata.json:8 File Tree
2 files · 15.3 KB · 363 lines Markdown 1f · 302L
JSON 1f · 61L
├─
metadata.json
JSON
└─
SKILL.md
Markdown
Dependencies 2 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
social-value | unspecified | pip | No | External package; not audited in this skill scan |
breez-sdk-liquid | >=0.11.0 | pip | No | Version not pinned to specific release |
Security Positives
✓ No malicious code detected in skill files
✓ Mnemonic handling properly declared as environment variable, not hardcoded
✓ Security rules clearly documented: no telemetry, funds are real, test on testnet first
✓ No shell/filesystem/network operations embedded in skill documentation
✓ Clear separation between skill docs and actual implementation
✓ Legitimate Bitcoin/Lightning payment use case with Breez SDK