askill
aiken-dex-security-audit-operator

aiken-dex-security-audit-operatorSafety 85Repository

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

39 stars
1.2k downloads
Updated 2/14/2026

Package Files

Loading files...
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
  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.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

62/100Analyzed 2/25/2026

A functional but minimal operator skill for running Aiken build/test commands during security audits. Has clear step-by-step procedure with actual commands and includes helpful metadata (tags, manual flag). Completeness suffers from lack of error handling details, post-capture procedures, and audit report formatting guidance. The skill is project-specific (Aiken DEX) but reasonably structured and safe, with explicit safety instruction to only run user-requested commands. Could benefit from more context and comprehensive coverage to be more reusable beyond this specific audit workflow.

85
75
55
45
70

Metadata

Licenseunknown
Version-
Updated2/14/2026
PublisherCharlesHoskinson

Tags

ci-cdsecuritytesting