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
Mis a jour il y a 2 semaines
Analyse le
31 mars 2026, 15:56
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 2 semaines
Analyse le 31 mars 2026, 15:56
Description
"Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration"
Scans recents
31 mars 2026, 15:56
Latest analysis
31 mars 2026, 15:11
Run 2
27 mars 2026, 15:45
Run 1