Caveat verdict

security-audit

agentic-security-audit

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Receives external input AND uses eval

This skill provides comprehensive security auditing guidance covering dependency scanning, secret detection, OWASP top 10, SSL/TLS verification, and agentic security (prompt injection, memory poisoning) using documented tools like npm audit, pip-audit, trivy, and grep patterns.

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

0
security
50
transparency
70
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but Caveat 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

Accesses credentials AND encodes data — may obfuscate stolen credentials

LLM02 · ASI03 · ASI04

Capability combination high

Installs packages AND executes processes — opaque dependency chain with execution

LLM03 · ASI04

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Accesses agent memory/configuration files

agent_memory

Findings (14)

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 critical

Accesses sensitive system files

SKILL.md · code · /etc/shadow

Pattern match critical

Accesses AWS credentials file

SKILL.md · code · ~/.aws/credentials

Pattern match critical

Accesses Google Cloud credentials

SKILL.md · code · ~/.config/gcloud

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/

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

Accesses cloud provider credentials

SKILL.md · code · ~/.aws

Pattern match medium

References agent memory files

SKILL.md · code · MEMORY.md

Pattern match medium

Sets world-executable permissions

SKILL.md · code · chmod 777

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_storeagent_memory
Check another skill Browse the registry Auditing your own skills or configs? Use the API