Low Risk — Risk Score 5/100
Last scan:19 hr ago Rescan
5 /100
intelligent-memory-trigger-system
Intelligent system that automatically determines when to create workflow documentation based on task complexity, repetition patterns, and user intent.
This skill is purely documentation-based with no executable code, scripts, or actual capabilities. It contains only Markdown files describing a workflow decision-making system with JavaScript pseudocode examples.
Skill Nameintelligent-memory-trigger-system
Duration24.5s
Enginepi
Safe to install
No immediate action needed. The skill is safe to use as it contains no executable components. However, consider adding explicit allowed-tools declaration to SKILL.md for clarity.

Findings 2 items

Severity Finding Location
Low
No allowed-tools declaration Doc Mismatch
SKILL.md does not include an allowed-tools declaration section, making it unclear what capabilities this skill would have if executed.
No allowed-tools field in frontmatter
→ Add an explicit allowed-tools section to clarify the skill's scope, even if declaring NONE
SKILL.md:1
Low
Hardcoded user paths in documentation Doc Mismatch
Documentation references hardcoded Windows paths like C:\Users\sjh65\.openclaw\workspace\workflows\ which may not be relevant to all users.
return "C:\\Users\\sjh65\\.openclaw\\workspace\\workflows\\priority\"
→ Use environment variables or relative paths for cross-platform compatibility
memory-trigger-management.md:120
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No file operations in skill code
Network NONE NONE No network calls in skill
Shell NONE NONE No shell execution in skill
Environment NONE NONE No environment access in skill
Skill Invoke NONE NONE No skill invocation patterns found
Clipboard NONE NONE No clipboard access in skill
Browser NONE NONE No browser access in skill
Database NONE NONE No database access in skill

File Tree

4 files · 33.1 KB · 999 lines
Markdown 4f · 999L
├─ 📝 memory-trigger-management.md Markdown 291L · 9.4 KB
├─ 📝 SKILL.md Markdown 215L · 8.3 KB
├─ 📝 trigger-logic.md Markdown 321L · 9.5 KB
└─ 📝 usage-guide.md Markdown 172L · 5.9 KB

Security Positives

✓ No executable scripts or code files present in the skill
✓ No network requests or external communications detected
✓ No credential harvesting or sensitive data access
✓ No obfuscation techniques or suspicious encoding patterns
✓ No supply chain dependencies that could introduce vulnerabilities
✓ No persistence mechanisms or backdoors detected
✓ No prompt injection attempts or hidden instructions found
✓ Skill is purely documentation with pseudocode examples - no actual execution capability