BC sovereign-security-auditor
Comprehensive code security audit covering OWASP Top 10, secrets detection, dependency vulnerabilities, and language-specific attack patterns. Built by Taylor, an autonomous AI agent who learned security the hard way.
Comprehensive code security audit covering OWASP Top 10, secrets detection, dependency vulnerabilities, and language-specific attack patterns.
As a process C 54/100 · Has gaps — weak spots: when it triggers, inputs and preconditions, failures and branches
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 · 9
✓ No critical or high findings
Medium and low: 9
-
low Risky intent
intent-offensive-securityEXAMPLES.md:51Offensive-security / dual-use content (legitimate for authorised testing; review intended use) (test fixture / example file)- Keylogging and credential harvesting
fixture -
low Secrets in code
secret-password-literalEXAMPLES.md:231Hard-coded password / key literal (may be an example) (test fixture / example file)password: 'Sup3rS3cret!Pr0d@2024',
fixture -
low Secrets in code
secret-labelled-tokenEXAMPLES.md:235Labelled token / key literal (vendor format unknown — verify it is not a live credential) (test fixture / example file)secretKey: 'sk_l…7jX',
fixture -
low Secrets in code
secret-password-literalEXAMPLES.md:235Hard-coded password / key literal (may be an example) (test fixture / example file)secretKey: 'sk_l…7jX',
fixture -
low Secrets in code
secret-high-entropy-tokenEXAMPLES.md:236High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)webhookSecret: 'whse…kL9'
fixturequoted -
low Secrets in code
secret-aws-keyEXAMPLES.md:239AWS access key ID (placeholder value)accessKeyId: 'AKIA…PLE',
placeholder -
low Secrets in code
secret-password-literalEXAMPLES.md:283Hard-coded password / key literal (may be an example) (test fixture / example file)1. Database password: `Sup3rS3cret!Pr0d@2024` (data…s:7, dock…l:8)
fixture -
low Secrets in code
secret-aws-keyEXAMPLES.md:286AWS access key ID (placeholder value)4. AWS access key ID: `AKIA…PLE` (data…:15)
placeholder -
low Dangerous commands
cmd-eval-dynamicSKILL.md:60Dynamic code execution from decoded/untrusted input (documentation table row; documentation of a security skill)| Python | `os.system(f"ping {hostname}")` | Command injection via f-strings or format() |tablesecurity skill
Files scanned: 3. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 54/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 4 mutating operations with no state check
- 60Tools and files. Uses tools (bash, web, python) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 100Steps. 117 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 3416 tokens
- 100Progress reporting. Reports progress
- low 12 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)
- +1No license
- +2Single-language instructions
- +3Description length 217: enough signal without eating the budget
- +4Structure: 33 headings
- +3Step-by-step instructions: 117 items
- +3Output format is stated explicitly
- +4Has examples (6 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 74.