agent-spec-estimate
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
agent-spectool from an external registry usingcargo install agent-specif it is not found on the system. - [COMMAND_EXECUTION]: The skill utilizes multiple shell commands to perform its core functions, including
command -v,cargo install,agent-spec contract, andagent-spec explain. It also includes a shellforloop in theSKILL.mdto batch process files in thespecs/directory. - [PROMPT_INJECTION]: The skill is designed to ingest and process the contents of external
.specfiles to generate estimates. This creates a surface for indirect prompt injection where malicious instructions embedded within a specification file could influence the agent's behavior. - Ingestion points: Data enters the context via the output of
agent-spec contract [path]and by reading.specfiles. - Boundary markers: Absent; there are no specific delimiters or instructions for the agent to ignore potentially malicious embedded text within the spec files.
- Capability inventory: The agent has the capability to execute shell commands and install packages via
cargo. - Sanitization: Absent; the skill does not specify any validation or sanitization of the specification file content before processing.
Audit Metadata