WharfLab
Official@wharflab · Luxembourg
Modern tooling for containers shipping
Agent Skills by WharfLab
Showing 4 vetted skills indexed across 1 GitHub repositories.
create-tally-rule
Generates scaffolded Kotlin code and tests for linting rules targeting Dockerfiles and other artifacts, automating common developer workflows.
Codex
Analyze code and debug issues using the Codex CLI.
add-buildkit-fix
Adds auto-fix capabilities to BuildKit linter rules in the Go-based tally project.
port-hadolint-rule
Port Hadolint linter rules from Haskell to Go for the tally project.
Frequently Asked Questions About WharfLab
FAQPage SchemaWhat specific tasks does WharfLab enable for container security?▼
WharfLab enables the creation and porting of linting rules for container configurations. It provides mechanisms to scaffold Kotlin-based linting logic and migrate existing Haskell-based rules into Go, ensuring consistent static analysis across container build environments.
Which engineering personas benefit from these capabilities?▼
DevOps engineers, platform architects, and security researchers focused on container supply chain integrity benefit from these capabilities. Specifically, those maintaining custom linting infrastructure or migrating legacy analysis logic to Go-based BuildKit environments will find these utilities essential.
What are the primary dependencies for implementing these linting rules?▼
Implementation requires a Go development environment for the tally project and BuildKit integration. Users must also have familiarity with Kotlin for rule scaffolding and the existing Haskell-based Hadolint rule sets intended for migration to the Go-based architecture.