ClawAudit verdict

建站骨架 (EdgeOne Pages)

website-skeleton

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Accesses credentials AND makes external network calls

EdgeOne Pages website scaffolding skill; reads credentials from environment variables for user own deployments, matching stated website building purpose.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
70
transparency
100
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Capability combination high

Accesses credentials AND encodes data — may obfuscate stolen credentials

LLM02 · ASI03 · ASI04

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (12)

Pattern match high

<script> tag in markdown — potential code injection

client/src/utils/seo.js · prose · downgraded · <script

Pattern match high

Base64 decode (atob) — may hide malicious payloads

references/auth-module.md · code · atob(

Pattern match high

Possible hardcoded credential

scripts/sample-data.js · prose · downgraded · password: 'admin123

Pattern match medium

References webhook/callback URL

SKILL.md · code · WEBHOOK_URL

Pattern match medium

Dynamic import() — loads module at runtime

cloud-functions/api/auth/register.js · prose · downgraded · import('

Pattern match medium

Base64 encode (btoa) — may obfuscate data exfiltration

references/auth-module.md · code · btoa(

Pattern match medium

String.fromCharCode — can build strings to evade detection

references/auth-module.md · code · String.fromCharCode

Pattern match medium

References child_process — can spawn system processes

scripts/migrate.js · prose · downgraded · child_process

Confirmed in code low

fetch() — outbound network request

SKILL.md · code

Pattern match low

Popular HTTP library — network access

edge-functions/api/auth/refresh.js · prose · downgraded · got

Pattern match low

Makes HTTP request to external URL

references/ai-chat-module.md · code · fetch('https://

Pattern match low

Accesses sensitive environment variables

scripts/migrate.js · prose · downgraded · process.env.DB_PASSWORD

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

credential_accessnetwork_outnetwork_indata_encodingpackage_install
Check another skill Browse the registry Auditing your own skills or configs? Use the API