Aarondb

PassAudited by ClawScan on May 1, 2026.

Overview

Aarondb is a coherent Datalog database skill, but users should verify the external npm package and be aware that stored facts may persist or sync across agents.

This skill appears purpose-aligned and not malicious from the provided artifacts. Before installing, verify the referenced npm package and repository, and decide whether persistent or cross-agent fact storage is appropriate for the information your agent will handle.

Findings (3)

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

Installing the referenced package would run code supplied outside this reviewed instruction-only artifact.

Why it was flagged

The skill relies on an external npm package that is not included in the artifact set. The install is user-directed and purpose-aligned, but package provenance should be verified before use.

Skill content
npm install @criticalinsight/aarondb-edge
Recommendation

Verify the npm package, repository, maintainer, and version before installing it in an agent runtime.

What this means

Incorrect, sensitive, or untrusted facts could remain available to future agent reasoning if users store them.

Why it was flagged

Persistent facts can be reused across tasks or sessions. This is the advertised purpose of the skill, but users should consider what facts are safe to retain and reason over.

Skill content
Enables persistent fact management and reasoning.
Recommendation

Use clear namespaces, review stored facts, and avoid storing secrets or unverified instructions as trusted facts.

What this means

Facts placed in a shared backend could become visible to other configured agents or influence their reasoning.

Why it was flagged

The skill describes cross-agent synchronization through shared backend storage. This is purpose-aligned, but shared fact stores require clear access and trust boundaries.

Skill content
Facts can be synchronized across agents using a shared D1/KV back-end
Recommendation

Only enable shared synchronization with trusted agents and properly scoped backend permissions.