Scan Linux systems for persistence mechanisms including crontab/systemd entries, LD_PRELOAD injection, shell profile modifications (.bashrc, .profile), and SSH authorized_keys backdoors, then correlate findings with auditd logs into an installation timeline. Use during incident response or threat hunting to detect or confirm how an adversary maintained access to a compromised Linux host.
68
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
The skill explicitly requires root/sudo access and directs the agent to enumerate and modify system-level persistence locations (crontabs, /etc/systemd, /etc/ld.so.preload, authorized_keys, shell profiles), which involves accessing and potentially changing protected system state.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The runtime workflow in scripts/agent.py reads free-text command and configuration content from outsider-modifiable OS files—e.g., scan_crontabs() parses every line of user and system crontab files, scan_systemd_units() reads unit file contents, scan_shell_profiles() reads profile scripts, and scan_ssh_authorized_keys() reads authorized_keys—then ingests those strings into the analysis pipeline.
e612f49
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.