BF aiq-deploy
Use when asked to install, deploy, run, validate, troubleshoot, or stop NVIDIA AI-Q Blueprint infrastructure.
Use this skill to get a local or self-hosted NVIDIA AI-Q Blueprint server running and verified for use by aiq-research.
As a process F 53/100 · Will not run — References files that are not bundled: references/locate-or-clone.md, references/env-and-secrets.md, references/configs.md
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.
Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.
How to improve
- The text references files that are not there: add them or drop the references.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 3
✓ No critical or high findings
Medium and low: 3
-
medium Broad scope
meta-broad-allowed-toolsSKILL.md:1Broad tool permissions pre-approved: Bashallowed-tools: Read Bash
-
low Exfiltration
read-dotenvSKILL.md:113Reads a .env filecp deploy/.env.example deploy/.env
-
low Exfiltration
read-dotenvSKILL.md:226Reads a .env filetest -f deploy/.env || cp deploy/.env.example deploy/.env
Files scanned: 1. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: references/locate-or-clone.md - warning
missing-refreference to a missing file: references/env-and-secrets.md - warning
missing-refreference to a missing file: references/configs.md - warning
missing-refreference to a missing file: references/skill-backend.md - warning
missing-refreference to a missing file: references/terminal-cli.md - warning
missing-refreference to a missing file: references/local-web.md - warning
missing-refreference to a missing file: references/docker-compose.md - warning
missing-refreference to a missing file: references/kubernetes-helm.md - warning
missing-refreference to a missing file: references/frag.md - warning
missing-refreference to a missing file: references/validation.md - warning
missing-refreference to a missing file: references/end-to-end-validation.md - warning
missing-refreference to a missing file: references/troubleshooting.md - warning
missing-refreference to a missing file: references/shutdown.md
Process rating: all ten parameters 53/100
- 0Tools and files. 13 referenced file(s) missing: references/locate-or-clone.md, references/env-and-secrets.md, references/configs.md
- 0Result and completion. Does not say what the result is
- 20When it triggers. No condition that starts the skill
- 70Inputs and preconditions. Inputs and preconditions are listed
- 85Steps. 65 steps, 1 vague phrases
- 100Failures and branches. 2 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 3123 tokens
- 100Running it twice. Mutating operations check current state
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Description length 109: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -2localhost URLs: will not work for another user
- +2Single-language instructions
- +4Structure: 21 headings
- +3Step-by-step instructions: 65 items
- +4Has examples (13 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 68.