BC ai-orchestrator
DeepSeek AI access via Puppeteer browser automation with CDP interceptor. Persistent daemon (~35ms startup), health checks, graceful shutdown, PM2 management. Configurable via `.deepseek.json`. Use when: (1) need DeepSeek responses without API key, (2) code analysis, review, or generation, (3) text analysis, summarization, translation, (4) "consult DeepSeek" or ask-deepseek.sh.
As a process C 64/100 · Has gaps — weak spots: result and completion, inputs and preconditions
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 files contain invisible characters, encoded commands or comments hidden from readers but visible to the model. What you read differs from what the agent sees.
Remove invisible characters (they usually sneak in through copy-paste) and encoded strings: no catalog will pass them. Instructions for the model must be readable by a human too.
How to improve
- 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 · 8
✓ No critical or high findings
Medium and low: 8
-
medium Obfuscation
uni-mixed-script-wordREFERENCE.md:235Word mixing Latin and Cyrillic letters (homoglyph obfuscation) (1 occurrence)**Механизм:** Бэкoфф удваивается (5s → 10s → 20s → 40s). Сбрасывается при успехе.
-
low Dangerous commands
cmd-privilegeask-puppeteer.js:930Privilege escalation / world-writable permissions (detector / deny-list definition; string literal in code, not executed)'--no-sandbox', '--disable-setuid-sandbox',
detectorcode literal -
low Dangerous commands
cmd-privilegedeepseek-daemon.js:34Privilege escalation / world-writable permissions (string literal in code, not executed)'--disable-setuid-sandbox',
code literal -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:81High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…bKX+KS9G…yMA/NhKJ…RGz/Q==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:143High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…FFX/+gVeY…NlM++NqRc…bqg==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:161High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…Wwy+ghLE…vfU/YnxW…fdg==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:189High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…DYr+NSUK…Itc/irNR…37y+AMujNyNtG+1Rggw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:262High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…2BV+FY5ZFezP/ypmwayk68+NzzA…NFD/uUmBJuGoXw==",
detector
Files scanned: 16. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
✓ No remarks against the Agent Skills spec
Process rating: all ten parameters 64/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
- 70When it triggers. States when to use, but not when not to
- 100Steps. 39 steps
- 100Failures and branches. 6 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2696 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
- low 17 top-level sections: this looks like several domains in one skill
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)
- +3Output format is not stated: the model decides each time
- -222 emoji in the instructions: noise for the model
- -32 of 3 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 380: enough signal without eating the budget
- +4Structure: 22 headings
- +3Step-by-step instructions: 39 items
- +4Has examples (9 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 79.