memory-schema
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill instructs the agent to process untrusted note content using tools like
schema_inferandschema_validateto maintain data consistency. This ingestion of external data creates a surface for indirect prompt injection where instructions embedded in notes could influence the agent's behavior during schema discovery or validation tasks. - Ingestion points: Note bodies and metadata analyzed by
schema_infer,schema_validate, andsearch_notestools (SKILL.md). - Boundary markers: None identified; the instructions do not specify using delimiters or ignoring embedded instructions when processing note content.
- Capability inventory: The agent can modify the file system using
write_noteandedit_note, and query existing data usingsearch_notes(SKILL.md). - Sanitization: No sanitization, filtering, or validation of the note content is described before it is passed to the agent's analytical tools.
Audit Metadata