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 há 2 semanas
Analisado
31 de mar. de 2026, 15:56
+ 2 previous scans
Compatível com
Skill details
Updated há 2 semanas
Analisado 31 de mar. de 2026, 15:56
Descricao
"Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration"
Scans recentes
31 de mar. de 2026, 15:56
Latest analysis
31 de mar. de 2026, 15:11
Run 2
27 de mar. de 2026, 15:45
Run 1