paperclip-page
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
awsCLI,jq,find, andsedutilities within thepublish.shscript to manage AWS resources and validate file structures. Evidence:scripts/publish.shlines 145-156. - [DATA_EXFILTRATION]: The skill is designed to upload the contents of a local directory to a remote S3 bucket. To mitigate the risk of exfiltrating sensitive system files, the script explicitly prohibits hidden files, dot-paths, and symlinks. Evidence:
scripts/publish.shlines 173-193. - [EXTERNAL_DOWNLOADS]: The
publish.shscript performs acurlrequest to the newly published URL to verify availability. Evidence:scripts/publish.shline 485. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it ingests local files for upload without adding specific boundary markers to the content. Evidence Chain: (1) Ingestion Point:
scripts/publish.shreads the local directory tree; (2) Boundary Markers: Absent; (3) Capability Inventory:aws s3 sync,curl,aws s3api; (4) Sanitization: The script enforces a rootindex.htmland rejects all hidden files and symlinks. Evidence:scripts/publish.shingestion at line 472; sanitization at lines 173-193.
Audit Metadata