Back to skill

Security audit

My

Security checks for vulnerabilities and agentic risk

Overview

This is a straightforward local tech-news HTML report generator with visible file reads and writes and no evidence of hidden access or exfiltration.

Before running, review or change the hard-coded paths in scripts/gen_html.py, use only trusted JSON data and simple image filenames, and confirm you are comfortable with the workflow fetching from the named news sites and creating a local HTML report.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

No suspicious patterns detected.