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 2周前
分析时间
2026年3月31日 15:56
+ 2 previous scans
兼容
Skill details
Updated 2周前
分析时间 2026年3月31日 15:56
说明
"Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration"
最近扫描
2026年3月31日 15:56
Latest analysis
2026年3月31日 15:11
Run 2
2026年3月27日 15:45
Run 1