daily-security-triage

Detects local security threats and generates a summary report.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/ramirlm/skillshare-ramir --skill daily-security-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-security-triage
Source: https://github.com/ramirlm/skillshare-ramir/tree/main/daily-security-triage
Command: npx skills add https://github.com/ramirlm/skillshare-ramir --skill daily-security-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates routine local security checks to detect common signs of system compromise, helping to maintain the integrity of your machine.

Core Features & Use Cases

  • Shell Profile Injection Detection: Scans shell profiles for suspicious eval/curl/wget/python patterns.
  • Secret Environment Variable Exposure: Identifies exported API keys, tokens, and secrets in shell profiles.
  • Git Configuration Tampering: Checks for unusual core.hooksPath or suspicious aliases in .gitconfig.
  • Node.js Persistence: Detects unexpected global Node packages and suspicious network connections from Node.js.
  • Use Case: Run this daily to proactively identify potential security issues before they escalate, or use it when investigating a suspected system compromise.

Quick Start

Run the daily security triage script to check your local system for suspicious activity.

Frequently Asked Questions about daily-security-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect shell profile injection and git config tampering on macOS?

To detect shell profile injection and git config tampering, run an automated local security triage script. It scans shell profiles for suspicious eval, curl, wget, and python patterns, and checks .gitconfig for unusual core.hooksPath or suspicious aliases.

What is the best way to check for suspicious Node.js network connections?

The best way to check for suspicious Node.js network connections is using an automated local security triage script. It utilizes lsof to identify unusual network connections originating from Node.js processes and detects unexpected global Node packages.

Can I use a bash script to find exposed API keys and tokens in shell profiles?

Yes, you can run a bash security triage script to find exposed secrets. It identifies exported API keys, tokens, and other secret environment variables configured within your shell profiles to help maintain local system integrity.

Do I need lsof installed to run daily local security checks for system compromise?

Yes, you need lsof installed to run these daily local security checks. The automated triage script requires bash, grep, and lsof utilities to successfully scan for suspicious network connections and verify system integrity.

What does an automated local security triage script check for in ~/.node_modules?

An automated local security triage script checks ~/.node_modules for suspicious persistence. It detects unexpected global Node packages and identifies unusual network connections originating from Node.js processes to investigate potential system compromise.

When should I run an automated local security triage script for system integrity verification?

You should run an automated local security triage script daily to proactively identify potential security issues before they escalate, or immediately use it when investigating a suspected system compromise to generate a summary report.