ark-controller-development
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOWCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (LOW): The skill instructs the agent to run local build commands (
make manifests,make build,make lint-fix). These are standard development operations for Go-based Kubernetes operators and pose no inherent risk when executed in a trusted local environment. - [INDIRECT_PROMPT_INJECTION] (LOW): The skill possesses a data ingestion surface by reading Go type definitions to generate CRDs. However, this is the primary purpose of the skill as a development tool, and the impact is limited to local file generation without external side effects.
- Ingestion points:
api/v1alpha1/*_types.go(Go source files containing markers). - Boundary markers: Absent (Standard code parsing).
- Capability inventory: Execution of
maketargets for manifest generation and project building. - Sanitization: None (Standard build automation).
Audit Metadata