Scan Report
5 /100
andara-meeting-minutes
Capture meeting summaries and action items from voice or text
Benign meeting minutes capture skill with proper database integration and no malicious behavior detected.
Safe to install
No action required. Skill is safe to use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:18 psql via bash |
| Database | WRITE | WRITE | ✓ Aligned | SKILL.md:18-29 INSERT statements |
| Environment | READ | READ | ✓ Aligned | SKILL.md:18 DATABASE_URL access |
| Filesystem | NONE | NONE | — | N/A |
| Network | NONE | NONE | — | No network calls except database |
| Clipboard | NONE | NONE | — | N/A |
| Browser | NONE | NONE | — | N/A |
| Skill Invoke | NONE | NONE | — | N/A |
File Tree
1 files · 1.3 KB · 39 lines Markdown 1f · 39L
└─
SKILL.md
Markdown
Security Positives
✓ No executable code - pure documentation
✓ Uses parameterized SQL queries to prevent injection
✓ Only declared and necessary permissions (shell:WRITE, database:WRITE, env:READ)
✓ No external dependencies or dependencies to compromise
✓ No credential harvesting or data exfiltration
✓ No obfuscation techniques detected
✓ No persistence mechanisms
✓ Clear and honest documentation of intended behavior