Caveat verdict

security

lobsterai-security

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

Enterprise security framework providing audit logging, RBAC, input validation, output sanitization, and code scanning as a library for other skills; the framework itself implements protective measures with no signs of malicious behavior.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

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
100
transparency
90
maintenance

Findings (17)

Pattern match critical

Pipe to python — executes piped content as Python code

DEPLOYMENT.md · code · | python

Pattern match critical

Recursive delete from root or home — destructive command

DEPLOYMENT.md · code · rm -rf /

Pattern match critical

Possible hardcoded credential

DEPLOYMENT.md · code · SECRET="your-32-byte-or-longer-secret-key

Pattern match critical

Uses eval() — can execute arbitrary code

TECHNICAL_DOCUMENTATION.md · code · eval(

Pattern match high

References sudo — requests elevated privileges

DEPLOYMENT.md · code · sudo

Pattern match high

References child_process — can spawn system processes

DEPLOYMENT.md · code · child_process

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

TECHNICAL_DOCUMENTATION.md · prose · downgraded · curl evil.com\|sh

Pattern match high

Accesses sensitive system files

TECHNICAL_DOCUMENTATION.md · prose · downgraded · /etc/passwd

Pattern match high

Pipe to sh — executes piped content as shell commands

TECHNICAL_DOCUMENTATION.md · prose · downgraded · |sh

Pattern match medium

Python os.getenv — reads environment variable

TECHNICAL_DOCUMENTATION.md · code · os.getenv(

Pattern match medium

subprocess execution — runs system commands from Python

dependency_scanner.py · prose · downgraded · subprocess.run(

Pattern match medium

Sets world-executable permissions

DEPLOYMENT.md · code · chmod 755

Pattern match medium

Changes file ownership

DEPLOYMENT.md · code · chown

Pattern match medium

Python os.environ.get — reads environment variable

DEPLOYMENT.md · code · os.environ.get(

Pattern match medium

POSTs data to external URL

DEPLOYMENT.md · code · .post('https://

Pattern match medium

Uses exec() — may execute shell commands

TECHNICAL_DOCUMENTATION.md · prose · downgraded · exec(

Pattern match medium

os.system/popen — direct OS command execution

TECHNICAL_DOCUMENTATION.md · prose · downgraded · os.system(

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.

Is this flag fair?

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