agent-memory
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to perform 'Universal extraction', which involves executing shell commands such asgit logto identify project conventions and scanning the directory structure to determine the technical stack. - [PROMPT_INJECTION]: The skill processes untrusted data from the repository (e.g., README files, project configuration manifests, and git history), which presents an indirect prompt injection surface where malicious repository content could influence the agent's behavior during the context distillation process.
- Ingestion points:
package.json,go.mod,Cargo.toml,README.md,git log, and documentation indocs/devdocs/. - Boundary markers: Absent; there are no instructions to treat extracted data as untrusted or to use delimiters to separate it from agent instructions.
- Capability inventory:
Read,Write,Glob,Grep,Edit,Bash, andAskUserQuestion. - Sanitization: Absent; the skill instructions do not specify validation or filtering of the extracted content before it is incorporated into the memory files.
Audit Metadata