Habilidades AgentDB Memory Patterns Historial de auditorías
📦

Historial de auditorías

AgentDB Memory Patterns - 10 auditorías

Comparación de versiones

Cambios de capacidades y hallazgos entre versiones auditadas, primero las más recientes.

VersiónFechaResultadoElementos de revisiónCambio vs anterior
v10 Más reciente20 jul 2026, 03:42 Sin hallazgos confirmados9Sin cambios de capacidad
v9 8 jul 2026, 06:22 2 confirmado0Sin cambios de capacidad
v8 5 jul 2026, 21:25 Sin hallazgos confirmados0 Acceso al sistema de archivos
v7 30 jun 2026, 10:45 Sin hallazgos confirmados3Comandos externosAcceso a red
v6 21 ene 2026, 18:43 Sin hallazgos confirmados0Acceso al sistema de archivos Acceso a redComandos externos
v5 17 ene 2026, 07:12 Sin hallazgos confirmados0Sin cambios de capacidad
v4 17 ene 2026, 07:12 Sin hallazgos confirmados0Acceso a redComandos externos
v3 6 ene 2026, 07:27 Sin hallazgos confirmados0Sin cambios de capacidad
v2 6 ene 2026, 07:27 Sin hallazgos confirmados0Sin cambios de capacidad
v1 6 ene 2026, 07:27 Sin hallazgos confirmados0Base

20 jul 2026, 03:42

Most static findings are false positives caused by Markdown code fences, TypeScript template literals, local database paths, and documentation URLs. Nine command examples invoke npx agentdb@latest, which can execute an unpinned remote package and therefore retain a medium supply-chain risk. No prompt injection, credential exfiltration, or hidden network behavior was found.

1
Archivos escaneados
340
Líneas analizadas
11
Elementos de revisión
0
Falsos positivos ignorados
Elementos de revisión de capacidades (9)

Estas son capacidades locales reales que pueden esperarse para esta habilidad, por lo que requieren revisión, pero no se cuentan como comportamiento malicioso confirmado.

