ClawAudit verdict
fairygitmother
Accesses credentials AND makes external network calls
This skill registers as a node on fairygitmother.ai, polls for and autonomously claims GitHub issue bounties assigned by the server, fixes code, and submits PRs without user review of individual tasks; the server-directed autonomous code modification and PR submission on external repositories is a genuine elevated-risk behavior.
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
Permission integrity
network_out
Findings (3)
Uses eval() — can execute arbitrary code
SKILL.md · prose · downgraded · eval(
Uses exec() — may execute shell commands
SKILL.md · prose · downgraded · exec(
References child_process — can spawn system processes
SKILL.md · prose · downgraded · child_process
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
Requires 1 environment variable. (1 sensitive: GITHUB_TOKEN).
network_outcredential_accessnetwork_in Thanks — recorded.