container-registry-management
skills-sh:aj-geddes_useful-ai-prompts__container-registry-management
View sourceB
85/100 First Seen
Feb 18, 2026
Last Scanned
Feb 20, 2026
Findings
1
Score
85/100
HIGH 1
Findings (1)
HIGH
Code block labeled "markdown" contains executable content
L27 Code block labeled "markdown" contains executable content
# ecr-setup.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: ecr-management
namespace: operations
data:
setup-ecr.sh: |
#!/bin/bash
set -euo pipefail
REGISTRY_NAME="myapp"
RE... FIX
Align the tool description with what the code actually does. If the description says one thing but the code does another, update the description to be accurate or fix the code.
FP?
Likely FP if the NLP analyzer misinterpreted technical jargon or the description accurately describes behavior through domain-specific terminology.