Навыки get-available-resources История аудитов
🔍

История аудитов

get-available-resources - 5 аудиты

Версия аудита 5

Последняя Низкий риск

Jan 17, 2026, 07:36 AM

The skill is safe to publish. All 50 static findings are false positives. The skill performs legitimate system resource detection using subprocess calls to standard system utilities (nvidia-smi, rocm-smi, sysctl, system_profiler) for GPU/CPU detection. All subprocess commands use hardcoded arguments in list format, preventing shell injection. The __import__ usage is for importing the standard datetime module. Markdown backticks triggered false positives for shell execution. 'Weak cryptographic algorithm' findings are scanner errors on non-cryptographic code.

4
Просканировано файлов
1,073
Проанализировано строк
4
находки
claude
Проверено
Проблемы низкого риска (1)
JSON file output to disk
Skill writes a JSON file to disk (.claude_resources.json) containing system resource information. This is expected behavior but users should be aware.

Факторы риска

Версия аудита 4

Низкий риск

Jan 17, 2026, 07:36 AM

The skill is safe to publish. All 50 static findings are false positives. The skill performs legitimate system resource detection using subprocess calls to standard system utilities (nvidia-smi, rocm-smi, sysctl, system_profiler) for GPU/CPU detection. All subprocess commands use hardcoded arguments in list format, preventing shell injection. The __import__ usage is for importing the standard datetime module. Markdown backticks triggered false positives for shell execution. 'Weak cryptographic algorithm' findings are scanner errors on non-cryptographic code.

4
Просканировано файлов
1,073
Проанализировано строк
4
находки
claude
Проверено
Проблемы низкого риска (1)
JSON file output to disk
Skill writes a JSON file to disk (.claude_resources.json) containing system resource information. This is expected behavior but users should be aware.

Факторы риска

Версия аудита 3

Низкий риск

Jan 17, 2026, 07:36 AM

The skill is safe to publish. All 50 static findings are false positives. The skill performs legitimate system resource detection using subprocess calls to standard system utilities (nvidia-smi, rocm-smi, sysctl, system_profiler) for GPU/CPU detection. All subprocess commands use hardcoded arguments in list format, preventing shell injection. The __import__ usage is for importing the standard datetime module. Markdown backticks triggered false positives for shell execution. 'Weak cryptographic algorithm' findings are scanner errors on non-cryptographic code.

4
Просканировано файлов
1,073
Проанализировано строк
3
находки
claude
Проверено
Проблем безопасности не найдено

Факторы риска

Версия аудита 2

Безопасно

Jan 12, 2026, 04:13 PM

All static findings are false positives. The skill performs legitimate system resource detection using subprocess calls to standard system utilities (nvidia-smi, rocm-smi, system_profiler) for GPU/CPU detection. All commands use hardcoded arguments in list format, preventing shell injection. No user input is processed. The skill outputs a JSON file with resource information for informed computational decisions.

2
Просканировано файлов
679
Проанализировано строк
3
находки
claude
Проверено
Проблем безопасности не найдено

Факторы риска

Версия аудита 1

Низкий риск

Jan 4, 2026, 04:32 PM

The skill only queries local system resources through psutil and system utilities. It writes a JSON file to the current working directory. No network access, credential harvesting, or persistence mechanisms detected. External commands are hardcoded subprocess calls to legitimate system tools (nvidia-smi, rocm-smi, sysctl).

5
Просканировано файлов
913
Проанализировано строк
3
находки
claude
Проверено
Проблем безопасности не найдено