css-print
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [SAFE]: The skill primarily consists of documentation and instructional content for improving web accessibility through print stylesheets. No malicious patterns were identified in the instructions or metadata.
- [SAFE]: The provided code examples in
references/rule.mdinclude CSS media queries, React/Vue/Next.js components, and testing scripts. These snippets are standard implementation patterns for frontend development. - [COMMAND_EXECUTION]: A testing script using Puppeteer (
require('puppeteer')) is included as a reference for automated testing. This is a well-known utility for browser automation and is presented as a developer tool rather than a hidden execution vector. - [DATA_EXPOSURE]: The JavaScript examples use
window.location.hrefandnew Date()to add timestamps and URLs to printed documents. This is a common UI feature for document tracking and does not involve unauthorized data exfiltration.
Audit Metadata