eval-rules

Pass

Audited by Gen Agent Trust Hub on Apr 17, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes a Bash command (find . ... | wc -l) to count source files within the project for statistical reporting. This is a read-only operation and does not involve any dynamic input that could lead to command injection.
  • [DATA_EXFILTRATION]: There are no network-capable tools or operations identified in the skill. All data processing and file operations are restricted to the local project directory.
  • [REMOTE_CODE_EXECUTION]: The skill does not download external scripts or install third-party packages from remote registries.
  • [PROMPT_INJECTION]: While the skill processes content from rule files that could potentially contain instructions, it mitigates risk by requiring explicit user confirmation before any edits are applied to the filesystem.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 17, 2026, 01:32 AM