Caveat verdict

linux-sysadmin

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

Linux system administration knowledge skill covering 12 modules (users, SSH, storage, network, systemd, firewall, monitoring, backup, certs, Ansible, containers, IaC); no capabilities listed, pure instructional content with standard sysadmin best practices.

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

Findings (18)

Pattern match critical

Accesses sensitive system files

SKILL.md · code · /etc/passwd

Pattern match critical

Recursive delete from root or home — destructive command

references/backup_recovery.md · code · rm -rf /

Pattern match critical

Possible hardcoded credential

references/ansible_automation.md · code · password: "{{ vault_db_password }}

Pattern match critical

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

references/container_management.md · code · curl -fsSL https://get.docker.com | bash

Pattern match critical

Pipe to bash — executes piped content as shell commands

references/container_management.md · code · | bash

Pattern match critical

Pipe-to-python pattern — remote code execution risk

references/monitoring_logging.md · code · curl -s http://localhost:9090/api/v1/status/tsdb | python

Pattern match critical

Pipe to python — executes piped content as Python code

references/monitoring_logging.md · code · | python3

Pattern match high

References sudo — requests elevated privileges

SKILL.md · frontmatter · sudo

Pattern match high

Long base64 string (100+ chars) — likely obfuscated payload

SKILL.md · frontmatter · config/chmod/SELinux/fdisk/LVM/fstab/RAID/nmcli/iptables/firewalld/systemd/Prome

Pattern match high

References SSH/GPG private keys

references/infrastructure_as_code.md · code · ssh_key

Pattern match high

Accesses .ssh directory

references/ansible_automation.md · code · .ssh/

Pattern match high

yum install — installs system packages

references/backup_recovery.md · code · yum install

Pattern match high

apt-get install — installs system packages

references/container_management.md · code · apt-get install

Pattern match high

Uses exec() — may execute shell commands

references/systemd_services.md · code · exec(

Pattern match medium

Sets world-executable permissions

references/certificate_tls.md · code · chmod 700

Pattern match medium

pip3 install — installs Python packages at runtime

references/ansible_automation.md · code · pip3 install

Pattern match medium

Changes file ownership

references/backup_recovery.md · code · chown

Pattern match medium

Base64 encoding/decoding

references/infrastructure_as_code.md · code · base64encode

Why the tier is capped

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

Is this flag fair?

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