inject
Facilitates on-demand knowledge retrieval by loading relevant context into the current session, enhancing AI's learning capabilities.
Install this skill
or
76/100
Security score
The inject skill was audited on Jun 13, 2026 and we found 8 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 75
Access to hidden dotfiles in home directory
SourceSKILL.md
| 75 | sed -n '1,120p' ~/.agents/MEMORY.md 2>/dev/null |
low line 87
Access to hidden dotfiles in home directory
SourceSKILL.md
| 87 | ls -lt ~/.agents/learnings/ 2>/dev/null | head -5 |
low line 90
Access to hidden dotfiles in home directory
SourceSKILL.md
| 90 | ls -lt ~/.agents/patterns/ 2>/dev/null | head -5 |
low line 93
Access to hidden dotfiles in home directory
SourceSKILL.md
| 93 | ls -lt ~/.codex/patterns/ 2>/dev/null | head -5 |
medium line 126
Access to hidden dotfiles in home directory
SourceSKILL.md
| 126 | | Global Memory | `~/.agents/MEMORY.md` | Highest | 1.0 | |
medium line 129
Access to hidden dotfiles in home directory
SourceSKILL.md
| 129 | | Global Learnings | `~/.agents/learnings/` | High | 0.8 (configurable) | |
medium line 130
Access to hidden dotfiles in home directory
SourceSKILL.md
| 130 | | Global Patterns | `~/.agents/patterns/` | High | 0.8 (configurable) | |
medium line 133
Access to hidden dotfiles in home directory
SourceSKILL.md
| 133 | | Legacy Patterns | `~/.codex/patterns/` | Low | 0.6 (read-only, no new writes) | |
Scanned on Jun 13, 2026
View Security Dashboard