policy-application-checker
v1.0.0Read policies, application requirements, and forms, then turn them into a completeness checklist, risk list, and submission plan.
⭐ 0· 175·0 current·0 all-time
byvx:17605205782@52yuanchangxing
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the actual artifacts: SKILL.md, a small Python helper script, and a local template resource. Declared requirement (python3) is appropriate and nothing in the package asks for unrelated system access or credentials.
Instruction Scope
Runtime instructions are limited to reading user-provided policy/form text, producing a checklist, risk list, timeline, and evidence tracker. The bundled script reads a JSON file path supplied by the user and writes a markdown file — this is expected. Note: the script does not validate JSON schema and will write/overwrite the output file path provided, so users should avoid passing untrusted paths or overwriting important files.
Install Mechanism
No install spec; skill is instruction-only with a local helper script. No remote downloads, package installs, or obscure URLs. This is a low-risk, auditable delivery model.
Credentials
No environment variables, credentials, or config paths are requested. The skill only requires python3 which aligns with the included script.
Persistence & Privilege
always is false and there are no signs the skill attempts to persist configuration or modify other skills. Autonomous invocation is allowed by default but is not unusually privileged here.
Assessment
This skill appears coherent and local/auditable. Before using: (1) Inspect the small script (scripts/checklist_builder.py) yourself — it simply reads a JSON file you supply and writes a markdown checklist. (2) Avoid passing output paths that could overwrite important files. (3) Do not feed secrets or credentials into the skill; it processes the policy text you provide and does not declare networking, but be aware your agent/session could still send data externally depending on agent configuration. If you need absolute assurance, run the script locally on trusted inputs (e.g., python3 scripts/checklist_builder.py requirements.json) and review the generated checklist file.Like a lobster shell, security has layers — review code before you run it.
latestvk970nxq06vbtcj0hxj7e3jrh0h82v325
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🧰 Clawdis
Binspython3
