Back to skill

Security audit

Content Reviewer

Security checks for vulnerabilities and agentic risk

Overview

This skill is a content-review workflow that is clear about its inputs and only allows audit-file persistence with user approval.

Install this if you want an agent to review influencer content and produce structured approval/revision feedback. Provide only the submission, brief, claim/disclosure records, and platform requirements needed for that review, and review any proposed persistent audit artifact before approving the write.

Vulnerability Patterns
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
  • 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 (1)

Autonomous Decision Making

Medium
Category
Excessive Agency
Content
## Persistence

Ask before writing. On approval, validate the complete v3 draft with `validate-audit-artifact.py` against the intended `memory/audits/influencer/YYYY-MM-DD-<topic>.md` relative path, persist only through one full-content Write, and revalidate the target per the auditor runbook. Edit/shell/MCP mutations of the reserved sink are unsupported. Do not autonomously modify claims, contracts, registry records, candidates, or hot cache.

## Reference Materials
Confidence
80% confidence
Finding
Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.

Static analysis

No suspicious patterns detected.