Scan Report
0 /100
maxqda-timecode
Convert transcript timecodes from MM:SS format to MAXQDA-compatible [hh:mm:ss] format for qualitative research data import.
This is a simple, benign timecode format converter for MAXQDA qualitative research software with no security concerns.
Safe to install
This skill is safe to use. It performs straightforward text transformation on local files using perl, with no network access, credential harvesting, or obfuscation.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md - The skill processes text files using perl one-liners for timecode con… |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md - Uses perl for file processing with mv command to overwrite files |
| Network | NONE | NONE | — | N/A - No network activity documented or present |
| Environment | NONE | NONE | — | N/A - No environment variable access |
| credential | NONE | NONE | — | N/A - No credential access |
File Tree
1 files · 2.3 KB · 85 lines Markdown 1f · 85L
└─
SKILL.md
Markdown
Security Positives
✓ Single-file skill with clear documentation
✓ No external dependencies or package files
✓ Simple, straightforward text transformation logic
✓ No network requests or external communications
✓ No credential harvesting or sensitive data access
✓ No obfuscation or base64-encoded content
✓ Uses standard perl text processing (no eval, no shell injection vectors)
✓ All behavior is fully documented in SKILL.md