python_subprocess
System command execution (Python)
Line 360Snippets
result = subprocess.run( result = subprocess.run( subprocess.run([sys.executable, "-m", "pip", "install", "--user", "rich"], check=False) subprocess.run([sys.executable, "-m", "pip", "install", "--user", "tqdm"], check=False) result = subprocess.run(['gh', 'copilot', '--version'], privilege_escalation
Privilege escalation attempt
Privilege escalation attempt
Line 1786Snippets
echo " sudo apt install ffmpeg # Debian/Ubuntu" echo " sudo yum install ffmpeg # CentOS/RHEL"hardcoded_secret
Potentially hardcoded secret
Potentially hardcoded secret
Line 1578Snippets
export ASSEMBLYAI_API_KEY="your-key"env_access
Environment variable access
Environment variable access
Line 1165Snippets
audio_file = os.environ["AUDIO_FILE_ENV"] model_name = os.environ["MODEL_ENV"] transcriber = os.environ["TRANSCRIBER_ENV"] temp_json = os.environ["TEMP_JSON_ENV"]with open(os.environ["TEMP_JSON_ENV"], encoding="utf-8") as f:Trust Score
Updated vor 2 Wochen
Analysiert
31.03.2026, 15:56
+ 2 previous scans
Kompatibel mit
Skill details
Updated vor 2 Wochen
Analysiert 31.03.2026, 15:56
Beschreibung
"Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration"
Letzte Scans
31.03.2026, 15:56
Latest analysis
31.03.2026, 15:11
Run 2
27.03.2026, 15:45
Run 1