Навыки managing-workflow История аудитов
📦

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

managing-workflow - 6 аудиты

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

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

Jun 28, 2026, 05:15 PM

The static report overstates risk because many high alerts are false positives from Markdown examples, relative imports, and template placeholders. The real risk is moderate: the skill intentionally runs local Node scripts and those scripts can read, write, or move files based on command arguments without strict path validation.

8
Просканировано файлов
917
Проанализировано строк
8
результаты
codex
Аудитор:
Проблемы среднего риска (2)
Unrestricted Local File Modification Utilities
The helper scripts accept file paths or feature identifiers from command arguments and then read, write, or move files. This supports the intended .spec workflow, but missing path confinement could let a bad invocation modify files outside the expected workflow area.
Bash-Based Workflow Execution
The skill instructs the assistant to run local Node scripts through Bash for context loading, validation, status updates, logging, and archiving. This is legitimate for the workflow, but publication should warn users that the skill requires local command execution permissions.
Проблемы низкого риска (2)
Environment Variable Used for Project Directory Selection
The context loader reads CLAUDE_PROJECT_DIR and otherwise falls back to the current directory. I found no evidence that environment values are sent over the network or used to collect secrets, but a manipulated value could redirect workflow inspection.
Static High-Risk Pattern Alerts Are Mostly False Positives
The reported weak cryptography and path traversal alerts mostly map to Markdown placeholders, status text, and relative imports to shared utilities. I found no evidence of cryptographic operations, obfuscation, network exfiltration, or prompt injection attempts in the reviewed files.

Обнаруженные паттерны

Command Argument Paths Used in File WritesFeature Identifier Used in Archive Path Construction

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

Безопасно

Jan 16, 2026, 07:21 PM

This is a legitimate workflow management skill for specification-driven development. All code operates locally within the project .spec directory. No network access, no credential handling, and no external command execution beyond controlled Node.js script invocations. Behavior matches stated purpose.

9
Просканировано файлов
1,207
Проанализировано строк
3
результаты
claude
Аудитор:
Проблем безопасности не найдено

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

Безопасно

Jan 16, 2026, 07:21 PM

This is a legitimate workflow management skill for specification-driven development. All code operates locally within the project .spec directory. No network access, no credential handling, and no external command execution beyond controlled Node.js script invocations. Behavior matches stated purpose.

9
Просканировано файлов
1,207
Проанализировано строк
3
результаты
claude
Аудитор:
Проблем безопасности не найдено

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

Безопасно

Jan 10, 2026, 11:39 AM

This is a legitimate workflow management skill for specification-driven development. All code operates locally within the project .spec directory. No network access, no credential handling, and no external command execution beyond controlled Node.js script invocations. Behavior matches stated purpose.

8
Просканировано файлов
892
Проанализировано строк
3
результаты
claude
Аудитор:
Проблем безопасности не найдено

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

Безопасно

Jan 10, 2026, 11:39 AM

This is a legitimate workflow management skill for specification-driven development. All code operates locally within the project .spec directory. No network access, no credential handling, and no external command execution beyond controlled Node.js script invocations. Behavior matches stated purpose.

8
Просканировано файлов
892
Проанализировано строк
3
результаты
claude
Аудитор:
Проблем безопасности не найдено

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

Безопасно

Jan 10, 2026, 11:39 AM

This is a legitimate workflow management skill for specification-driven development. All code operates locally within the project .spec directory. No network access, no credential handling, and no external command execution beyond controlled Node.js script invocations. Behavior matches stated purpose.

8
Просканировано файлов
892
Проанализировано строк
3
результаты
claude
Аудитор:
Проблем безопасности не найдено