EdgeHDF5 Memory

PendingAudited by VirusTotal on May 11, 2026.

Overview

No VirusTotal analysis has been recorded yet. File reputation checks will appear here once the artifact hash has been scanned.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Past conversation content may be stored locally and later recalled into future agent responses.

Why it was flagged

The skill is explicitly designed to store and retrieve long-term agent memory, which may include private conversation content and can be reused as future context.

Skill content
Persistent HDF5-backed memory with vector search, BM25 hybrid retrieval, Hebbian learning, and temporal decay.
Recommendation

Use a deliberate memory file path, avoid storing highly sensitive information unless intended, and periodically review/export/delete memory files and WAL files as appropriate.

What this means

Installing the skill’s functionality requires trusting the `edgehdf5-cli` package obtained through Cargo/crates.io.

Why it was flagged

The skill depends on an external CLI package, while the registry metadata declares no required binaries and there is no install spec. The install method is disclosed and purpose-aligned, but users should recognize the external dependency.

Skill content
Requires the `edgehdf5` CLI binary (install via `cargo install edgehdf5-cli`).
Recommendation

Install the CLI only from a trusted source, consider pinning or verifying the package version, and review the package provenance if using it in sensitive environments.