security-scanning-security-sast

github.com/sickn33/antigravity-awesome-skills
Verdict: Proceed with caution
0 critical0 high6 medium
C
SCORE 55 / 100
$skillox install security-scanning-security-sastSoon
Sign in to followFollowing emails you when a re-scan drops the grade. Opt-out is per-creator on /account/billing.

Why grade C?

score · 55 / 100

The current grade reflects 6 medium findings (6+ MEDs → C).

0 CRIT0 HIGH6 MED0 LOW
To reach a higher grade
  • B
    Reach Btarget score 75

    Resolve 1 of 6 MED (cap is 5).

  • A
    Reach Atarget score 95

    Resolve 4 of 6 MED (cap is 2).

Thresholds are documented at /docs/grading. Source-of-truth is the grade() function in @skillox/scanner.

Latest scan findings

Scan crawl-uxeewxuf76mdpgcazryj6jvd · Thu, 28 May 2026 17:42:52 GMT · 2ms

med
Arbitrary subprocess execution detected
The skill spawns subprocesses. Without a capability manifest declaring this, the skill could execute arbitrary commands.
rule: subprocess-executionline: 143CWE-78
141 patterns:
142 - pattern-either:
143 - pattern: os.system($CMD)spawns a subprocess outside declared capabilities
144 - pattern: subprocess.call($CMD, shell=True)
145 - metavariable-pattern:
med
Arbitrary subprocess execution detected
The skill spawns subprocesses. Without a capability manifest declaring this, the skill could execute arbitrary commands.
rule: subprocess-executionline: 144CWE-78
142 - pattern-either:
143 - pattern: os.system($CMD)
144 - pattern: subprocess.call($CMD, shell=True)spawns a subprocess outside declared capabilities
145 - metavariable-pattern:
146 metavariable: $CMD
med
Arbitrary subprocess execution detected
The skill spawns subprocesses. Without a capability manifest declaring this, the skill could execute arbitrary commands.
rule: subprocess-executionline: 235CWE-78
233### Command Injection
234
235**VULNERABLE**: os.system() or subprocess with shell=True and user inputspawns a subprocess outside declared capabilities
236
237**SECURE**:
med
Arbitrary subprocess execution detected
The skill spawns subprocesses. Without a capability manifest declaring this, the skill could execute arbitrary commands.
rule: subprocess-executionline: 239CWE-78
237**SECURE**:
238```python
239subprocess.run(['ping', '-c', '4', user_input]) # Array argsspawns a subprocess outside declared capabilities
240import shlex
241safe_input = shlex.quote(user_input) # Input validation
med
Arbitrary subprocess execution detected
The skill spawns subprocesses. Without a capability manifest declaring this, the skill could execute arbitrary commands.
rule: subprocess-executionline: 383CWE-78
381 for ruleset in ['auto', 'p/security-audit', 'p/owasp-top-ten']:
382 try:
383 result = subprocess.run([spawns a subprocess outside declared capabilities
384 'semgrep', '--config', ruleset, '--json', '--quiet',
385 str(self.project_path)
med
No capability manifest declared
The skill ships without a `manifest.yaml` or `capabilities` block in its frontmatter. Without a manifest, the runtime cannot enforce what this skill is permitted to do.
rule: no-manifest
View latest scan →
skillox.io/c/security-scanning-security-sast