SKILLEMALL.ai

CC owasp-security-code-review

(no description)

ClawHub Hermes author: heroinyan-stack v1.0.0 MIT-0 2 files body ≈ 2 123 tokens Open the sourceclawhub.ai analyzed 35 h ago

Most AI code reviews flag generic "best practices" without catching real vulnerabilities.

As a process C 58/100 · Has gaps — weak spots: failures and branches, consistency, running it twice

AnalyzerAWSSecuritytype and topics are labelled automatically from the skill text
JSON
Technical rating
C
69/100
safety, quality, tests
Safety 60%
91
Quality 40%
37
Run on models
none yet
Process rating
C
58/100
Has gaps
Failures and branches w 10
0
Progress reporting w 2
0
Running it twice w 4
30
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Secrets in code medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The files contain someone else's key or token. If it is live, your agent will call third-party services under a stranger's identity; if it was revoked, the skill's scripts simply fail. Such a key often arrives with the author's whole workspace, personal data included.

For the author

The key is visible to everyone who downloaded the skill and has likely been copied by catalog-scanning bots already. Revoke it now, check bills and access logs, then reissue.

How to improve

  1. Add a description to the frontmatter: without it the skill never triggers.
For the model run — optional
  • 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 · 5

✓ No critical or high findings

Medium and low: 5
  • medium Secrets in code secret-private-key SKILL.md:154
    Private key material (key header without key body; quoted — discussed, not commanded)
    - Private keys: `-----BEGIN PRIVATE KEY----- …
    header onlyquoted
  • low Risky intent intent-offensive-security SKILL.md:19
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use)
    - penetration test
  • low Risky intent intent-offensive-security SKILL.md:47
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use)
    - Requests a penetration test or red team review
  • low Risky intent intent-offensive-security SKILL.md:132
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use) (detector / deny-list definition)
    - Check: no alerting on suspicious activity (brute force, privilege escalation)
    detector
  • low Risky intent intent-offensive-security SKILL.md:263
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use)
    - Does not run dynamic analysis or penetration testing

Files scanned: 2. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • error description-missing SKILL.md: no `description` — the skill can never trigger
  • note frontmatter-key unknown frontmatter key "trigger_keywords"
  • note frontmatter-key unknown frontmatter key "pricing"

Process rating: all ten parameters 58/100

  • 0Failures and branches. Linear process with no failure handling
  • 0Progress reporting. Says nothing while it works
  • 30Running it twice. 3 mutating operations with no state check
  • 40Consistency. Frontmatter name (owasp-security-code-review) differs from the folder (owasp-security-review)
  • 50When it triggers. States when to use, but not when not to
  • 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
  • 60Result and completion. Output format stated, no completion criterion
  • 70Inputs and preconditions. Inputs and preconditions are listed
  • 100Steps. 82 steps
  • 100Execution cost. Instruction body is 2123 tokens

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 0: 120–800 characters recommended
  • +1No license
  • +2Single-language instructions
  • +4Structure: 22 headings
  • +3Step-by-step instructions: 82 items
  • +3Output format is stated explicitly
  • +4Has examples (3 code blocks)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 37.

External checks

ClawHub: clean
This skill is a disclosed security-review checklist that reads code to report vulnerabilities and does not include hidden execution, persistence, or exfiltration behavior.
LLM: benign (high) · VirusTotal: · 13 Aug 2026