Caveat verdict

max-auth

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Deploys a local self-hosted auth server on 127.0.0.1 for biometric passkeys that guards sensitive agent actions; all behavior is protective and local with no exfiltration.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

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

0
security
60
transparency
70
maintenance

Permission integrity

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

network_out

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (8)

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://127.0.0.1

Pattern match high

<script> tag in markdown — potential code injection

assets/auth-server.js · prose · downgraded · <script>

Pattern match high

Possible hardcoded credential

assets/auth-server.js · prose · downgraded · token=' + token.slice(0,8) +

Pattern match medium

Node http/https module — low-level network access

references/integration.md · code · require('http')

Pattern match medium

References child_process — can spawn system processes

assets/auth-server.js · prose · downgraded · child_process

Pattern match medium

Base64 decode (atob) — may hide malicious payloads

assets/auth-server.js · prose · downgraded · atob(

Pattern match low

Base64 encode (btoa) — may obfuscate data exfiltration

assets/auth-server.js · prose · downgraded · btoa(

Pattern match low

String.fromCharCode — can build strings to evade detection

assets/auth-server.js · prose · downgraded · String.fromCharCode

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.

network_inpackage_installnetwork_out

Is this flag fair?

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