ClawAudit verdict

security-audit

security-audit-toolkit

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

Receives external input AND uses eval

Comprehensive security audit reference skill covering dependency scanning, secret detection, and OWASP checks; all code examples use standard tooling (npm audit, pip-audit, trivy) with no exfiltration or malicious patterns.

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
70
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

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

Reads files AND uses eval/Function — may execute locally stored payloads

LLM05 · LLM06 · ASI05

Capability combination critical

Encodes data AND uses eval — the obfuscated-execution pattern (atob + eval; data-flow not verified)

LLM05 · ASI05 · ASI10

Capability combination high

Installs packages AND executes processes — opaque dependency chain with execution

LLM03 · ASI04

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (7)

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

Possible hardcoded credential

SKILL.md · code · API_KEY="sk-abc123...

Pattern match high

Uses exec() — may execute shell commands

SKILL.md · code · exec(

Pattern match high

References child_process — can spawn system processes

SKILL.md · code · child_process

Pattern match high

Uses spawn() — can execute external programs

SKILL.md · code · spawn(

Pattern match high

Accesses .ssh directory

SKILL.md · code · .ssh/

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D/F). 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.

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