elegant-reports
Generate beautifully designed PDF reports with Nordic/Scandinavian aesthetic. Uses Nutrient DWS API for HTML-to-PDF conversion.
[](https://agentverus.ai/skill/fb041ee8-5155-4e06-88bf-628c092866d7)Category Scores
Findings (6)
Found credential access pattern: "API_KEY"
→ Remove references to credentials and secrets. Skills should never access sensitive authentication data.
Found system modification pattern: "npm install"
→ Skills should not modify system configuration or install packages. Bundle required dependencies.
The skill references both credential/secret access patterns and network endpoints, suggesting a possible data exfiltration flow.
→ Separate credential access from network operations. If both are needed, declare them explicitly and justify.
The skill references an unknown external domain which is classified as low risk.
→ Verify that this external dependency is trustworthy and necessary.
The skill references an unknown external domain which is classified as low risk.
→ Verify that this external dependency is trustworthy and necessary.
The skill does not include explicit safety boundaries defining what it should NOT do.
→ Add a 'Safety Boundaries' section listing what the skill must NOT do (e.g., no file deletion, no network access beyond needed APIs).