cardano-protocol-params

Warn

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • EXTERNAL_DOWNLOADS (MEDIUM): The script scripts/cardano-cli.sh is configured to pull and run the Docker image ghcr.io/intersectmbo/cardano-node:latest by default. While this is the standard repository for Cardano community-maintained tools, the organization intersectmbo is not on the predefined list of trusted GitHub organizations.
  • COMMAND_EXECUTION (LOW): The skill requests and uses the Bash tool to execute cardano-cli and docker. The wrapper script passes all user-provided arguments directly to the executable via exec. This is standard for a CLI wrapper but grants the agent command execution capabilities within the scope of the tool.
  • INDIRECT_PROMPT_INJECTION (LOW): The skill ingests data from external sources (Cardano node query results and local JSON files) which are then processed by tools like jq.
  • Ingestion points: Local file pparams.json and direct output from cardano-cli query commands.
  • Boundary markers: None used. The skill treats the output of the CLI and contents of the files as trusted data.
  • Capability inventory: The skill has file-read, file-write (outputting pparams.json), and arbitrary cardano-cli command execution.
  • Sanitization: No sanitization or validation is performed on the protocol parameter data before it is presented to the agent or processed.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Feb 17, 2026, 05:59 PM