publish-skill
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a bundled local script,
scripts/audit_skill.sh, to perform text-based PII scans. This is the core functionality of the skill and is executed within the local environment using the Bash tool. The script uses standard utilities like grep, find, and optionally exiftool to identify sensitive data patterns. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface as it is designed to read and process arbitrary content from a user-specified 'source skill' directory.
- Ingestion points: Reads
SKILL.mdand all files recursively from a user-provided path via theReadandGreptools. - Boundary markers: None identified; the skill processes the raw content of the audited files.
- Capability inventory: The skill has access to
Bash,Read,Write,Edit, andGlobtools. - Sanitization: The audit script includes a false-positive guard using
grep --binary-files=without-matchand explicitly excludes certain directories like.gitand__pycache__to avoid processing binary blobs as text.
Audit Metadata