skills/pashov/skills/fizz-convert/Gen Agent Trust Hub

fizz-convert

Pass

Audited by Gen Agent Trust Hub on Jul 23, 2026

Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
  • [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface because it reads and processes natural language descriptions from PROPERTIES.md to generate executable Solidity code.
  • Ingestion points: Reads from PROPERTIES.md in the project root.
  • Boundary markers: The skill does not define specific delimiters or instructions to ignore embedded commands within the property descriptions.
  • Capability inventory: The skill has the capability to write to multiple Solidity files (Properties.sol, Base.sol, Snapshots.sol, and handler files) and execute shell commands (forge build).
  • Sanitization: No explicit sanitization or validation of the input text is performed before it is used to generate code.
  • [COMMAND_EXECUTION]: The skill executes the forge CLI tool (Foundry) to compile the generated smart contracts.
  • Evidence: forge build and FOUNDRY_PROFILE=fuzz forge build are called in the Step 5 build phase.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 23, 2026, 12:29 PM
Security Audit — agent-trust-hub — fizz-convert