flux-point-studios/cardano-agent-skills

aiken-dex-security-audit-operator

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

First seen Feb 2, 2026

Installation

$ npx skills add flux-point-studios/cardano-agent-skills --skill aiken-dex-security-audit-operator

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from flux-point-studios/cardano-agent-skills · top by installs.

npx skills add flux-point-studios/cardano-agent-skills

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

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

More metadata
manual
true

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 692 B
  • docs SUMMARY.md 148 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 22 installs

SKILL.md

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

  1. Record tool versions

- aiken --version

  1. Run checks

- aiken check - aiken build

  1. If tests fail: capture failing test/property name, file/line, and minimal repro info.
  2. Feed outputs into the audit report evidence section.