grace-cli
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install
@osovv/grace-cliglobally usingbun add -g. This package is a vendor-owned resource belonging to the author 'osovv'. - [COMMAND_EXECUTION]: The skill invokes the
gracebinary with various subcommands (lint,status,module, etc.) to perform project analysis and navigation. - [DYNAMIC_EXECUTION]: The
--run-commandsflag used withgrace lintenables the execution ofMustPassCommandvalues defined within project baselines or assertions. This allows the tool to run arbitrary shell commands specified in external project configuration files. - [INDIRECT_PROMPT_INJECTION]: The skill is vulnerable to indirect injection via malicious project configuration.
- Ingestion points: Untrusted project files (specified by
--path PROJECT) containing assertions and baselines are read by thegracetool inSKILL.md. - Boundary markers: None present; the skill does not instruct the agent to verify the content of the commands before execution.
- Capability inventory: The skill has the capability to execute shell commands via the
--run-commandsflag inSKILL.md. - Sanitization: There is no evidence of sanitization or validation of the
MustPassCommandvalues before they are executed by the CLI.
Audit Metadata