Back to skill

Security audit

Data Audit

Security checks across malware telemetry and agentic risk

Overview

The skill performs local file auditing as described, with a disclosed local history log as the main privacy consideration.

Install only if you are comfortable with a local audit tool reading the directories you point it at and storing operation-history entries under ~/.data-audit-logs. Avoid logging sensitive free-form notes or confidential path names unless you manage or delete that history yourself.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Rogue AgentSelf-Modification, Session Persistence
  • 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
Findings (2)

Session Persistence

Medium
Category
Rogue Agent
Content
|----------|---------|-------|--------|---------|------------|
| `--snapshot` | 目录快照 | Path | stdout/JSON | No | Read only |
| `--compare` | 快照对比 | JSON files | stdout/JSON | No | Read only |
| `--log` | 操作记录 | Action text | Log file | No | Write ~/.data-audit-logs |
| `--history` | 历史查询 | None | stdout | No | Read ~/.data-audit-logs |
| `--validate` | 健康检查 | Path | stdout/JSON | No | Read only |
Confidence
74% confidence
Finding
Write ~/.data-audit-logs

Session Persistence

Medium
Category
Rogue Agent
Content
- ❌ No dynamic imports from external sources
- ❌ No system commands via subprocess/shell
- ❌ No telemetry, analytics, or usage reporting
- ❌ No modification of user files (logs only write to ~/.data-audit-logs)

### Data Privacy
- All processing is local — no data leaves the machine
Confidence
72% confidence
Finding
write to ~/.data-audit-logs) ### Data Privacy - All processing is local — no data leaves the machine - File content is hashed but never stored or transmitted - No user data is collected - Log history

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.