Skip to content
← Registry
Trust Report

daily.dev

Overcome LLM knowledge cutoffs with real-time developer content. daily.dev aggregates articles from thousands of sources, validated by community engagement, with structured taxonomy for precise discovery.

77
CONDITIONAL
Format: openclawScanner: v0.8.0Duration: 13msScanned: 3d ago · Jun 4, 4:15 AMSource →
Embed this badge
AgentVerus CONDITIONAL 77AgentVerus CONDITIONAL 77AgentVerus CONDITIONAL 77
[![AgentVerus](https://agentverus.ai/api/v1/skill/423aefbc-100f-42c3-aeec-6ee4efa04841/badge)](https://agentverus.ai/skill/423aefbc-100f-42c3-aeec-6ee4efa04841)
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/423aefbc-100f-42c3-aeec-6ee4efa04841/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":"423aefbc-100f-42c3-aeec-6ee4efa04841","interactedAt":"2026-03-15T12:00:00Z","outcome":"success"}'
Fetch trust JSON
curl https://agentverus.ai/api/v1/skill/423aefbc-100f-42c3-aeec-6ee4efa04841/trust

Category Scores

86
Permissions
75
Injection
52
Dependencies
78
Behavioral
95
Content
100
Code Safety

Findings (11)

highCredential access detected-25

Found credential access pattern: "Credential Manager"

#### Windows - Credential Manager

Remove references to credentials and secrets. Skills should never access sensitive authentication data.

injectionASST-05
mediumCapability contract mismatch: inferred network access is not declared-6

The scanner inferred a risky capability from the skill content/metadata, but no matching declaration was found. Add a declaration with a clear justification, or remove the behavior.

Content pattern: https://app.daily.dev/plus

Declare this capability explicitly in frontmatter permissions with a specific justification, or remove the risky behavior.

permissionsASST-04
mediumCapability contract mismatch: inferred package bootstrap is not declared-8

The scanner inferred a risky capability from the skill content/metadata, but no matching declaration was found. Add a declaration with a clear justification, or remove the behavior.

Content pattern: package.json

Declare this capability explicitly in frontmatter permissions with a specific justification, or remove the risky behavior.

permissionsASST-03
mediumPackage-managed project bootstrap dependency-8

The skill bootstraps a package-managed project structure, which adds supply-chain exposure through manifest files, build configuration, and package-manager workflows.

package.json

Review which external services or providers the skill depends on, what data crosses that boundary, and whether the dependency is necessary for the intended workflow.

dependenciesASST-04
mediumSystem modification detected (inside code block)-6

Found system modification pattern: "sudo apt install"

# Ubuntu/Debian: sudo apt install libsecret-tools

Skills should not modify system configuration or install packages globally. Bundle required dependencies.

behavioralASST-03
mediumSystem modification detected (inside code block)-6

Found system modification pattern: "~/.zshrc"

# Auto-load in ~/.zshrc or ~/.bashrc

Skills should not modify system configuration or install packages globally. Bundle required dependencies.

behavioralASST-03
mediumFinancial/payment actions detected-10

Found financial/payment actions pattern: "Wallet"

#### Linux - Secret Service (GNOME Keyring / KWallet)

Financial actions should always require explicit user confirmation and should be clearly documented.

behavioralASST-09
mediumMany external URLs referenced (4)-8

The skill references 4 external URLs and also discusses auth/API/payment workflows, which increases the chance that sensitive operations depend on many remote endpoints.

URLs: https://app.daily.dev/plus, https://app.daily.dev/settings/api, https://api.daily.dev/public/v1, https://api.daily.dev/public/v1/docs/json

Minimize external dependencies to reduce supply chain risk.

dependenciesASST-04
mediumUnknown external reference-8

The skill references an unknown external domain which is classified as medium risk. Merged overlapping signals from the repeated finding family: - Unknown external reference

https://app.daily.dev/plus

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
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
infoOutput constraints defined

The skill includes output format constraints (length limits, format specifications).

Output constraint patterns detected

Keep these output constraints.

contentASST-09