Caveat verdict

pgmemory

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Persistent semantic memory using local PostgreSQL and pgvector; wizard sets up the user own database and embedding provider, all local infrastructure consistent with the stated agent memory purpose.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

23
security
100
transparency
90
maintenance

Findings (8)

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

scripts/setup.py · prose · downgraded · curl -fsSL https://get.docker.com | sh

Pattern match high

Pipe to sh — executes piped content as shell commands

scripts/setup.py · prose · downgraded · | sh

Pattern match medium

subprocess execution — runs system commands from Python

scripts/setup.py · prose · downgraded · subprocess.run(

Pattern match medium

References sudo — requests elevated privileges

scripts/setup.py · prose · downgraded · sudo

Pattern match medium

subprocess with shell=True — command injection vector

scripts/setup.py · prose · downgraded · subprocess.run("curl -fsSL https://get.docker.com | sh", shell=True

Pattern match low

References agent memory files

SKILL.md · prose · downgraded · MEMORY.md

Pattern match low

Python urllib.request — network access

scripts/query_memory.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

scripts/query_memory.py · prose · downgraded · os.environ.get(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API