ainotes
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed to organize and summarize project-related notes stored in the
.ainotes/directory of a repository. It reads, merges, and prunes Markdown content based on specific formatting rules. - [DATA_EXPOSURE]: The skill only interacts with local Markdown files (
log.md,memory.md,rules.md) within the repository context. It does not access credentials, SSH keys, or environment variables. - [COMMAND_EXECUTION]: There are no shell commands, subprocess calls, or dynamic code execution patterns present in the workflow.
- [DATA_EXFILTRATION]: No network activity or external requests are performed. The data stays within the local filesystem.
- [PROMPT_INJECTION]: The instructions focus on text processing logic (deduplication, pruning, formatting) and do not contain attempts to bypass agent safety filters or override system instructions.
Audit Metadata