🎯

aiken-dex-security-audit-operator

🎯Skill

from flux-point-studios/cardano-agent-skills

VibeIndex|
What it does

Executes local Aiken build and test commands for security audits, capturing detailed evidence and version information.

πŸ“¦

Part of

flux-point-studios/cardano-agent-skills(18 items)

aiken-dex-security-audit-operator

Installation

Quick InstallInstall with npx
npx skills add Flux-Point-Studios/cardano-agent-skills
Quick InstallInstall with npx
npx add-skill Flux-Point-Studios/cardano-agent-skills -a claude-code
Quick InstallInstall with npx
npx add-skill Flux-Point-Studios/cardano-agent-skills --skill cardano-cli-wallets --skill cardano-cli-transactions -a claude-code
πŸ“– Extracted from docs: flux-point-studios/cardano-agent-skills
3Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

"Operator skill: run local Aiken build/test commands and capture evidence for the audit. Manual invoke only."

Overview

# aiken-dex-security-audit-operator

Rule

This is for "hands-on-keyboard" runs (aiken check/build) and collecting logs. Only run commands the user explicitly requests.

Procedure

1) Confirm repo path + commit

- git rev-parse --short HEAD

2) Record tool versions

- aiken --version

3) Run checks

- aiken check

- aiken build

4) If tests fail: capture failing test/property name, file/line, and minimal repro info.

5) Feed outputs into the audit report evidence section.