Scan Report
5 /100
project-context-anchor
Writes AI_CONTEXT.md into the project root as a dynamic soul snapshot for cross-session AI recovery
This is a legitimate context-preservation skill that writes AI_CONTEXT.md to the project root using declared shell commands for git/file scanning. No malicious behavior, credential theft, or hidden functionality detected.
Safe to install
No action required. This skill is safe to use as documented.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Override instruction for built-in memory tools Doc Mismatch | SKILL.md:62 |
| Low | Security notice for sensitive content in output Sensitive Access | SKILL.md:135 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md:320 - writes AI_CONTEXT.md to project root |
| Shell | READ | READ | ✓ Aligned | SKILL.md:180-200 - git log, git diff, find, cat for environment scanning |
| Network | NONE | NONE | — | No network operations found |
| Environment | NONE | READ | ✓ Aligned | Reads files via cat command for tech stack detection only |
| Skill Invoke | NONE | NONE | — | No skill chaining or elevated invoke access |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser access |
| Database | NONE | NONE | — | No database access |
File Tree
1 files · 19.0 KB · 489 lines Markdown 1f · 489L
└─
SKILL.md
Markdown
Security Positives
✓ No executable code or scripts — only declarative Markdown documentation
✓ All shell commands (git, find, cat) are explicitly declared and relevant to functionality
✓ Comprehensive security notices warn about potential credential exposure in output
✓ No base64 encoding, obfuscation, or hidden commands
✓ No network requests or data exfiltration
✓ No credential harvesting or environment variable enumeration
✓ No persistence mechanisms (cron, startup hooks, backdoors)
✓ MIT license, transparent design