Super-Transcribe โ Unified Speech-to-Text
ยท v1.0.2
"Unified speech-to-text skill. Use when the user asks to transcribe audio or video, generate subtitles, identify speakers, translate speech, search transcripts, diarize meetings, or perform any speech-to-text task. Also use when a voice message or audio file appears in chat and the user's intent to transcribe it is very clear."
โ ๏ธ Hazard Flags
๐ Capabilities
Execution
- โ Shell execution
- โ Code execution
- โ Install dependencies
- โ Persistence
- Privilege: admin
Filesystem
- โ Read workspace
- โ Write workspace
- โ Read home
- โ Write home
- โ Read system
- โ Delete
Network
- Egress: any
- โ Ingress
Credentials
- โ Environment vars
- โ Credential files
- โ Browser data
- โ Keychain
Actions
๐ Containment
Level: maximum
- SANDBOX_CONTAINER: Code execution capability
- LOG_ACTIONS: Audit trail for all actions
โก Risks
Mitigation: Do not execute. Review source for malicious intent.
Mitigation: Review SKILL.md for hidden instructions. Do not use with untrusted input.
Mitigation: Avoid accessing system directories unless absolutely necessary.
Mitigation: Validate and sanitize all user inputs before using in commands
Mitigation: Provide clear, detailed description of skill functionality
Mitigation: Ensure network access is necessary and documented
Want a deeper analysis?
This report was generated by static analysis. Get an LLM-powered deep review with behavioral reasoning and attack surface mapping.
๐ง Deep Analysis โ $5.00๐จ Incident Response
Kill switch: Stop the agent process
Containment: Review logs for unexpected actions
Recovery: Depends on skill capabilities
๐ Raw SSDS JSON click to expand
{
"meta": {
"document_id": "ssds:auto:super-transcribe:1.0.2",
"ssds_version": "0.2.0",
"scanner_version": "0.4.0+fe6fd9123d50",
"created_at": "2026-03-06T01:14:17.287Z",
"created_by": {
"agent": "safeagentskills-cli/generate-ssds"
},
"language": "en",
"notes": "Auto-generated SSDS. Manual review recommended."
},
"skill": {
"name": "Super-Transcribe โ Unified Speech-to-Text",
"version": "1.0.2",
"format": "agent_skill",
"description": "\"Unified speech-to-text skill. Use when the user asks to transcribe audio or video, generate subtitles, identify speakers, translate speech, search transcripts, diarize meetings, or perform any speech-to-text task. Also use when a voice message or audio file appears in chat and the user's intent to transcribe it is very clear.\"",
"publisher": "unknown",
"source": {
"channel": "local"
},
"artifact": {
"sha256": "fde54003364ea7a013e19a91851c2e91834677a509375390d7617737d3c000a7",
"hash_method": "files_sorted"
}
},
"capabilities": {
"execution": {
"can_exec_shell": true,
"can_exec_code": true,
"privilege_level": "admin",
"can_install_deps": false,
"can_persist": false
},
"filesystem": {
"reads_workspace": true,
"reads_user_home": true,
"reads_system": false,
"writes_workspace": true,
"writes_user_home": true,
"writes_system": false,
"can_delete": true
},
"network": {
"egress": "any",
"ingress": false
},
"credentials": {
"reads_env_vars": true,
"reads_credential_files": true,
"reads_browser_data": false,
"reads_keychain": false
},
"services": [],
"actions": {
"can_send_messages": false,
"can_post_public": false,
"can_purchase": false,
"can_transfer_money": false,
"can_deploy": false,
"can_delete_external": false
},
"prompt_injection_surfaces": [
"web",
"documents"
],
"content_types": [
"general"
]
},
"hazards": {
"hdac": {
"H": 4,
"D": 4,
"A": 1,
"C": 1
},
"flags": [
"EXEC",
"CODE_EXEC",
"PRIVILEGED",
"FS_READ_WORKSPACE",
"FS_READ_USER",
"FS_WRITE_WORKSPACE",
"FS_WRITE_USER",
"FS_DELETE",
"NET_EGRESS_ANY",
"CREDS_ENV",
"CREDS_FILES",
"PI_WEB",
"PI_DOCUMENTS"
],
"custom_flags": [
{
"code": "PIPE_TO_SHELL",
"name": "Pipe to Shell",
"description": "Downloads and executes remote code (curl|bash pattern) in: setup.sh"
},
{
"code": "PROMPT_INJECTION",
"name": "Prompt Injection Risk",
"description": "Contains prompt injection patterns in: scripts/backends/faster-whisper/transcribe.py"
},
{
"code": "PRIVILEGE_ESCALATION",
"name": "Privilege Escalation",
"description": "Uses elevated privileges (sudo/root) in: scripts/backends/faster-whisper/setup.sh, scripts/backends/parakeet/setup.sh, setup.sh, SKILL.md"
},
{
"code": "FILE_DELETE",
"name": "File Deletion",
"description": "Can delete files in: scripts/backends/faster-whisper/transcribe.py, scripts/backends/lib/audio.py, scripts/backends/parakeet/transcribe.py"
},
{
"code": "TOOL_ABUSE",
"name": "Unauthorized Tool Use",
"description": "MCP_SYS_CRITICAL_ACCESS, TOOL_ABUSE_SYSTEM_PACKAGE_INSTALL, INSTRUCTED_BINARY_INSTALL: Access to critical system directories"
},
{
"code": "SOCIAL_ENGINEERING",
"name": "Social Engineering Risk",
"description": "SOCIAL_ENG_VAGUE_DESCRIPTION: Skill description is too vague or missing"
},
{
"code": "COMMAND_INJECTION",
"name": "Command Injection Risk",
"description": "COMMAND_INJECTION_USER_INPUT, MCP_SQL_BLIND, COMMAND_INJECTION_EVAL: User input used in command substitution - potential injection risk"
},
{
"code": "DATA_EXFILTRATION",
"name": "Data Exfiltration Risk",
"description": "DATA_EXFIL_NETWORK_REQUESTS: HTTP client library imports that enable external communication"
}
],
"confidence": {
"level": "medium",
"basis": [
"static_analysis"
],
"notes": "Detected 8 security patterns (16 vendored rule hits). Review recommended."
},
"rationale": {
"H": "H4: Critical: Privilege escalation or malware detected",
"D": "D4: Critical: Credential theft or data exfiltration",
"A": "A1: Local side effects only",
"C": "C1: General content"
}
},
"containment": {
"level": "maximum",
"required": [
{
"control": "SANDBOX_CONTAINER",
"reason": "Code execution capability"
}
],
"recommended": [
{
"control": "LOG_ACTIONS",
"reason": "Audit trail for all actions"
}
],
"uncontained_risk": "Risk level depends on manual review of actual capabilities."
},
"risks": {
"risks": [
{
"risk": "Pipe-to-shell pattern detected (curl|bash) in: setup.sh",
"severity": "critical",
"mitigation": "Do not execute. Review source for malicious intent."
},
{
"risk": "Prompt injection patterns detected in: scripts/backends/faster-whisper/transcribe.py",
"severity": "high",
"mitigation": "Review SKILL.md for hidden instructions. Do not use with untrusted input."
},
{
"risk": "Unauthorized tool use: MCP_SYS_CRITICAL_ACCESS, TOOL_ABUSE_SYSTEM_PACKAGE_INSTALL, INSTRUCTED_BINARY_INSTALL",
"severity": "high",
"mitigation": "Avoid accessing system directories unless absolutely necessary."
},
{
"risk": "Command injection risk: COMMAND_INJECTION_USER_INPUT, MCP_SQL_BLIND, COMMAND_INJECTION_EVAL",
"severity": "critical",
"mitigation": "Validate and sanitize all user inputs before using in commands"
},
{
"risk": "Social engineering indicators: SOCIAL_ENG_VAGUE_DESCRIPTION",
"severity": "low",
"mitigation": "Provide clear, detailed description of skill functionality"
},
{
"risk": "Data exfiltration patterns: DATA_EXFIL_NETWORK_REQUESTS",
"severity": "medium",
"mitigation": "Ensure network access is necessary and documented"
}
],
"limitations": [
"Static analysis only - runtime behavior not verified"
]
},
"incident_response": {
"kill_switch": [
"Stop the agent process"
],
"containment": [
"Review logs for unexpected actions"
],
"recovery": [
"Depends on skill capabilities"
]
},
"evidence": [
{
"evidence_id": "EV:file-1",
"type": "file_excerpt",
"title": "scripts/backends/faster-whisper/setup.sh",
"file_path": "scripts/backends/faster-whisper/setup.sh"
},
{
"evidence_id": "EV:file-2",
"type": "file_excerpt",
"title": "scripts/backends/faster-whisper/transcribe.py",
"file_path": "scripts/backends/faster-whisper/transcribe.py"
},
{
"evidence_id": "EV:file-3",
"type": "file_excerpt",
"title": "scripts/backends/lib/__init__.py",
"file_path": "scripts/backends/lib/__init__.py"
},
{
"evidence_id": "EV:file-4",
"type": "file_excerpt",
"title": "scripts/backends/lib/alignment.py",
"file_path": "scripts/backends/lib/alignment.py"
},
{
"evidence_id": "EV:file-5",
"type": "file_excerpt",
"title": "scripts/backends/lib/audio.py",
"file_path": "scripts/backends/lib/audio.py"
},
{
"evidence_id": "EV:file-6",
"type": "file_excerpt",
"title": "scripts/backends/lib/exitcodes.py",
"file_path": "scripts/backends/lib/exitcodes.py"
},
{
"evidence_id": "EV:file-7",
"type": "file_excerpt",
"title": "scripts/backends/lib/formatters.py",
"file_path": "scripts/backends/lib/formatters.py"
},
{
"evidence_id": "EV:file-8",
"type": "file_excerpt",
"title": "scripts/backends/lib/postprocess.py",
"file_path": "scripts/backends/lib/postprocess.py"
},
{
"evidence_id": "EV:file-9",
"type": "file_excerpt",
"title": "scripts/backends/lib/rss.py",
"file_path": "scripts/backends/lib/rss.py"
},
{
"evidence_id": "EV:file-10",
"type": "file_excerpt",
"title": "scripts/backends/lib/speakers.py",
"file_path": "scripts/backends/lib/speakers.py"
},
{
"evidence_id": "EV:cisco-1",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_USER_INPUT [MEDIUM] scripts/backends/faster-whisper/setup.sh:49: FF_VER=$(ffmpeg -version 2>&1 | head -1 | awk '{print $3}')",
"file_path": "scripts/backends/faster-whisper/setup.sh"
},
{
"evidence_id": "EV:cisco-2",
"type": "file_excerpt",
"title": "MCP_SYS_CRITICAL_ACCESS [HIGH] scripts/backends/faster-whisper/setup.sh:1: #!/usr/bin/env bash",
"file_path": "scripts/backends/faster-whisper/setup.sh"
},
{
"evidence_id": "EV:cisco-3",
"type": "file_excerpt",
"title": "MCP_SQL_BLIND [HIGH] scripts/backends/faster-whisper/transcribe.py:1762: time.sleep(wait)",
"file_path": "scripts/backends/faster-whisper/transcribe.py"
},
{
"evidence_id": "EV:cisco-4",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_EVAL [CRITICAL] scripts/backends/lib/audio.py:41: __import__(import_name.split(\".\")[0])",
"file_path": "scripts/backends/lib/audio.py"
},
{
"evidence_id": "EV:cisco-5",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] scripts/backends/lib/rss.py:18: import urllib.request",
"file_path": "scripts/backends/lib/rss.py"
},
{
"evidence_id": "EV:cisco-6",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_USER_INPUT [MEDIUM] scripts/backends/parakeet/setup.sh:80: FF_VER=$(ffmpeg -version 2>&1 | head -1 | awk '{print $3}')",
"file_path": "scripts/backends/parakeet/setup.sh"
},
{
"evidence_id": "EV:cisco-7",
"type": "file_excerpt",
"title": "TOOL_ABUSE_SYSTEM_PACKAGE_INSTALL [MEDIUM] scripts/backends/parakeet/setup.sh:222: echo \" Fedora: sudo dnf install ffmpeg\"",
"file_path": "scripts/backends/parakeet/setup.sh"
},
{
"evidence_id": "EV:cisco-8",
"type": "file_excerpt",
"title": "MCP_SYS_CRITICAL_ACCESS [HIGH] scripts/backends/parakeet/setup.sh:1: #!/usr/bin/env bash",
"file_path": "scripts/backends/parakeet/setup.sh"
},
{
"evidence_id": "EV:cisco-9",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_EVAL [CRITICAL] scripts/backends/parakeet/transcribe.py:321: asr_model.eval()",
"file_path": "scripts/backends/parakeet/transcribe.py"
},
{
"evidence_id": "EV:cisco-10",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_USER_INPUT [MEDIUM] setup.sh:211: FF_VER=$(ffmpeg -version 2>&1 | head -1 | awk '{print $3}')",
"file_path": "setup.sh"
}
]
}