Back to skill

Security audit

Social Accuracy Checker

Security checks for vulnerabilities and agentic risk

Overview

This skill is a straightforward social-content fact-checking checklist that uses web research and writes an accuracy report, with no hidden execution or persistence.

Install this if you want an agent to fact-check social drafts using web search and create local accuracy reports. Review any generated report before publication, and be aware that the workflow mentions internal role names and points out when a separate fact-checker skill may be more appropriate.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
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
Findings (2)

Skill Enumeration

Medium
Category
Agent Snooping
Content
## Scope Limits

This skill is for **social content** (tweets, LinkedIn posts, short blog intros).
For deep technical accuracy checks on long-form content, use `skills/fact-checker/SKILL.md`.
For Redditech-specific data (model scores, benchmark results), use `skills/fact-checker/SKILL.md`.
Confidence
80% confidence
Finding
Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.

Skill Enumeration

Medium
Category
Agent Snooping
Content
## Scope Limits

This skill is for **social content** (tweets, LinkedIn posts, short blog intros).
For deep technical accuracy checks on long-form content, use `skills/fact-checker/SKILL.md`.
For Redditech-specific data (model scores, benchmark results), use `skills/fact-checker/SKILL.md`.
Confidence
80% confidence
Finding
Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.

Static analysis

No suspicious patterns detected.