Medio
Ruby/shell backtick execution · 9 apariciones
```bash
The documented command uses npx with the @latest tag, which downloads and executes a remote package version without a version pin. This creates a supply-chain exposure when users follow the example.
Auditado por: claude

8 jul 2026, 06:22

Most static findings are Markdown fences, inline command text, documentation links, or local example paths, not executable code. Contextual risks remain from unpinned AgentDB commands and persistent memory storage without clear privacy guardrails.

1
Archivos escaneados
340
Líneas analizadas
4
Elementos de revisión
0
Falsos positivos ignorados

Preocupaciones de seguridad confirmadas (2)

Alto
Unpinned Package Execution and MCP Setup
The skill recommends npx agentdb@latest commands and a Claude Code MCP registration. Running latest remote packages and installing an MCP server can execute unreviewed code and expand tool access.
The commands explicitly use npx agentdb@latest and add an MCP server. This is legitimate setup guidance, but it carries clear supply-chain and tool-installation risk without pinning or confirmation requirements.
Medio
Persistent Memory Privacy Controls Missing
The examples store conversation content, user preferences, and learned patterns in persistent databases. The skill does not provide consent, redaction, retention, encryption, or deletion guidance for this memory.
The cited examples intentionally store user-facing conversation and preference data, then describe export and migration paths. I found no matching privacy or retention guidance in the skill text.
Auditado por: codex

30 jun 2026, 10:45

Static analysis correctly identified many external command examples and local database paths, but they are presented as documentation for AgentDB usage rather than code that runs automatically. The critical heuristic is dismissed because no prompt injection, credential access, obfuscation, or automatic network exfiltration was found in SKILL.md. Medium risk remains because users are instructed to run npx agentdb@latest and manage persistent memory databases that may contain sensitive conversation data.

1
Archivos escaneados
340
Líneas analizadas
6
Elementos de revisión
2
Falsos positivos ignorados
Elementos de revisión de capacidades (3)

Estas son capacidades locales reales que pueden esperarse para esta habilidad, por lo que requieren revisión, pero no se cuentan como comportamiento malicioso confirmado.

Medio
External Package Commands Require User Trust
The skill instructs users to run npx agentdb@latest and related CLI commands. This is legitimate AgentDB setup documentation, but executing a latest-tag npm package can run remote package code with local user permissions.
The commands are directly visible in bash examples and use npx with the latest tag. They are documentation examples, so the risk depends on user execution rather than automatic skill behavior.
Medio
Persistent Memory Databases May Store Sensitive Data
The skill demonstrates storing conversation memory, exporting databases, and migrating legacy memory files. This is expected functionality, but users must protect database and backup files that may contain private agent interactions or user preferences.
The file paths and memory operations are explicit, and the skill purpose is persistent agent memory. No unauthorized disclosure is shown, but sensitive data exposure is a realistic operational risk.
Bajo
Critical Combination Heuristic Was Not Confirmed
The analyzer combined command examples, documentation links, and database paths into a critical heuristic. No evidence found for obfuscation, prompt injection, credential access, or automatic data exfiltration.
The cited behaviors are visible but occur in documentation examples. The file does not contain code that combines credential access with network transfer or hidden execution.
Falsos positivos estáticos ignorados (2)

Estas coincidencias estáticas fueron descartadas por la revisión semántica o coincidieron con tokens solo de esquema, por lo que se muestran por transparencia, pero no afectan la puntuación de calidad.

Bajo
Hardcoded Links Are Documentation References
The hardcoded GitHub and website URLs are learning resources, not automatic network requests. They do not send local data or credentials from the skill file.
The URLs appear only under the Learn More section. No fetch, curl, webhook, or automatic transfer behavior is present at those lines.
Bajo
Weak Cryptography Alerts Appear To Be False Positives
The static weak-cryptography hits point to descriptive text and database path examples. No cryptographic algorithm selection or digest function is shown at the cited lines.
Review of the cited lines found skill description text and AgentDB file paths, not MD5, SHA1, DES, or similar weak cryptographic API usage.

Patrones detectados

npx latest-tag CLI ExecutionMemory Export And Migration Commands
Auditado por: codex

21 ene 2026, 18:43

All static findings evaluated as false positives. The skill provides documentation for AgentDB persistent memory patterns. Scanner flagged CLI command examples, database file references, and metadata URL as risks, but these are legitimate components of a database documentation skill with no actual code execution or credential access.

2
Archivos escaneados
1,036
Líneas analizadas
1
Elementos de revisión
0
Falsos positivos ignorados

Factores de riesgo

📁 Acceso al sistema de archivos (2)
Auditado por: claude

17 ene 2026, 07:12

AI analysis failed after multiple attempts - MANUAL REVIEW REQUIRED before publishing. This skill cannot be auto-published until reviewed by a human.

2
Archivos escaneados
515
Líneas analizadas
2
Elementos de revisión
0
Falsos positivos ignorados

Patrones detectados

Hardcoded URLWeak cryptographic algorithmRuby/shell backtick executionSQLite database file[HEURISTIC] DANGEROUS COMBINATION: Code execution + Network + Credential access[HEURISTIC] SUSPICIOUS COMBINATION: Filesystem + Credentials + Network
Auditado por: claude

17 ene 2026, 07:12

AI analysis failed after multiple attempts - MANUAL REVIEW REQUIRED before publishing. This skill cannot be auto-published until reviewed by a human.

2
Archivos escaneados
515
Líneas analizadas
2
Elementos de revisión
0
Falsos positivos ignorados

Patrones detectados

Hardcoded URLWeak cryptographic algorithmRuby/shell backtick executionSQLite database file[HEURISTIC] DANGEROUS COMBINATION: Code execution + Network + Credential access[HEURISTIC] SUSPICIOUS COMBINATION: Filesystem + Credentials + Network
Auditado por: claude

6 ene 2026, 07:27

Documentation-only skill containing no executable code. Pure markdown documentation describing AgentDB usage patterns. No file system access, network calls, or command execution capabilities.

1
Archivos escaneados
340
Líneas analizadas
0
Elementos de revisión
0
Falsos positivos ignorados
No se registraron hallazgos de seguridad confirmados en esta auditoría completada.
Auditado por: claude

6 ene 2026, 07:27

Documentation-only skill containing no executable code. Pure markdown documentation describing AgentDB usage patterns. No file system access, network calls, or command execution capabilities.

1
Archivos escaneados
340
Líneas analizadas
0
Elementos de revisión
0
Falsos positivos ignorados
No se registraron hallazgos de seguridad confirmados en esta auditoría completada.
Auditado por: claude

6 ene 2026, 07:27

Documentation-only skill containing no executable code. Pure markdown documentation describing AgentDB usage patterns. No file system access, network calls, or command execution capabilities.

1
Archivos escaneados
340
Líneas analizadas
0
Elementos de revisión
0
Falsos positivos ignorados
No se registraron hallazgos de seguridad confirmados en esta auditoría completada.
Auditado por: claude