ClawAudit verdict
建站骨架 (EdgeOne Pages)
website-skeleton
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.
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.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
network_out
credential_access
package_install
Findings (12)
<script> tag in markdown — potential code injection
client/src/utils/seo.js · prose · downgraded · <script
Base64 decode (atob) — may hide malicious payloads
references/auth-module.md · code · atob(
Possible hardcoded credential
scripts/sample-data.js · prose · downgraded · password: 'admin123
References webhook/callback URL
SKILL.md · code · WEBHOOK_URL
Dynamic import() — loads module at runtime
cloud-functions/api/auth/register.js · prose · downgraded · import('
Base64 encode (btoa) — may obfuscate data exfiltration
references/auth-module.md · code · btoa(
String.fromCharCode — can build strings to evade detection
references/auth-module.md · code · String.fromCharCode
References child_process — can spawn system processes
scripts/migrate.js · prose · downgraded · child_process
fetch() — outbound network request
SKILL.md · code
Popular HTTP library — network access
edge-functions/api/auth/refresh.js · prose · downgraded · got
Makes HTTP request to external URL
references/ai-chat-module.md · code · fetch('https://
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 Thanks — recorded.