semanticfs
Skill contains a declared but dangerous curl|bash remote script execution pattern for installation, representing an unmitigated supply chain risk.
Why this conclusion was reached
3/4 dimensions flagged1 undeclared or violating capabilities were inferred.
1 high-risk artifacts or egress signals were extracted.
The report includes 3 attack-chain steps and 1 severe findings.
Dependency information is incomplete, so supply-chain confidence stays limited.
Attack Chain
supply_chain · SKILL.md:40
Execution · SKILL.md:40
Impact · install.sh:1
What drove the risk score up
SKILL.md:40 executes install.sh from GitHub raw URL without integrity verification
URL uses 'main' branch which can change at any time
Attacker with repo access could modify install.sh to execute arbitrary code
Most important evidence
Dangerous curl|bash remote script execution
The install instruction at line 40 uses 'curl -sSfL <URL> | bash', which downloads and executes arbitrary code from a remote GitHub repository without any integrity verification (no hash check, no version pin, no code review step).
SKILL.md:40 Unpinned installation source
The GitHub raw URL points to the 'main' branch without a specific commit, tag, or release. The content can change arbitrarily, breaking reproducibility and enabling supply chain attacks.
SKILL.md:40 Undeclared shell execution permissions
SKILL.md instructs users to run multiple shell commands (semanticfs binary, curl, python3 -c) without declaring 'shell:WRITE' in allowed-tools mapping. The shell resource capability is not declared at all.
SKILL.md:40 Declared capability vs actual capability
semanticfs index build requires read access to indexed directories Queries localhost:9464 API for search results SKILL.md:40,45,52,55,63 - Runs binary commands and curl without declared shell permission Suspicious artifacts and egress
curl -sSfL https://raw.githubusercontent.com/Navneeth08k/semanticFS/main/scripts/install.sh | bash SKILL.md:40
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md