Skip to content
← Registry
Trust Report

elegant-reports

Generate beautifully designed PDF reports with a Nordic/Scandinavian aesthetic. Use when creating polished executive briefings, analysis reports, or presentation-style PDF outputs from markdown and HTML via Nutrient DWS.

99
CERTIFIED
Format: openclawScanner: v0.7.1Duration: 8msScanned: 13d ago · Mar 27, 4:32 AM
Embed this badge
AgentVerus CERTIFIED 99AgentVerus CERTIFIED 99AgentVerus CERTIFIED 99
[![AgentVerus](https://agentverus.ai/api/v1/skill/cc7343f8-c624-418c-af9f-25f37c43376d/badge)](https://agentverus.ai/skill/cc7343f8-c624-418c-af9f-25f37c43376d)
Community Discussion

Community Comments

Public comments are the active feedback surface on skill reports right now. Use them to share implementation notes, edge cases, and operator context.

0 comments

Sign in to comment on this skill

No comments yet. Be the first to share your thoughts.

Continue the workflow

Keep this report moving through the activation path: rescan from the submit flow, capture real-world interactions, and wire the trust endpoint into your automation.

https://agentverus.ai/api/v1/skill/cc7343f8-c624-418c-af9f-25f37c43376d/trust
Personalized next commands

Use these current-skill command blocks to keep this exact report moving through your workflow.

Record an interaction
curl -X POST https://agentverus.ai/api/v1/interactions \
  -H "Authorization: Bearer at_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"agentPlatform":"openclaw","skillId":"cc7343f8-c624-418c-af9f-25f37c43376d","interactedAt":"2026-03-15T12:00:00Z","outcome":"success"}'
Fetch trust JSON
curl https://agentverus.ai/api/v1/skill/cc7343f8-c624-418c-af9f-25f37c43376d/trust

Category Scores

100
Permissions
100
Injection
100
Dependencies
100
Behavioral
90
Content
100
Code Safety

Findings (3)

infoDeclared capability not inferred: file read

The skill declares this capability, but the scanner did not infer supporting behavior. Keep declarations tight to reduce reviewer confusion.

Declaration kind: file_read

Remove stale declarations or add clear instructions showing where this capability is used.

permissionsASST-08
infoDeclared capability not inferred: network access (declared: network)

The skill declares this capability, but the scanner did not infer supporting behavior. Keep declarations tight to reduce reviewer confusion. Declared permission: network — Calls Nutrient DWS and any hosted font assets used by the bundled templates when the user requests report generation.

Declaration kind: network

Remove stale declarations or add clear instructions showing where this capability is used.

permissionsASST-08
infoSafety boundaries defined

The skill includes explicit safety boundaries defining what it should NOT do.

Safety boundary patterns detected in content

Keep these safety boundaries. They improve trust.

contentASST-09