ClawAudit verdict

code-security-audit

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Fetches from network AND uses eval/Function

Comprehensive security auditing toolkit running local OWASP/dependency/secret scans using standard tools (npm audit, pip-audit, gitleaks, trufflehog); credential_access and network_out are for scanning the local codebase and fetching vulnerability databases, consistent with stated security audit purpose.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
60
transparency
90
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.

Capability combination critical

Fetches from network AND uses eval/Function — the remote-code-execution pattern (data-flow not verified)

LLM05 · LLM06 · ASI05

Capability combination critical

Receives external input AND uses eval — the remote code-injection pattern (data-flow not verified)

LLM01 · LLM05 · ASI01 · ASI05

Capability combination critical

Receives external input AND executes processes — the shape of a command & control channel

LLM05 · LLM06 · ASI10

Capability combination critical

Accesses system credential store AND makes external network calls

LLM02 · ASI03

Capability combination high

Executes processes AND makes external network calls — may exfiltrate command output

LLM02 · LLM06 · ASI03

Capability combination high

Installs packages AND executes processes — opaque dependency chain with execution

LLM03 · ASI04

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (11)

Pattern match critical

Uses eval() — can execute arbitrary code

SKILL.md · code · eval(

Pattern match critical

Dynamic Function constructor — equivalent to eval()

SKILL.md · code · new Function(

Pattern match critical

Pipe to bash — executes piped content as shell commands

SKILL.md · code · | bash

Pattern match high

References child_process — can spawn system processes

SKILL.md · code · child_process

Pattern match high

Uses exec() — may execute shell commands

SKILL.md · code · exec(

Pattern match high

Accesses .ssh directory

SKILL.md · code · .ssh/

Pattern match medium

Popular HTTP library — network access

SKILL.md · code · axios

Pattern match medium

Uses spawn() — can execute external programs

scripts/security-audit.sh · prose · downgraded · spawn(

Pattern match medium

apt-get install — installs system packages

templates/security-audit.gitlab-ci.yml · prose · downgraded · apt-get install

Pattern match low

Makes HTTP request to external URL

SKILL.md · code · fetch(`https://

Pattern match low

pip3 install — installs Python packages at runtime

templates/security-audit.gitlab-ci.yml · prose · downgraded · pip3 install

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

network_inprocess_execdynamic_evalpackage_installnetwork_outcredential_accesscredential_store
Check another skill Browse the registry Auditing your own skills or configs? Use the API